Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [rutube] Add age_limit to test | Sergey M․ | 2015-08-08 | 1 | -0/+1 |
| | |||||
* | [vk] Add support for rutube embeds (Fixes #4514) | Philipp Hagemeister | 2015-01-04 | 1 | -0/+31 |
| | |||||
* | Fix imports and general cleanup | Philipp Hagemeister | 2014-12-13 | 1 | -7/+6 |
| | | | | | | | | · 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 | ||||
* | [rutube] Extract m3u8 formats (fixes #3984) | Jaime Marquínez Ferrándiz | 2014-12-01 | 1 | -2/+2 |
| | |||||
* | Move playlist tests to extractors. | Philipp Hagemeister | 2014-08-28 | 1 | -0/+15 |
| | | | | 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). | ||||
* | [rutube] Add missing whitespace | Sergey M․ | 2014-04-21 | 1 | -1/+1 |
| | |||||
* | [rutube] Fix extraction | Sergey M․ | 2014-04-19 | 1 | -6/+7 |
| | |||||
* | [rutube] Use _download_json | Jaime Marquínez Ferrándiz | 2014-04-01 | 1 | -12/+7 |
| | |||||
* | [rutube] Modernize | Sergey M․ | 2014-03-30 | 1 | -5/+8 |
| | |||||
* | Merge remote-tracking branch 'dstftw/rutube-channel' | Philipp Hagemeister | 2014-01-28 | 1 | -0/+3 |
|\ | |||||
| * | [rutube] Update test | dst | 2014-01-28 | 1 | -0/+3 |
| | | |||||
* | | [rutube] Simplify | Philipp Hagemeister | 2014-01-28 | 1 | -12/+14 |
|/ | |||||
* | [rutube] Add support for user videos | dst | 2014-01-28 | 1 | -7/+15 |
| | |||||
* | [rutube] Improve video extractor | dst | 2014-01-28 | 1 | -24/+23 |
| | |||||
* | [rutube] Add support for channels and movies | dst | 2014-01-28 | 1 | -10/+64 |
| | |||||
* | Correct some extractor _VALID_URL regexes | dst | 2013-12-04 | 1 | -1/+1 |
| | |||||
* | Add an extractor for rutube.ru (closes #1136) | Jaime Marquínez Ferrándiz | 2013-10-16 | 1 | -0/+58 |
It downloads with a m3u8 manifest, requires ffmpeg. |