Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Problems With video.pbs.org #7565

Closed
wright546 opened this issue Nov 19, 2015 · 4 comments
Closed

New Problems With video.pbs.org #7565

wright546 opened this issue Nov 19, 2015 · 4 comments

Comments

@wright546
Copy link

@wright546 wright546 commented Nov 19, 2015

I use youtube-dl to get PBS programs on a weekly basis. I know this was working last week (and for many months before that), so I'm guessing PBS recently changed something. I tested the URL in the below examples in Chrome and verified that the video is actually there and plays successfully. I also updated to the most recent version of youtube-dl, 2015.11.18. The first example below is from a FreeBSD 10.2 machine with Python 2.7.9, and the second example is from a Windows XP machine with Python 2.7.10. Please let me know if I need to provide any further information. Thank you!

8:17am ~ >./youtube-dl --verbose -F http://video.pbs.org/video/2365607036/
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'--verbose', u'-F', u'http://video.pbs.org/video/2365607036/']
[debug] Encodings: locale US-ASCII, fs US-ASCII, out US-ASCII, pref US-ASCII
[debug] youtube-dl version 2015.11.18
[debug] Python version 2.7.9 - FreeBSD-10.2-RELEASE-p3-amd64-64bit-ELF
[debug] exe versions: ffmpeg 2.6.3, ffprobe 2.6.3
[debug] Proxy map: {}
[PBS] 2365607036: Downloading JSON metadata
ERROR: No video formats found; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
File "./youtube-dl/youtube_dl/YoutubeDL.py", line 661, in extract_info
ie_result = ie.extract(url)
File "./youtube-dl/youtube_dl/extractor/common.py", line 290, in extract
return self._real_extract(url)
File "./youtube-dl/youtube_dl/extractor/pbs.py", line 301, in _real_extract
self._sort_formats(formats)
File "./youtube-dl/youtube_dl/extractor/common.py", line 766, in _sort_formats
raise ExtractorError('No video formats found')
ExtractorError: No video formats found; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.

C:\Files\Programs>c:\files\Programs\youtube-dl.exe --verbose -F http://video.pbs
.org/video/2365609360/
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'--verbose', u'-F', u'http://video.pbs.org/video/23
65609360/']
[debug] Encodings: locale cp1252, fs mbcs, out cp437, pref cp1252
[debug] youtube-dl version 2015.11.18
[debug] Python version 2.7.10 - Windows-XP-5.1.2600-SP3
[debug] exe versions: none
[debug] Proxy map: {}
[PBS] 2365609360: Downloading JSON metadata
ERROR: No video formats found; please report this issue on https://yt-dl.org/bug
. Make sure you are using the latest version; type youtube-dl -U to update. B
e sure to call youtube-dl with the --verbose flag and include its complete outpu
t.
Traceback (most recent call last):
File "youtube_dl\YoutubeDL.pyo", line 661, in extract_info
File "youtube_dl\extractor\common.pyo", line 290, in extract
File "youtube_dl\extractor\pbs.pyo", line 301, in _real_extract
File "youtube_dl\extractor\common.pyo", line 766, in _sort_formats
ExtractorError: No video formats found; please report this issue on https://yt-d
l.org/bug . Make sure you are using the latest version; type youtube-dl -U to
update. Be sure to call youtube-dl with the --verbose flag and include its compl
ete output.

@zacradke
Copy link

@zacradke zacradke commented Nov 19, 2015

Same here, I used it a few weeks ago. I believe they are using a new flash-based video player, "JW Player". Had this issue with a handful of previous versions.

@dstftw dstftw closed this in a9c09a7 Nov 19, 2015
@phihag
Copy link
Contributor

@phihag phihag commented Nov 19, 2015

Thank you for the report. I believe this issue to be fixed in youtube-dl 2015.11.19 and newer. See our FAQ if you need help updating.

@zacradke
Copy link

@zacradke zacradke commented Nov 19, 2015

Excellent work! Just ran update and is working again.

@wright546
Copy link
Author

@wright546 wright546 commented Nov 19, 2015

It is working for me again as well. Thanks very much for such a prompt fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.