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

Feature request: ability to download http://www.pbs.org/wgbh/pages/frontline/losing-iraq/ #3414

Closed
tetherit opened this issue Aug 1, 2014 · 3 comments

Comments

@ghost
Copy link

@ghost ghost commented Aug 1, 2014

Hi there,

It seems there is a jwplayer on this page so youtube-dl could support it?

Attaching the full output of what happens currently:

$ youtube-dl --verbose http://www.pbs.org/wgbh/pages/frontline/losing-iraq/
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://www.pbs.org/wgbh/pages/frontline/losing-iraq/']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2014.07.30
[debug] Python version 2.7.6 - Darwin-14.0.0-x86_64-i386-64bit
[debug] Proxy map: {}
[PBS] losing-iraq: 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/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 516, in extract_info
    ie_result = ie.extract(url)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 170, in extract
    return self._real_extract(url)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/pbs.py", line 44, in _real_extract
    webpage, 'player URL')
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 391, in _search_regex
    raise RegexNotFoundError(u'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.
@dstftw dstftw closed this in 8d7d9d3 Aug 2, 2014
@dstftw
Copy link
Collaborator

@dstftw dstftw commented Aug 2, 2014

Thanks for the report, fixed. Frontline videos will be supported in the next version of youtube-dl.

@ghost
Copy link
Author

@ghost ghost commented Aug 4, 2014

Fantastic, thank you!

@phihag
Copy link
Contributor

@phihag phihag commented Aug 22, 2014

Thank you for the report. Support for frontline videos has been added in youtube-dl 2014.08.22. Type sudo youtube-dl -U to update.

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
2 participants
You can’t perform that action at this time.