25870 Commits

Author SHA1 Message Date
siddht1
ab9303600b Update README.md 2017-07-09 08:43:00 +00:00
siddht1
bcd8d8cc58 Update README.md 2017-07-09 08:40:24 +00:00
siddht1
764a17094f Update README.md 2017-07-09 08:38:13 +00:00
siddht1
a77f8d855f Update README.md 2017-07-09 08:36:44 +00:00
mlindner
15237fcd51 [veoh] Extend _VALID_URL 2017-07-09 14:54:52 +07:00
Sergey M
e2c45587ba Update veoh.py 2017-07-09 14:53:23 +07:00
rrooij
7a57730907 [npo:live] Fix live stream id extraction (closes #13568) 2017-07-09 14:21:40 +07:00
siddht1
c471981763 added pornjam.py to add pornjam
pornjam.py added,added import to generic.py, added import to extractors.py
2017-07-09 07:04:01 +00:00
Mariusz Skoneczko
a3dad80078 [AnimeLab] Inline single-use methods 2017-07-09 14:08:26 +10:00
Mariusz Skoneczko
3bcac3f1cb [AnimeLab] Skip tests as they require authentication 2017-07-09 13:44:07 +10:00
Mariusz Skoneczko
28ee7cc6af [AnimeLab] Reorganise classes 2017-07-09 13:41:10 +10:00
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