Age | Commit message (Collapse) | Author |
|
|
|
|
|
downloader
|
|
Regression since 0a5685b26fae0940f14cb063a6e4fc6986f9c124
|
|
for f4m
|
|
|
|
|
|
Related: #9531
|
|
Related: #9531
|
|
According to [1], valid values for TYPE are AUDIO, VIDEO, SUBTITLES
and CLOSED-CAPTIONS. Such a value is found in Anvato master playlists,
though I don't use _extract_m3u8_formats() in the end.
Part of #9522.
[1] https://tools.ietf.org/html/draft-pantos-http-live-streaming-19#section-4.3.4.1
|
|
For extractors who handle m3u8 manifests by themselves. (eg., AnvatoIE)
Part of #9522
|
|
Found in http://www.cbc.ca/player/play/2657631896
Closes #5156
|
|
|
|
|
|
|
|
|
|
remitamine-akamai_pv
|
|
playerVerificationChallenge
|
|
|
|
|
|
|
|
identifiers in mpd manifests (Closes #9119, closes #9120)
|
|
|
|
|
|
|
|
the subtitle ext for http://www.cnet.com/videos/download-amazon-prime-movies-and-tv/
is adb_xml while using the mime type it get tt(application/smptett+xml)
|
|
* Do not ignore data, headers and query for Requests
* Default values for headers and query switched to dicts since these are used by urllib itself
|
|
(Closes #8573)
|
|
Now _sort_formats should be called explicitly.
_sort_formats has been added to all the necessary places in code.
Closes #8051
|
|
encode_dict functionality has been improved and moved directly into compat_urllib_parse_urlencode
All occurrences of compat_urllib_parse.urlencode throughout the codebase have been replaced by compat_urllib_parse_urlencode
Closes #8974
|
|
[extractor/common] fix dash formats sorting
|
|
|
|
_extract_smil_formats
|
|
[extractor/common] simplify using data, headers and query params with _download_* methods
|
|
|
|
|
|
Detect file extensions of DASH formats from their codecs
|
|
|
|
|
|
os.name is always 'java' on Jython
|
|
|
|
|
|
|
|
|
|
|
|
|
|
extraction
|
|
|
|
|
|
|