Age | Commit message (Collapse) | Author |
|
|
|
added test function for CBS News subtitles
|
|
(fixes #8299)
|
|
The rsa_verify code was vulnerable to a BB'06 attack, allowing to forge
signatures for arbitrary messages if and only if the public key exponent is
3. Since the updates key is hardcoded to 65537, there is no risk for
youtube-dl, but I don't want vulnerable code in the wild.
The new function adopts a way safer approach of encoding-and-comparing to
replace the dangerous parsing code.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
There was an ',' at the end of the line.
|
|
|
|
"current" is now "video"
"hls_stream" is now hls_stream without quotes
video_id is now id
duration for current video is not present(for other videos it is)
modified regex to find hls_stream variable to work reguardless of whether it is quoted or not.
[ora] Improve (Closes #8273)
|
|
|
|
|
|
'Ctrl+C' (#8252)
Otherwise the mp4 file can't be played.
|
|
|
|
ping-patch-8239
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
FounderSG-Weiqitv
|
|
|
|
|
|
|
|
|
|
|
|
Fixes test_Youtube_18
|
|
|
|
|
|
|
|
|
|
It's supported since 2.7.0 alpha 1 and 2.6.5 rc 1. See
https://hg.python.org/cpython/file/v2.7a1/Misc/NEWS#l337
https://hg.python.org/cpython/file/v2.6.5rc1/Misc/NEWS#l28
|
|
|
|
|
|
|
|
|
|
|