Commit Graph

16 Commits (062a3fdf36dee6515c9e3b103c39ac2691196e95)

Author SHA1 Message Date
Philipp Hagemeister 7a1818c99b [vk] Add support for rutube embeds (Fixes )
Philipp Hagemeister 1cc79574fc Fix imports and general cleanup
· 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
Jaime Marquínez Ferrándiz 05177b34a6 [rutube] Extract m3u8 formats (fixes )
Philipp Hagemeister 22a6f15061 Move playlist tests to extractors.
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).
Sergey M․ 6890574256 [rutube] Add missing whitespace
Sergey M․ d7f1e7c88f [rutube] Fix extraction
Jaime Marquínez Ferrándiz 18c95c1ab0 [rutube] Use _download_json
Sergey M․ c72477bd32 [rutube] Modernize
Philipp Hagemeister 31ef0ff038 Merge remote-tracking branch 'dstftw/rutube-channel'
Philipp Hagemeister 37e3b90d59 [rutube] Simplify
dst 00ff8f92a5 [rutube] Update test
dst e3a9f32f52 [rutube] Add support for user videos
dst a2fb2a2134 [rutube] Improve video extractor
dst 1547c8cc88 [rutube] Add support for channels and movies
dst c0ade33e16 Correct some extractor _VALID_URL regexes
Jaime Marquínez Ferrándiz bfd14b1b2f Add an extractor for rutube.ru (closes )
It downloads with a m3u8 manifest, requires ffmpeg.