Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
closes #13757)
|
|
|
|
|
|
representation id (closes #15111)
|
|
|
|
|
|
bare SegmentURLs
|
|
|
|
|
|
|
|
|
|
|
|
E.g. '--playlist-items 2-4,3-4,3' should result in '[2,3,4]', not '[2,3,4,3,4,3]'
|
|
|
|
This fixes handling of non-UTF8 TTML subtitles
Closes #14191
|
|
|
|
(closes #13919)
|
|
|
|
|
|
|
|
Iterate over opts instead of PRIVATE_OPTS for both performance and
correctness
|
|
|
|
All these meta fields must be borrowed from final extractor that actually performs extraction.
This commit fixes extractor id in download archives for url_transparent downloads. Previously, 'transparent' extractor was erroneously
used for extractor archive id, e.g. 'eggheadlesson 4n8ugwwj5t' instead of 'wistia 4n8ugwwj5t'.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Used in Youku Show pages
|
|
|
|
|
|
|
|
|
|
Seen at http://zaq1.pl/video/xev0e
|
|
|
|
|
|
|
|
|
|
|
|
EXT-X-STREAM-INF tag
|
|
* Extract m3u8 parsing to separate method
* Improve rendition groups extraction
* Build stream name according stream GROUP-ID
* Ignore reference to AUDIO group without URI when stream has no CODECS
+ Add test coverage for parsing m3u8 from #11507, #11995, #12211 and twitch vod
|
|
|
|
|
|
|
|
|