28411 Commits

Author SHA1 Message Date
Andrew Udvare
3bef9683c4 [Minds] Add new extractor 2018-10-20 21:33:32 -04:00
Dhiraj Eadara
c8da2a9074 [animeplustv] Add new extractor 2018-10-21 01:18:01 +05:30
Douglas Christman
9a1ddf75d2 [line] Add playlist support 2018-10-19 22:30:25 -04:00
Douglas Christman
3ebec36fb9 [line] Relax _VALID_URL 2018-10-19 22:30:22 -04:00
Jason
2f8af05871 Fix to correctly get PlayerId as it is subject to change 2018-10-19 21:55:06 +01:00
Andy Bottom
f65e62f00e Initial commit for rightnowmedia. 2018-10-18 22:23:23 -05:00
Yoav Shai
fdceeb43ce Add break on existing option 2018-10-18 17:12:37 +03:00
yonaikerlol
047dcd84c9
[Openload] Add new support to new domain oload.icu 2018-10-17 21:14:41 -04:00
Remita Amine
b99b0bcfa0 [cwtv] handle api errors(closes #17905) 2018-10-17 06:22:56 +01:00
Matthias Sweertvaegher
7a080138ce info var does not exist here, is called information instead 2018-10-16 19:45:11 +02:00
Sergey M․
baeabf7742
[rutube] Use geo verification headers (closes #17897) 2018-10-16 23:19:44 +07:00
Remita Amine
582797d780 [brightcove] remove unused variable 2018-10-15 20:47:12 +01:00
Matthias Sweertvaegher
e38f28ab00 pass on extractor's info to postprocessors
pass on extractor's info to postprocessors so track metadata can be
used in postprocessing_args
2018-10-15 21:04:43 +02:00
Remita Amine
160c2773f6 [brightcove:legacy] add another fall back to brightcove:new 2018-10-15 18:41:57 +01:00
Remita Amine
ee5fe42e44 [brightcove:legacy] fall back to brightcove:new(#13912) 2018-10-15 17:54:38 +01:00
Remita Amine
f0ee386851 [tv3] remove extractor(closes #10461)(closes #15339) 2018-10-15 16:26:29 +01:00
Remita Amine
a94e7c195e [ted] fix extraction for http and rtmp formats(closes #5941)(closes #17572)(closes #17894) 2018-10-15 11:52:01 +01:00
Marvin D
07c7d89195 fixed whitespace 2018-10-15 02:26:18 +02:00
Marvin D
0ae7077086 added parameter stopatfirst to stop downloading of further videos when video is not in daterange 2018-10-15 02:09:44 +02:00
capitalg
388f2a5667 [sonosfm] Add new extractor 2018-10-14 23:34:41 +02:00
Vidar Flesjø
f7e34e7bba Fix Nuvid extractor 2018-10-14 23:00:50 +02:00
Vidar Flesjø
836fd554a3 Fix Nuvid extractor 2018-10-14 22:56:46 +02:00
Luis del Toro
42e2adf470 Add support for safari learning paths 2018-10-14 21:06:47 +02:00
frkhit
2e6a1babfa [YoutubeDL:Playlist DownloadLog]: Using file_cache to record the progress of playlist-download-task. Download each videos in order; then re-download the broken videos. 2018-10-14 18:08:32 +08:00
frkhit
b1e4e389f3 [cctv] add support for cctv.com to download all videos of one channel 2018-10-14 17:00:40 +08:00
Petar Kukolj
ed220cdc7b [tv5mondeplus] Add support for extracting subtitles 2018-10-14 01:15:08 +02:00
John L. Villalovos
c06950c4e1 [vimeo] Add hint to error message to use --referer URL
Add a hint to the error message that the user can try using
--referer URL on the command line.
2018-10-13 11:35:39 -07:00
xxxx1110
cf34132114 [niconico] Extract playlist uploader 2018-10-13 12:07:36 +09:00
Niklas
f6e1ef674b
[zdf] rework format extraction to find additional videos (fixes #17747) 2018-10-11 23:58:31 +02:00
Sebastian Haas
3b4efbc516 [orf] Fix certificate error (closes #17737)
Rewrite apasfpd.apa.at to apasfpd.sf.apa.at in video urls to match https certificate
2018-10-11 22:31:23 +02:00
J. Randall Owens
e2e16b8d42 Merge commit '5d90a8a'
merge upstream youtube-dl into local mod
2018-10-11 20:41:09 +01:00
sichuan-pepper
b5f363c294 [Chuun] Add new extractor 2018-10-11 22:19:59 +09:00
Austin Mroz
2e1531cec2 [imgur] Don't assume gallery contains single image 2018-10-10 19:35:39 -05:00
Ales Jirasek
53b12fac9d additional info and better regexes 2018-10-11 01:14:35 +02:00
Ales Jirasek
4bcc6c372f [MallTV] Add new extractor 2018-10-10 23:47:21 +02:00
huichen90
06d35e663d
Fix bug
ERROR: Youku server reported error -6004: 客户端无权播放,201;
2018-10-10 10:28:07 +08:00
Niklas
de352ca749
[ard] rework format extraction (fixes #17744) 2018-10-10 03:16:53 +02:00
Niklas
18dda9e7b4
[ard] ARDBetaMediathek: don't abort when geoblocked
This doesn't work since the flag is always present as long as the video is geoblocked in any country.
2018-10-10 02:18:13 +02:00
cclloyd
044664e448 Fixed error with packages to conform to youtube-dl 2018-10-09 19:42:50 -04:00
Matthias P. Walther
a6dee7433c Add welt.de extractor.
Fixes #17553
2018-10-09 19:52:54 +02:00
Niklas
1135a30970
[ard] fix ARDIE url regex 2018-10-09 19:09:45 +02:00
Xiao Di Guan
43403f2c0d
[extractor/common] Ensure response handle is not prematurely closed before it can be read if it matches expected_status (resolves #17195) 2018-10-10 00:24:46 +11:00
Xiao Di Guan
9e351ab71e
[test_InfoExtractor] Add test case for #17195 2018-10-10 00:04:41 +11:00
Xiao Di Guan
21a3bf89e0
[test] Deduplicate http_server_port 2018-10-09 23:53:40 +11:00
cclloyd
a91995620a Updated tests to reflect different data on server.
Fixed bugs to pass tests.
2018-10-09 02:22:27 -04:00
cclloyd
99117dd285 Added support for new RoosterTeeth site.
NOTE: This removes function of downloading seasons or series at a time.  It was broken anyway.

TODO: Readd ability to download series and seasons.
2018-10-08 23:37:39 -04:00
Michal Duda
5ea8c87e0c [MallTv] Add new extractor - added optional www subdomain 2018-10-08 20:21:50 +02:00
nyuszika7h
2d869afc7e [discovery] Add support for --geo-verification-proxy 2018-10-08 18:57:55 +02:00
Michal Duda
9b0aa8acfe [MallTv] Add new extractor - removed comments about malformed attrib values 2018-10-08 18:34:59 +02:00
Michal Duda
95b8a52327 [MallTv] Add new extractor 2018-10-07 21:33:26 +02:00