Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-29 | Simplify formats accumulation for f4m/m3u8/smil formats | Sergey M․ | |
Now all _extract_*_formats routines return a list | |||
2015-12-16 | [rutube] Extend _VALID_URL | Sergey M․ | |
2015-11-22 | [rutube] Remove unnecessary print | Sergey M․ | |
2015-11-21 | [rutube] Extract all formats | Sergey M․ | |
2015-11-21 | [rutube:embed] Extend _VALID_URL (Closes #7588) | Sergey M․ | |
2015-08-08 | [rutube] Add age_limit to test | Sergey M․ | |
2015-01-04 | [vk] Add support for rutube embeds (Fixes #4514) | Philipp Hagemeister | |
2014-12-13 | Fix imports and general cleanup | Philipp Hagemeister | |
· Import from compat what comes from compat. Yes, some names are available in utils too, but that's an implementation detail. · Use _match_id consistently whenever possible · Fix some outdated tests · Use consistent valid URL (always match the whole protocol, no ^ at start required) · Use modern test definitions | |||
2014-12-01 | [rutube] Extract m3u8 formats (fixes #3984) | Jaime Marquínez Ferrándiz | |
2014-08-28 | Move playlist tests to extractors. | Philipp Hagemeister | |
From now on, test_download will run these tests. That means we benefit not only from the networking setup in there, but also from the other tests (for example test_all_urls to find problems with _VALID_URLs). | |||
2014-04-21 | [rutube] Add missing whitespace | Sergey M․ | |
2014-04-19 | [rutube] Fix extraction | Sergey M․ | |
2014-04-01 | [rutube] Use _download_json | Jaime Marquínez Ferrándiz | |
2014-03-30 | [rutube] Modernize | Sergey M․ | |
2014-01-28 | Merge remote-tracking branch 'dstftw/rutube-channel' | Philipp Hagemeister | |
2014-01-28 | [rutube] Simplify | Philipp Hagemeister | |
2014-01-28 | [rutube] Update test | dst | |
2014-01-28 | [rutube] Add support for user videos | dst | |
2014-01-28 | [rutube] Improve video extractor | dst | |
2014-01-28 | [rutube] Add support for channels and movies | dst | |
2013-12-04 | Correct some extractor _VALID_URL regexes | dst | |
2013-10-16 | Add an extractor for rutube.ru (closes #1136) | Jaime Marquínez Ferrándiz | |
It downloads with a m3u8 manifest, requires ffmpeg. |