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

Problem obtaining url #2304

Closed
rickmuca opened this issue Feb 4, 2014 · 3 comments
Closed

Problem obtaining url #2304

rickmuca opened this issue Feb 4, 2014 · 3 comments
Labels
bug

Comments

@rickmuca
Copy link

@rickmuca rickmuca commented Feb 4, 2014

./youtube-dl -g -f 17 "http://www.youtube.com/watch?v=s5nvjkWaXhc" -o -
WARNING: Writing cache to u'/root/.cache/youtube-dl/youtube-sigfuncs/js_mVwz_90.json' failed: Traceback (most recent call last):
File "./youtube-dl/youtube_dl/extractor/youtube.py", line 369, in _extract_signature_function
cache_res = res(test_string)
File "./youtube-dl/youtube_dl/extractor/youtube.py", line 530, in
return lambda s: initial_function([s])
File "./youtube-dl/youtube_dl/extractor/youtube.py", line 525, in resf
res = interpret_statement(stmt, local_vars)
File "./youtube-dl/youtube_dl/extractor/youtube.py", line 460, in interpret_statement
v = interpret_expression(expr, local_vars, allow_recursion)
File "./youtube-dl/youtube_dl/extractor/youtube.py", line 513, in interpret_expression
raise ExtractorError(u'Unsupported JS expression %r' % expr)
ExtractorError: Unsupported JS expression u'$y(a,7)'; 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.

@rickmuca
Copy link
Author

@rickmuca rickmuca commented Feb 4, 2014

I have the last version ...

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Feb 4, 2014

Fixed, thanks for the report.

@phihag
Copy link
Contributor

@phihag phihag commented Feb 4, 2014

Fixed in youtube-dl 2014.02.04.1. Type 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.

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