aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/rutube.py
AgeCommit message (Collapse)Author
2014-12-13Fix imports and general cleanupPhilipp 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-28Move 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 whitespaceSergey M․
2014-04-19[rutube] Fix extractionSergey M․
2014-04-01[rutube] Use _download_jsonJaime Marquínez Ferrándiz
2014-03-30[rutube] ModernizeSergey M․
2014-01-28Merge remote-tracking branch 'dstftw/rutube-channel'Philipp Hagemeister
2014-01-28[rutube] SimplifyPhilipp Hagemeister
2014-01-28[rutube] Update testdst
2014-01-28[rutube] Add support for user videosdst
2014-01-28[rutube] Improve video extractordst
2014-01-28[rutube] Add support for channels and moviesdst
2013-12-04Correct some extractor _VALID_URL regexesdst
2013-10-16Add an extractor for rutube.ru (closes #1136)Jaime Marquínez Ferrándiz
It downloads with a m3u8 manifest, requires ffmpeg.