24717 Commits

Author SHA1 Message Date
Mariusz Skoneczko
9b9ecee63b [AnimeLab] Use _sort_formats 2017-07-09 13:34:50 +10:00
Mariusz Skoneczko
330768e7b5 [AnimeLab] Remove useless check of position 2017-07-09 13:18:39 +10:00
Mariusz Skoneczko
6df5193ecd [AnimeLab] Use \s rather than space literal 2017-07-09 13:13:08 +10:00
Mariusz Skoneczko
72350e39f6 [AnimeLab] Do not use fatal with default 2017-07-09 13:10:34 +10:00
Kevin Mark
c53c6765fd Always truncate files to 10241 bytes with --test
This should prevent issues like that in #13449 where the FFmpeg
downloader was not reliably trimming to the correct length.
2017-07-08 19:19:30 -04:00
Parmjit Virk
be7f431eae Merge branch 'master' into BlenderCloud-issue-13282 2017-07-08 16:57:43 -05:00
Parmjit Virk
2e0eb369f5 [BlenderCloud] Removed redundant methods 2017-07-08 16:56:49 -05:00
rrooij
26901096da [FiveTV] Add regex for new layout
Fixes #13354
2017-07-08 23:13:04 +02:00
rrooij
97338228b8 [npo] fix live stream id regex
NPO Live has a new page with the ID stored somewhere else. The regex for
fetching the ID is now updated for the new site.

Fixes #13568
2017-07-08 21:39:14 +02:00
Kevin Mark
d592aedc0b [Panopto] {} does not work in Python 2.6
https://stackoverflow.com/a/19668429/238374
2017-07-08 15:10:20 -04:00
Kevin Mark
7063d53129 [Panopto] No need to escape / 2017-07-08 15:05:45 -04: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
Sergey M․
8b347a389e
[googledrive] Fix height extraction (closes #13603) 2017-07-09 00:26:13 +07: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
Sergey M․
a49804816c
[dailymotion] Add support for new layout (close #13580) 2017-07-08 18:12:15 +07:00
Matthew Lindner
f77496bf03 Add support for older-style veoh links 2017-07-08 02:15:42 -07:00
Mariusz Skoneczko
ab2c141611 [AnimeLab] Add new extractor 2017-07-08 18:07:44 +10:00
Yen Chi Hsuan
eadd313321
[yam] Remove extractor
mymedia.yam.com is dead. An wikipedia user also pointed out that Yam's
blog service is no longer available. [1]

[1] https://zh.wikipedia.org/zh-tw/%E5%A4%A9%E7%A9%BA%E9%83%A8%E8%90%BD
2017-07-08 15:48:05 +08:00
Parmjit Virk
a7a3bf1fbc Merge branch 'master' into BlenderCloud-issue-13282 2017-07-07 15:49:44 -05:00
Sergey M․
d852c6bc59
[xhamster] Extract all formats and fix duration extraction (#13593) 2017-07-07 22:49:11 +07:00
Sergey M․
00e5c36315
[xhamster] Add support for new URL schema (closes #13593) 2017-07-07 22:27:34 +07:00
luceatnobis
6990a05a9e Rutube.ru extractor: make suitable a staticmethod 2017-07-07 13:58:59 +02:00
Gabe Berke-Williams
61f31f08c0 Fix typo: malformated -> malformatted 2017-07-07 00:30:18 -07:00
Kevin Mark
b313bc69f8 [Panopto] Add tests
Testing may be impossible for the Folder extractor, or I'm just
doing it wrong. With the current test we enter a catch-22 where it
claims we need an 'ext' entry to continue testing but upon adding
that it claims it expected None.
2017-07-06 23:15:23 -04:00
Kevin Mark
dec449e22f [Panopto] Prefer the highest quality stream 2017-07-06 22:22:26 -04:00
Kevin Mark
fed0a6a939 [Panopto] Bring the code in line with conventions 2017-07-06 21:32:17 -04:00
Parmjit Virk
b696ee422e Merge branch 'master' into BlenderCloud-issue-13282 2017-07-06 19:55:33 -05:00
Kevin Mark
a29e634cfe [Panopto] Document methods wrt PEP 257 2017-07-06 20:48:39 -04:00
Kevin Mark
0807e39d85 [Panopto] Replace % with format() wrt PEP 3101 2017-07-06 20:39:39 -04:00
Kevin Mark
bd7d8149d7 [Panopto] Preferring static over instance methods 2017-07-06 20:16:33 -04:00
Kevin Mark
cbb1753395 [Panopto] Document classes wrt PEP 257 2017-07-06 20:11:49 -04:00
Sergey M․
8a04ade86b
Credit @parmjitv for #13322, #13503, #13541, #13549 2017-07-06 23:15:23 +07:00
Sergey M․
ab328411d5
Credit @orng for ruv (#13396) 2017-07-06 23:15:16 +07:00
Sergey M․
ddeff4be3f
Credit @gfabiano for #13382, #13385, #13415 2017-07-06 23:15:09 +07:00
Parmjit Virk
60d4401c5e [espn] Extend _VALID_URL (fixes #13244) 2017-07-06 22:55:59 +07:00
Bagira
337be38012 [indavideo] using update_url_query 2017-07-06 15:22:03 +02:00
Bagira
9f5bd79a0f [indavideo] title mandatory; backward compability
Fixed mandatory field title
Added IndavideoEmbedIE due backward compability
2017-07-06 15:00:36 +02:00
luceatnobis
e321a64cbd Use _match_id() and fix URL recognition in Rutube 2017-07-06 11:27:14 +02:00
Christopher Smith
1fd6d40c9a [cjsw] Requested fixes 2017-07-05 22:49:58 -06:00
Parmjit Virk
da12ebcc04 [ESPN] Applied third requested fixes for PR #13549 2017-07-05 17:05:00 -05:00
Parmjit Virk
cf70113498 Merge branch 'master' into ESPN-issue-13244 2017-07-05 16:01:09 -05:00
Parmjit Virk
14c5f95d8c Merge branch 'master' into BlenderCloud-issue-13282 2017-07-05 15:59:13 -05:00
Parmjit Virk
1dc4bc1dbc [ESPN] Applied second requested fixes for PR #13549 2017-07-05 15:57:52 -05:00
Sergey M․
dee2ff1d81
[test_utils] Fix tests under Windows 2017-07-06 00:25:37 +07:00
Sergey M․
6554708252
[kaltura] Fix typo in subtitles extraction (closes #13569) 2017-07-05 23:20:50 +07:00
Sergey M․
0a2e1b2e30
[vier] Adapt extraction to redesign (#13575) 2017-07-05 22:52:47 +07:00