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

Youtube Video Unable to download https://www.youtube.com/watch?v=1AHnQtY1bg4 #4976

Closed
kendalls63 opened this issue Feb 18, 2015 · 4 comments
Closed

Comments

@kendalls63
Copy link

@kendalls63 kendalls63 commented Feb 18, 2015

https://www.youtube.com/watch?v=1AHnQtY1bg4
Verbose Output:
youtube-dl --verbose https://www.youtube.com/watch?v=1AHnQtY1bg4
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'https://www.youtube.com/watch?v=1AHnQtY1bg4']
[debug] Encodings: locale cp1252, fs mbcs, out cp437, pref cp1252
[debug] youtube-dl version 2015.02.18
[debug] Python version 2.7.8 - Windows-7-6.1.7601-SP1
[debug] exe versions: rtmpdump 2.3
[debug] Proxy map: {}
[youtube] 1AHnQtY1bg4: Downloading webpage
[youtube] 1AHnQtY1bg4: Extracting video information
[youtube] {22} signature length 40.41, html5 player en_US-vflKjOTVq
[youtube] 1AHnQtY1bg4: Downloading js player en_US-vflKjOTVq
ERROR: Signature extraction failed: Traceback (most recent call last):
File "youtube_dl\extractor\youtube.pyo", line 635, in _decrypt_signature
File "youtube_dl\extractor\youtube.pyo", line 549, in _extract_signature_function
File "youtube_dl\extractor\youtube.pyo", line 613, in _parse_sig_js
File "youtube_dl\jsinterp.pyo", line 244, in extract_function
ExtractorError: Could not find JS function u'OF'; 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.
(caused by ExtractorError(u"Could not find JS function u'OF'; 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.",)); 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 "youtube_dl\extractor\youtube.pyo", line 635, in _decrypt_signature
File "youtube_dl\extractor\youtube.pyo", line 549, in _extract_signature_function
File "youtube_dl\extractor\youtube.pyo", line 613, in _parse_sig_js
File "youtube_dl\jsinterp.pyo", line 244, in extract_function
ExtractorError: Could not find JS function u'OF'; 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 "youtube_dl\YoutubeDL.pyo", line 643, in extract_info
File "youtube_dl\extractor\common.pyo", line 269, in extract
File "youtube_dl\extractor\youtube.pyo", line 1066, in _real_extract
File "youtube_dl\extractor\youtube.pyo", line 645, in _decrypt_signature
ExtractorError: Signature extraction failed: Traceback (most recent call last):
File "youtube_dl\extractor\youtube.pyo", line 635, in _decrypt_signature
File "youtube_dl\extractor\youtube.pyo", line 549, in _extract_signature_function
File "youtube_dl\extractor\youtube.pyo", line 613, in _parse_sig_js
File "youtube_dl\jsinterp.pyo", line 244, in extract_function
ExtractorError: Could not find JS function u'OF'; 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.
(caused by ExtractorError(u"Could not find JS function u'OF'; 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.",)); 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.

@HyShai
Copy link
Contributor

@HyShai HyShai commented Feb 18, 2015

Same issue here. Different video.

@HyShai
Copy link
Contributor

@HyShai HyShai commented Feb 18, 2015

Narrowed down the issue to JSInterpreter#_remove_comments - the regex is mistakenly removing the OF function.

@manbearwiz
Copy link

@manbearwiz manbearwiz commented Feb 18, 2015

I am also running into this. Travis CI is picking it up too; test_Youtube_1, 2, 5, 6, and 9 are all failing on mainline with the same error. #4977 does seem to fix these failing tests.

@phihag phihag closed this in 3eff81f Feb 18, 2015
@phihag
Copy link
Contributor

@phihag phihag commented Feb 18, 2015

Thank you for the report. I believe this issue to be fixed in youtube-dl version 2015.02.18.1 and newer. See our FAQ if you have trouble updating.

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.

4 participants
You can’t perform that action at this time.