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

RegexNotFoundError: (trying http://www.pbs.org) #3405

Closed
daltek opened this issue Jul 30, 2014 · 2 comments
Closed

RegexNotFoundError: (trying http://www.pbs.org) #3405

daltek opened this issue Jul 30, 2014 · 2 comments

Comments

@daltek
Copy link

@daltek daltek commented Jul 30, 2014

Hi,

Thanks for (helping with) this awesome program! However
Attempting to download from pbs.org results in the following error:

  �[71Dscript �������youtube-dl --verbose  "http://www.pbs.org/wgbh/pages/frontline/losing-iraq/"�[K�[A�[4C�[1B

  [debug] System config: ['--restrict-filenames', '-o', '/home/loz/dls/yt/%(title)s-%(upload_date)s_%(id)s.%(ext)s', '--no-mtime']
  [debug] User config: []
  [debug] Command-line args: ['--verbose', 'http://www.pbs.org/wgbh/pages/frontline/losing-iraq/']
  [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.07.30
  [debug] Python version 2.6.6 - Linux-3.2.13-grsec-xxxx-grs-ipv6-64-x86_64-with-debian-6.0.9
  [debug] Proxy map: {}
  [PBS] losing-iraq: Downloading webpage
  �[0;31mERROR:�[0m Unable to extract �[0;34mplayer URL�[0m; 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/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 516, in extract_info
      ie_result = ie.extract(url)
    File "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 170, in extract
      return self._real_extract(url)
    File "/usr/bin/youtube-dl/youtube_dl/extractor/pbs.py", line 44, in _real_extract
      webpage, 'player URL')
    File "/usr/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 �[0;34mplayer URL�[0m; 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.

  �]0;loz@redacted.org :: /home/loz/dls/yt :: [3.2.13-grsec-xxxx-grs-ipv6-64]��[1m�[7m%�[27m�[1m�[0m                                                                               
dstftw added a commit that referenced this issue 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.

@dstftw dstftw closed this Aug 2, 2014
@phihag
Copy link
Contributor

@phihag phihag commented Aug 22, 2014

Fixed in youtube-dl 2014.08.21 and newer. 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
3 participants
You can’t perform that action at this time.