25870 Commits

Author SHA1 Message Date
mars67857
d538ff2e58 Fix some fallback logic for RTMP link parsing 2017-10-15 14:26:05 -07:00
mars67857
6e9f40c86d Remove useless test, add fallback logic to manifest parser, and provide useful errors 2017-10-15 13:58:37 -07:00
Sergey M․
8cc1840ccb
[arte] Capture and output error message 2017-10-15 22:12:34 +07:00
mars67857
8e46a0a461 Fix Flake8 style violations 2017-10-14 22:16:06 -07:00
mars67857
a0a5cc854c Initial commit 2017-10-14 22:09:44 -07:00
Sergey M․
a9ee4f6e49
[downloader/hls] Fix total fragments count when ad fragments exist 2017-10-15 11:03:54 +07:00
Pawit Pornkitprasan
aaab8c5e71 [niconico] Improve uploader metadata extraction robustness (closes #14135) 2017-10-15 10:40:57 +07:00
Pawit Pornkitprasan
11a69eccda [niconico] fix formatting issue 2017-10-15 10:34:33 +07:00
Pawit Pornkitprasan
772f15dc8a [niconico] handle theoretical case where owner is True-ish non-dict 2017-10-15 10:16:28 +07:00
Pawit Pornkitprasan
78331973ab [niconico] Fix downloading videos with null owner
Niconico may return JSON where owner is set to null. In that case, api_data.get
will return None even though a default is provided. Fix the check so that we
always change None into an empty dict.
2017-10-15 09:36:42 +07:00
Sergey M․
f6a68a76d3
release 2017.10.15.1 2017-10-15 06:18:34 +07:00
Sergey M․
7e721e35da
release 2017.10.15.1 2017.10.15.1 2017-10-15 06:16:41 +07:00
Sergey M․
bd7e1406b3
[ChangeLog] Actualize 2017-10-15 06:15:37 +07:00
Sergey M․
74c42d9ec3
[downloader/hls] Ignore anvato ad fragments (closes #14496) 2017-10-15 06:13:48 +07:00
Sergey M․
5efaf43c93
[downloader/fragment] Output ad fragment count 2017-10-15 06:13:07 +07:00
Sergey M․
4827270526
[scrippsnetworks:watch] Bypass geo restriction 2017-10-15 06:11:35 +07:00
Sergey M․
ee093a0ea0
[anvato] Add ability to bypass geo restriction 2017-10-15 06:11:02 +07:00
Sergey M․
9bb2c7673e
[redditr] Fix extraction for URLs with query (closes #14495) 2017-10-15 03:38:34 +07:00
Sergey M․
d451428eb0
release 2017.10.15 2017-10-15 02:28:59 +07:00
Sergey M․
715534083d
release 2017.10.15 2017.10.15 2017-10-15 02:26:58 +07:00
Sergey M․
ee88c1cbc6
[ChangeLog] Actualize 2017-10-15 02:26:10 +07:00
Sergey M․
57eb45b111
[scrippsnetworks:watch] Add support for geniuskitchen.com 2017-10-15 02:01:16 +07:00
Sergey M․
b21ab85088
[scrippsnetworks:watch] Fix extraction (closes #14389) 2017-10-15 01:57:43 +07:00
Sergey M․
210a2720bc
[anvato] Process master m3u8 manifests
>>> Individual m3u8 manifests are not always present, e.g. anvato:anvato_scripps_app_web_prod_0837996dbe373629133857ae9eb72e740424d80a:4173834
2017-10-15 01:44:57 +07:00
Sergey M․
685e87b61f
[youtube] Fix relative URLs in description 2017-10-14 20:26:52 +07:00
Cary Jones
07c993fde6 Fix tests for FOX 2017-10-13 20:36:47 -07:00
Cary Jones
be62d0777a Fix Fox extractor when provider logins are required 2017-10-13 18:57:12 -07:00
Cary Jones
ac6feaa4fa Revert "Fix Fox extractor when provider logins are required"
This reverts commit ee009f610ba78c8f97d41ca8cb0981da861997ef.
2017-10-13 18:56:14 -07:00
Cary Jones
ee009f610b Fix Fox extractor when provider logins are required 2017-10-13 18:54:56 -07:00
delulo
a162bafd44 Update README.md
"--audio-quality" levels are not like described here (same mistake in the man pages). It's actually the lower the number the lower the quality at least judging by the size of the file that gets produced. I tested this with "--audio-quality" level 1 which produced an audio file that is about 5 times smaller than at "--audio-quality" level 9.
2017-10-14 01:09:57 +07:00
Martin Hartkorn
51285bd7c7 Allow formats with labels that don't match regex ([0-9]+)p 2017-10-13 19:44:27 +02:00
Martin Hartkorn
1ff963a230 Fixes according to suggestions 2017-10-13 18:45:54 +02:00
Martin Hartkorn
c73c244203 Added extractor for pietsmiet.de 2017-10-13 18:45:54 +02:00
kjy00302
016d2fb975 [Kakao] Add support for playlist and channel 2017-10-13 22:12:14 +09:00
Remita Amine
c9bd503e7d [spike] bypass geo restriction 2017-10-13 08:41:57 +00:00
Remita Amine
94a530c6cb [howstuffworks] add support for more domains 2017-10-12 19:03:47 +00:00
Remita Amine
e650659b94 [infoq] fix http format downloading 2017-10-12 17:39:51 +00:00
Remita Amine
2637fadc38 [generic] fix some of the tests 2017-10-12 16:14:43 +00:00
Remita Amine
50d808f5c9 [common] add support for jwplayer youtube embeds 2017-10-12 16:12:47 +00:00
Remita Amine
7a64c33aee [rtlnl] add support for another type of embeds 2017-10-12 16:09:06 +00:00
Remita Amine
b0def2c297 [onionstudios] add support for bulbs-video embeds 2017-10-12 16:05:25 +00:00
Remita Amine
81ce479f4d [udn] fix extraction 2017-10-12 16:04:41 +00:00
Remita Amine
414e709405 [shahid] fix extraction(fixes #14448) 2017-10-12 09:20:39 +00:00
Yen Chi Hsuan
645ed3e7c9 [ChangeLog] Update after #14471
[skip ci]
2017-10-12 12:12:37 +08:00
nyuszika7h
c0bddd6d65 [kaltura] Ignore Widevine encrypted video (.wvm)
There is currently no public method to decrypt this, and there may be
other streams available that can be downloaded.

Example URL, has `.wvm` and `.mp4` formats:
https://www.voot.com/shows/bigg-boss-s11/11/538936/bigg-boss-extra-dose-arshi-s-quirky-demand/541700
2017-10-12 12:09:58 +08:00
Yen Chi Hsuan
1baba7f4a8 [vh1] Adding coding cookie 2017-10-12 12:02:26 +08:00
Remita Amine
344d1a6794 [vh1] fix extraction(fixes #9613) 2017-10-11 20:52:14 +00:00
nyuszika7h
5f51204a64 [kaltura] Ignore Widevine encrypted video (.wvm)
There is currently no public method to decrypt this, and there may be
other streams available that can be downloaded.

Example URL, has `.wvm` and `.mp4` formats:
https://www.voot.com/shows/bigg-boss-s11/11/538936/bigg-boss-extra-dose-arshi-s-quirky-demand/541700
2017-10-11 22:24:17 +02:00
Sergey M․
004938f463
release 2017.10.12 2017-10-12 01:08:25 +07:00
Sergey M․
76581082f6
release 2017.10.12 2017.10.12 2017-10-12 01:06:28 +07:00