Age | Commit message (Collapse) | Author |
|
|
|
|
|
Helper functions should have consistent default values
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Most of the time the RtspFD fail to download videos but it report
success of the download with this output:
[mpv] 0 bytes
[download] 100% of 0.00B
|
|
|
|
In order to fix breakage introduced by a3aa814b774a413d9e7f4fbfadf06fe6dcc59b25
|
|
|
|
|
|
[extractor/common] add helper method to extract html5 media entries
|
|
|
|
|
|
|
|
|
|
And deprecate the former one
Since commit f1388739002a7fd1e8e9c41b642734786fc6c391, this option is
not limited to China websites, so rename it.
|
|
|
|
|
|
|
|
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)
|