aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/rutube.py
Commit message (Collapse)AuthorAgeFilesLines
* [rutube] Add age_limit to testSergey M․2015-08-081-0/+1
|
* [vk] Add support for rutube embeds (Fixes #4514)Philipp Hagemeister2015-01-041-0/+31
|
* Fix imports and general cleanupPhilipp Hagemeister2014-12-131-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ándiz2014-12-011-2/+2
|
* Move playlist tests to extractors.Philipp Hagemeister2014-08-281-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 whitespaceSergey M․2014-04-211-1/+1
|
* [rutube] Fix extractionSergey M․2014-04-191-6/+7
|
* [rutube] Use _download_jsonJaime Marquínez Ferrándiz2014-04-011-12/+7
|
* [rutube] ModernizeSergey M․2014-03-301-5/+8
|
* Merge remote-tracking branch 'dstftw/rutube-channel'Philipp Hagemeister2014-01-281-0/+3
|\
| * [rutube] Update testdst2014-01-281-0/+3
| |
* | [rutube] SimplifyPhilipp Hagemeister2014-01-281-12/+14
|/
* [rutube] Add support for user videosdst2014-01-281-7/+15
|
* [rutube] Improve video extractordst2014-01-281-24/+23
|
* [rutube] Add support for channels and moviesdst2014-01-281-10/+64
|
* Correct some extractor _VALID_URL regexesdst2013-12-041-1/+1
|
* Add an extractor for rutube.ru (closes #1136)Jaime Marquínez Ferrándiz2013-10-161-0/+58
It downloads with a m3u8 manifest, requires ffmpeg.