Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-02 | [InfoExtractor] Support byte range for DASH | dirkf | |
* adapted from https://github.com/ytdl-org/youtube-dl/pull/30279 * thx former GH user kikuyan | |||
2020-05-05 | [utils] Improve cookie files support | Sergey M․ | |
+ Add support for UTF-8 in cookie files * Skip malformed cookie file entries instead of crashing (invalid entry len, invalid expires at) | |||
2020-03-10 | Revert "[utils] Add support for cookies with spaces used instead of tabs" | Sergey M․ | |
According to [1] TABs must be used as separators between fields. Files produces by some tools with spaces as separators are considered malformed. 1. https://curl.haxx.se/docs/http-cookies.html This reverts commit cff99c91d150df2a4e21962a3ca8d4ae94533b8c. | |||
2020-03-08 | [utils] Add support for cookies with spaces used instead of tabs | Sergey M․ | |
2019-03-15 | [test_InfoExtractor] Add test for #20346 | Sergey M․ | |
2019-03-03 | [utils] strip #HttpOnly_ prefix from cookies files (#20219) | remitamine | |
2019-01-20 | [test/test_InfoExtractor] add test for #18923 | Remita Amine | |
2018-12-10 | [test/testdata/cookies/session_cookies.txt] Fix empty expires test data | Sergey M․ | |
2018-12-09 | [YoutubeDLCookieJar] Add test for keeping session cookies | Sergey M․ | |
2018-03-18 | [extractor/generic] Support relative URIs in _parse_xspf | Ricardo Constantino | |
<location> can have relative URIs, not just absolute. | |||
2017-12-02 | [extractor/common] Add support for DASH manifests with SegmentLists with ↵ | Petr Novak | |
bare SegmentURLs | |||
2017-11-04 | [test_InfoExtractor] Add test for #14660 | Sergey M․ | |
2017-08-15 | [extractor/common] Add support for float durations in _parse_mpd_formats ↵ | Sergey M․ | |
(closes #13919) | |||
2017-04-25 | Add missing test m3u8 file | Sergey M․ | |
2017-04-22 | [extractor/common] Improve m3u8 extraction (closes #12211) | Sergey M․ | |
* 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 |