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

Break.com - ERROR: Unable to extract video id #16254

Closed
4 tasks done
RapidGravy opened this issue Apr 22, 2018 · 0 comments
Closed
4 tasks done

Break.com - ERROR: Unable to extract video id #16254

RapidGravy opened this issue Apr 22, 2018 · 0 comments

Comments

@RapidGravy
Copy link

  • I've verified and I assure that I'm running youtube-dl 2018.04.16
  • At least skimmed through README and most notably FAQ and BUGS sections
  • Searched the bugtracker for similar issues including closed ones

What is the purpose of your issue?

  • Bug report (encountered problems with youtube-dl)

Full verbose output:

-bash-4.1# youtube --version
2018.04.16


[root@vm ~]$ youtube --verbose http://www.break.com/video/someone-forgot-boat-brakes-work
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'--verbose', u'http://www.break.com/video/someone-forgot-boat-brakes-work']
WARNING: Assuming --restrict-filenames since file system encoding cannot encode all characters. Set the LC_ALL environment variable to fix this.
[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 2018.04.16
[debug] Python version 2.6.6 (CPython) - Linux-2.6.32-042stab108.5-x86_64-with-centos-6.9-Final
[debug] exe versions: ffmpeg 2.6.8, ffprobe 2.6.8
[debug] Proxy map: {}
[Break] someone-forgot-boat-brakes-work: Downloading webpage
ERROR: Unable to extract video id; 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 "/usr/local/bin/youtube/youtube_dl/YoutubeDL.py", line 789, in extract_info
    ie_result = ie.extract(url)
  File "/usr/local/bin/youtube/youtube_dl/extractor/common.py", line 440, in extract
    ie_result = self._real_extract(url)
  File "/usr/local/bin/youtube/youtube_dl/extractor/breakcom.py", line 74, in _real_extract
    webpage, 'video id')
  File "/usr/local/bin/youtube/youtube_dl/extractor/common.py", line 808, in _search_regex
    raise RegexNotFoundError('Unable to extract %s' % _name)
RegexNotFoundError: Unable to extract video id; 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.





Description of issue

youtube-dl outputs ERROR: Unable to extract video id; errors when trying to download or find links on any Break.com videos.

Video used in this example - http://www.break.com/video/someone-forgot-boat-brakes-work

Seems to be the case for all videos I've tested on the site

@dstftw dstftw closed this as completed in 2441c1a Apr 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant