Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Problem obtaining url #2304
Problem obtaining url #2304
Comments
|
I have the last version ... |
|
Fixed, thanks for the report. |
|
Fixed in youtube-dl 2014.02.04.1. Type |
./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.