1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-01-07 17:16:08 +00:00
Commit graph

5 commits

Author SHA1 Message Date
Petr Novak 41bf647e89
[extractor/common] Add support for DASH manifests with SegmentLists with bare SegmentURLs 2017-12-02 21:16:36 +07:00
Sergey M․ 181e381fda
[test_InfoExtractor] Add test for 2017-11-04 22:15:58 +07:00
Sergey M․ 4850478543
[extractor/common] Add support for float durations in _parse_mpd_formats (closes ) 2017-08-15 23:58:00 +07:00
Sergey M․ 538eee7b6a
Add missing test m3u8 file 2017-04-25 22:26:30 +07:00
Sergey M․ cb2520802d
[extractor/common] Improve m3u8 extraction (closes )
* 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 , ,  and twitch vod
2017-04-22 07:01:00 +07:00