Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[extractor/common] detect media playlist in _extract_m3u8_formats
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8263)(fixes 2874)
|
|
|
|
these was fixed by @yan12125 in ff51983e1563db08734e43a07d5671a517f99ef6
i only added some code to extract video metadata and more formats from
api
|
|
|
|
|
|
|
|
[youtube] added vcodec/acodec/abr for multiple itags
|
|
See #8293. This is for consistency between YouTube and HLS formats.
|
|
|
|
|
|
These are used in Youtube formats
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Supports only the nuevo player for now (most common).
[trollvids] convert duration to an int
[trollvids] added a test
[trollvids] made flake8 shut up
Generalized the Nuevo extractor
Affects: anitube, trollvids, trutube
[nuevo] Complied with the code comments.
|
|
|
|
|
|
[arte] Add support for more "Arte Future" uri
|
|
|
|
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.
|
|
|
|
|
|
|
|
|