28997 Commits

Author SHA1 Message Date
quinlander
51dedc9f73 replaced int to string conversion with 'int_or_none', made more robust by checking multiple subdomains for src link 2019-04-16 19:53:21 -04:00
quinlander
5de4ebf7b5 simplified try block regex and specified better name for url 2019-04-16 19:29:41 -04:00
ealgase
e6d829c1c7
[openload] add test for openloed.co 2019-04-16 18:43:23 -04:00
ealgase
ec602479b6
[openload] add support for openloed.co (fixes #20691)
While the .co could be captured directly, I anticipate that there will be more TLD's for openloed in the future.
2019-04-16 18:33:50 -04:00
Remita Amine
e8394c851f [bravotv] fix extraction(closes #19213) 2019-04-16 19:06:48 +01:00
Sergey M․
70d4271b2b
release 2019.04.17 2019-04-17 01:04:32 +07:00
Sergey M․
a390c247b5
release 2019.04.17 2019.04.17 2019-04-17 00:20:09 +07:00
Sergey M․
9846935256
[ChangeLog] Actualize
[ci skip]
2019-04-17 00:15:48 +07:00
Sergey M․
7fc3b68ad3
[openload] Randomize User-Agent (closes #20688) 2019-04-17 00:08:50 +07:00
Sergey M
c4341ea47e
[openload] Add support for oladblock domains (#20471) 2019-04-16 23:50:04 +07:00
Monastario
88261409ed [Bajeczki] Add new extractor 2019-04-16 17:59:23 +02:00
Monastario
83964685be [Bajeczki] Add new extractor 2019-04-16 14:07:16 +02:00
Remita Amine
e6c9ae31df [adn] fix subtitle extraction(#12724) 2019-04-16 13:04:13 +01:00
Andrzej Godziuk
51d94cce75 Ximalaya: filter out null thumbnails 2019-04-16 19:57:29 +10:00
ealgase
6104cc1591
[openload] add test for oladblock.me 2019-04-15 23:09:05 -04:00
ealgase
f114e43d38
[openload] add oladblock.me domain 2019-04-15 23:08:28 -04:00
quinlander
8ac9af1ce2 remove unecessary 're' import and ran flake8 2019-04-15 17:43:21 -04:00
quinlander
159a2cff27 cleaned up code to increase readability, fixed test 2 2019-04-15 17:38:36 -04:00
Julian Galperin
adb6f53432 added more tests 2019-04-15 17:21:51 -04:00
Julian Galperin
3448add962 fixed ext error 2019-04-15 17:14:22 -04:00
Julian Galperin
76a8117e48 cleaned up changba.py 2019-04-15 17:02:55 -04:00
nindogo
e7a76dde02 Added flashvars regex 2019-04-15 23:40:05 +03:00
quinlander
0b8c02e716 added 2 basic tests 2019-04-15 16:38:29 -04:00
Michael Tilbury
970a155730 Remove unused ExtractorError import 2019-04-15 13:46:07 -04:00
Michael Tilbury
ff92503189 Apply fixes:
Make title field optional for ooyala extraction (the ooyala IE can get the title)
Remove duplication of get() call
Sort m3u8 formats
Made 'dvr' mandatory if not ooyalaVOD
Extract duration for akamai videos
2019-04-15 13:38:49 -04:00
nindogo
730f1692a0 Merge remote-tracking branch 'upstream/master' into porntrex 2019-04-15 11:29:31 +03:00
quinlander
89b2983b3f Added changba import and implemented simple changba extractor with single test 2019-04-14 20:04:08 -04:00
Michael Tilbury
3948517e21 Apply fixes
Remove duplicate test
Change 'in' check to use get()
Raise ExtractorError instead of returning None
Made 'title' field mandatory
Removed 'length' field in info_dict
2019-04-14 19:42:11 -04:00
Michael Tilbury
c25d6881e8 [BYUtv] Add support for akamai VODs (addresses #20574)
Fix code style on brackets (flake8)

Add more information to test info_dict
2019-04-14 18:38:31 -04:00
Remita Amine
cb6cd76f7b [aol] add support for localized websites 2019-04-14 23:18:36 +01:00
Michael Tilbury
97483c2ff1 Add test for collection url 2019-04-14 13:50:10 -04:00
Michael Tilbury
f9c9a53a0c Make lookeahead in TwitchStream regex more specific 2019-04-14 13:19:02 -04:00
Michael Tilbury
fb56a16673 Modify valid URL regex to allow hyphens in collection id 2019-04-14 13:14:07 -04:00
Remita Amine
0b758fea1c [yahoo] add support GYAO episode URLs 2019-04-14 15:01:01 +01:00
Remita Amine
3534b6329a [yahoo] add support for streaming.yahoo.co.jp(closes #5811)(closes #7098) 2019-04-14 14:39:20 +01:00
Remita Amine
174f62992d [yahoo] add support for gyao.yahoo.co.jp 2019-04-14 14:29:04 +01:00
Remita Amine
1038532213 [aenetworks] add encoding declaration 2019-04-14 13:18:16 +01:00
nindogo
a13c8aad39 Initial commit
This commit is to set up the environment correctly for updating and
merging changes as they arise.
2019-04-14 15:07:25 +03:00
Remita Amine
4f1e02ad60 [aenetworks] fix history topic extraction and extract more formats 2019-04-14 11:46:33 +01:00
Michaël Arnauts
0bde0bc671 Handle multiple Content-Type headers 2019-04-14 12:02:57 +02:00
Forthrin
4c226a581f [nrk] Gracefully handle subtitle thousands with less than three digits 2019-04-14 11:18:09 +02:00
Forthrin
ce846a024d [nrk] Remove whitespace in XML subtitles causing problems for .srt files 2019-04-14 11:18:08 +02:00
Sergey M
04ff456503 [streamango] add support for streamcherry.com (#20592) 2019-04-14 11:17:37 +02:00
SpeakerEnder
c81728e6bb Merge branch 'master' of https://github.com/speakerender/youtube-dl into directvnow-auth-fix 2019-04-13 23:03:47 -04:00
Remita Amine
180a9dff1f [cbs] extract smpte and vtt subtitles 2019-04-13 17:02:22 +01:00
Forthrin
3337739ba8 [nrk] Gracefully handle subtitle thousands with less than three digits 2019-04-13 12:20:41 +02:00
Forthrin
d6343d6850 [nrk] Remove whitespace in XML subtitles causing problems for .srt files 2019-04-13 12:20:38 +02:00
PeterDing
34e3d8f0d8
Add extractors for netease open course video (open.163.com) 2019-04-13 17:51:01 +08:00
Harry Kwon
51bfe3e598 fixes: removed 'thumbnails field and extract all thumbnail formats 2019-04-13 08:41:00 +00:00
Harry Kwon
7330864fc7 Added -original quality to Soundcloud thumbnails 2019-04-13 08:12:30 +00:00