luceatnobis
bbfca487d0
[RutubePlaylistIE] correct retrieval of category
2017-07-23 13:19:30 +02:00
luceatnobis
d6391e5e46
[RutubePlaylistIE] Fix retrieval of 'id' for infodict
2017-07-23 13:15:38 +02:00
luceatnobis
f1858bf4fe
[RutubeIE] Allow for lone 'pl_id' parameter in URL
2017-07-23 13:10:58 +02:00
luceatnobis
310d7e1b93
[RutubePlaylistIE] capture category in list
2017-07-08 20:50:10 +02:00
luceatnobis
ed51ba892a
Flake8 fixes
2017-07-08 19:48:21 +02:00
luceatnobis
52c3b5a3db
[Rutube] Reworked URL filtering
2017-07-08 19:47:11 +02:00
luceatnobis
2f05373b47
[RutubePlaylistIE] reworked retrieval of API data
2017-07-08 14:25:51 +02:00
luceatnobis
d7a57752f6
[RutubePlaylistIE] moved Accept: application/json header into method call
2017-07-08 14:23:27 +02:00
luceatnobis
bb5bafa79f
[RutubePlaylistIE] Removed superfluous '.*$' from regex
2017-07-08 14:19:13 +02:00
luceatnobis
6990a05a9e
Rutube.ru extractor: make suitable a staticmethod
2017-07-07 13:58:59 +02:00
luceatnobis
e321a64cbd
Use _match_id() and fix URL recognition in Rutube
2017-07-06 11:27:14 +02:00
luceatnobis
7df3f4561e
Fixed regex and retrieval of optional fields
2017-07-04 20:11:39 +02:00
luceatnobis
a5c668a0af
Fixed typo introduced after testing
2017-07-04 16:15:01 +02:00
luceatnobis
27c438b4a5
Add Playlist extractor for rutube.ru playlists
2017-07-04 16:07:01 +02:00
luceatnobis
8faf29c6d1
Adapted rutube regex to be compatible with playlist processing
2017-07-04 11:26:02 +02:00
Sergey M․
eb3079b6ce
[generic] Add support for rutube embeds
2017-03-04 00:46:33 +07:00
Sergey M․
bc82f22879
[rutube] Relax _VALID_URL
2017-03-04 00:42:51 +07:00
Déstin Reed
dcdb292fdd
Unify coding cookie
2016-10-03 23:44:29 +07:00
stepshal
25042f7372
Add missing r prefix for _VALID_URLs
2016-09-08 17:04:57 +07:00
Sergey M․
5886b38d73
Add support for https for all extractors as preventive and future-proof measure
2016-03-21 21:36:32 +06:00
Sergey M․
7e5edcfd33
Simplify formats accumulation for f4m/m3u8/smil formats
...
Now all _extract_*_formats routines return a list
2015-12-29 00:58:24 +06:00
Sergey M․
2d3b70271c
[rutube] Extend _VALID_URL
2015-12-16 04:44:17 +06:00
Sergey M․
4a7d108ab3
[rutube] Remove unnecessary print
2015-11-22 18:24:17 +06:00
Sergey M․
4137196899
[rutube] Extract all formats
2015-11-21 18:02:52 +06:00
Sergey M․
f52183a878
[rutube:embed] Extend _VALID_URL ( Closes #7588 )
2015-11-21 17:39:24 +06:00
Sergey M․
c8d1be772d
[rutube] Add age_limit to test
2015-08-08 22:11:06 +06:00
Philipp Hagemeister
7a1818c99b
[vk] Add support for rutube embeds ( Fixes #4514 )
2015-01-04 03:15:27 +01:00
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
2014-12-13 12:35:45 +01:00
Jaime Marquínez Ferrándiz
05177b34a6
[rutube] Extract m3u8 formats ( fixes #3984 )
2014-12-01 18:20:36 +01:00
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).
2014-08-28 00:58:24 +02:00
Sergey M․
6890574256
[rutube] Add missing whitespace
2014-04-21 19:04:11 +07:00
Sergey M․
d7f1e7c88f
[rutube] Fix extraction
2014-04-19 15:59:12 +07:00
Jaime Marquínez Ferrándiz
18c95c1ab0
[rutube] Use _download_json
2014-04-01 20:30:22 +02:00
Sergey M․
c72477bd32
[rutube] Modernize
2014-03-30 15:35:07 +07:00
Philipp Hagemeister
31ef0ff038
Merge remote-tracking branch 'dstftw/rutube-channel'
2014-01-28 03:32:22 +01:00
Philipp Hagemeister
37e3b90d59
[rutube] Simplify
2014-01-28 03:32:07 +01:00
dst
00ff8f92a5
[rutube] Update test
2014-01-28 09:31:14 +07:00
dst
e3a9f32f52
[rutube] Add support for user videos
2014-01-28 08:47:17 +07:00
dst
a2fb2a2134
[rutube] Improve video extractor
2014-01-28 08:19:45 +07:00
dst
1547c8cc88
[rutube] Add support for channels and movies
2014-01-28 06:56:09 +07:00
dst
c0ade33e16
Correct some extractor _VALID_URL regexes
2013-12-04 20:34:47 +07:00
Jaime Marquínez Ferrándiz
bfd14b1b2f
Add an extractor for rutube.ru ( closes #1136 )
...
It downloads with a m3u8 manifest, requires ffmpeg.
2013-10-16 16:57:40 +02:00