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 on YouTube video gCNEjixQQsg #4095

Closed
m13253 opened this issue Nov 4, 2014 · 1 comment
Closed

RegexNotFoundError on YouTube video gCNEjixQQsg #4095

m13253 opened this issue Nov 4, 2014 · 1 comment

Comments

@m13253
Copy link

@m13253 m13253 commented Nov 4, 2014

Hello rg3,
I got a RegexNotFoundError on downloading YouTube video gCNEjixQQsg.
Here is my log:

[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--proxy=http://127.0.0.1:8118', '-F', 'gCNEjixQQsg', '--verbose']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2014.11.02.1
[debug] Python version 3.4.2 - Linux-3.17.2-1-ARCH-x86_64-with-arch
[debug] exe versions: ffmpeg 2.4.3, ffprobe 2.4.3
[debug] Proxy map: {'http': 'http://127.0.0.1:8118', 'https': 'http://127.0.0.1:8118'}
[youtube] Confirming age
[youtube] gCNEjixQQsg: Downloading webpage
[youtube] gCNEjixQQsg: Downloading video info webpage
[youtube] Confirming age
ERROR: Unable to extract sts; 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/lib/python3.4/site-packages/youtube_dl/YoutubeDL.py", line 533, in extract_info
    ie_result = ie.extract(url)
  File "/usr/lib/python3.4/site-packages/youtube_dl/extractor/common.py", line 198, in extract
    return self._real_extract(url)
  File "/usr/lib/python3.4/site-packages/youtube_dl/extractor/youtube.py", line 695, in _real_extract
    r'"sts"\s*:\s*(\d+)', video_webpage, 'sts'),
  File "/usr/lib/python3.4/site-packages/youtube_dl/extractor/common.py", line 432, in _search_regex
    raise RegexNotFoundError('Unable to extract %s' % _name)
youtube_dl.utils.RegexNotFoundError: Unable to extract sts; 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.

Please fix it.
Thank you a lot.

P.S. Wow, issue #4095, yay! Who will be the next one? :-)

@phihag
Copy link
Contributor

@phihag phihag commented Nov 4, 2014

Thank you for the report. I believe this issue to be fixed in youtube-dl 2014.11.04. Refer to our FAQ to find out how to update. Please comment or open a new issue if the issue persists with the new version.

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.