Age | Commit message (Collapse) | Author |
|
for f4m
|
|
|
|
|
|
|
|
|
|
|
|
Related: #9531
|
|
Related: #9531
|
|
Related: #9531
|
|
|
|
[vlive] Address site update
|
|
[eporner] fix for the new URL layout
|
|
Recently eporner slightly changed the URL layout, the ID that used to be
digits only are now digits and letters, so youtube-dl falls back to
the generic extractor that doesn't work.
Fix the matching regex to allow letters in ID.
[v2: added a test case]
|
|
|
|
|
|
|
|
|
|
|
|
extractors
|
|
Changes:
* Fix video params extraction
* Don't make status request since status info now available on the page
* Remove unneeded code
* Fix test
|
|
|
|
|
|
|
|
|
|
|
|
|
|
extraction
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* [bandcamp] raise ExtractorError when track not streamable
* [bandcamp] update md5 for second test
* don't rely on json-data, but just check for 'file'
* don't rely on presence of 'file'
|
|
#9476)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Used in CBSLocal. Part of #9522
|
|
Changes made for SendtoNewsIE. Part of #9522
|
|
Used in CBSLocal (#9522)
|
|
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
|