Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-02 | [InfoExtractor] Support DASH subtitle extraction (yt-dlp back-port) | dirkf | |
2023-07-25 | [compat] Use `compat_open()` | dirkf | |
2023-07-19 | [InfoExtractor] Add search methods for Next/Nuxt.js from yt-dlp | dirkf | |
* add _search_nextjs_data(), from https://github.com/yt-dlp/yt-dlp/pull/1386 thanks selfisekai * add _search_nuxt_data(), from https://github.com/yt-dlp/yt-dlp/pull/1921, thanks Lesmiscore, pukkandan * add tests for the above * also fix HTML5 type recognition and tests, from https://github.com/yt-dlp/yt-dlp/commit/222a230871fe4fe63f35c49590379c9a77116819, thanks Lesmiscore * update extractors in PR using above, fix tests. | |||
2023-02-14 | [test] Avoid name TestIE which causes a pytest warning | dirkf | |
See: https://github.com/yt-dlp/yt-dlp/commit/060ac76257a8c1f7370a8a571821c1d73377701f | |||
2023-02-14 | [InfoExtractor] Handle unquoted values in OpenGraph searches | dirkf | |
2020-12-13 | [test_InfoExtractor] PEP 8 | Sergey M․ | |
2020-12-13 | [extractor/common] Improve JSON-LD interaction statistic extraction (refs ↵ | Sergey M․ | |
#23306) | |||
2020-12-09 | [extractor/common] Fix inline HTML5 media tags processing and add test ↵ | Sergey M․ | |
(closes #27345) | |||
2019-03-17 | [extractor/common] Improve HTML5 entries extraction and add some realworld tests | Sergey M․ | |
2019-03-15 | [test_InfoExtractor] Add test for #20346 | Sergey M․ | |
2019-03-11 | Start moving to ytdl-org | Sergey M․ | |
2019-02-08 | [malltv] Add extractor (closes #18058) | Ales Jirasek | |
2019-01-20 | [test/test_InfoExtractor] add test for #18923 | Remita Amine | |
2018-11-03 | [extractor/common] Ensure response handle is not prematurely closed before ↵ | Xiao Di Guan | |
it can be read if it matches expected_status (resolves #17195, closes #17846, resolves #17447) | |||
2018-03-18 | Generalize XML manifest processing code and improve XSPF parsing (closes #15794) | 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-29 | [extractor/common] Fix extraction of DASH formats with the same ↵ | Sergey M․ | |
representation id (closes #15111) | |||
2017-12-02 | Add references for #14844 | Sergey M․ | |
2017-12-02 | [extractor/common] Add support for DASH manifests with SegmentLists with ↵ | Petr Novak | |
bare SegmentURLs | |||
2017-11-27 | [test_InfoExtractor] Fix flake8 | Yen Chi Hsuan | |
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-28 | [test_InfoExtractor] Fix test_parse_m3u8_formats | Sergey M․ | |
2017-04-27 | Don't list master m3u8 playlists in format list (closes #12832) | Sergey M․ | |
2017-04-23 | [test_InfoExtractor] Add m3u8 parsing test for NAME attribute in ↵ | Sergey M․ | |
EXT-X-STREAM-INF tag | |||
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 | |||
2017-03-17 | [test_InfoExtractor] Add some realworld tests for _extract_jwplayer_data | Sergey M․ | |
2016-11-17 | Update coding style after pycodestyle 2.1.0 | Yen Chi Hsuan | |
In pycodestyle 2.1.0, E305 was introduced, which requires two blank lines after top level declarations, too. See https://github.com/PyCQA/pycodestyle/issues/400 See also #10689; thanks @stepshal for first mentioning this issue and initial patches | |||
2016-08-02 | [extractor/common] Support multiple properties in _og_search_property | Sergey M․ | |
2016-06-26 | [utils] Add support for name list in _html_search_meta | Sergey M․ | |
2016-04-09 | [test/InfoExtractors] add test for _download_json | Jaime Marquínez Ferrándiz | |
2015-10-18 | [extractor/common] Allow angle brackets in attributes in _og_regexes (#7215) | Sergey M․ | |
2015-10-14 | [test_InfoExtractor] Add test for unquoted attribute | Sergey M․ | |
2015-10-14 | [test_InfoExtractor] Add test for 7a6d76a64d8a89a08bb79791506fc18b993c4580 | Sergey M․ | |
2015-01-08 | [InfoExtractor/common] Correct and test meta tag matching | Philipp Hagemeister | |
2014-03-09 | Add a basic test suite for the InfoExtractor class | Jaime Marquínez Ferrándiz | |