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

PBS Frontline #4006

Closed
ThunderPuppy opened this issue Oct 22, 2014 · 2 comments
Closed

PBS Frontline #4006

ThunderPuppy opened this issue Oct 22, 2014 · 2 comments

Comments

@ThunderPuppy
Copy link

@ThunderPuppy ThunderPuppy commented Oct 22, 2014

youtube-dl --verbose http://www.pbs.org/wgbh/pages/frontline/united-states-of-secrets/
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://www.pbs.org/wgbh/pages/frontline/united-states-of-secrets/']
[debug] Encodings: locale ANSI_X3.4-1968, fs ANSI_X3.4-1968, out ANSI_X3.4-1968, pref ANSI_X3.4-1968
[debug] youtube-dl version 2014.10.18
[debug] Python version 2.7.7 - Linux-3.12.13-gentoo+-x86_64-AMD_Phenom-tm-_II_X6_1090T_Processor-with-gentoo-2.2
[debug] Proxy map: {}
[PBS] united-states-of-secrets: Downloading webpage
ERROR: Unable to extract player URL; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.
Traceback (most recent call last):
File "/usr/lib64/python2.7/site-packages/youtube_dl/YoutubeDL.py", line 524, in extract_info
ie_result = ie.extract(url)
File "/usr/lib64/python2.7/site-packages/youtube_dl/extractor/common.py", line 193, in extract
return self._real_extract(url)
File "/usr/lib64/python2.7/site-packages/youtube_dl/extractor/pbs.py", line 131, in _real_extract
video_id, display_id, upload_date = self._extract_webpage(url)
File "/usr/lib64/python2.7/site-packages/youtube_dl/extractor/pbs.py", line 112, in _extract_webpage
webpage, 'player URL')
File "/usr/lib64/python2.7/site-packages/youtube_dl/extractor/common.py", line 424, in _search_regex
raise RegexNotFoundError('Unable to extract %s' % _name)
RegexNotFoundError: Unable to extract player URL; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.

@iggyvolz
Copy link

@iggyvolz iggyvolz commented Oct 23, 2014

I've had issues with PBS in the past. The main issue is that there are 2 videos on the page. You can use a temporary workaround of running youtube-dl on the iframe of each video. Here's the ones from your page for convenience:
Part 1: youtube-dl "http://video.pbs.org/widget/partnerplayer/2365245528/?chapterbar=false&embed=true&w=666&h=375&autoplay=true"
Part 2: youtube-dl "http://video.pbs.org/widget/partnerplayer/2365245528/?chapterbar=false&embed=true&w=666&h=375&autoplay=true"

@dstftw dstftw closed this in 9bbec55 Oct 23, 2014
@dstftw
Copy link
Collaborator

@dstftw dstftw commented Oct 23, 2014

Will be fixed in the next version of youtube-dl. Thanks for the report.

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.