1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-02-09 15:22:56 +08:00
Commit Graph

15515 Commits

Author SHA1 Message Date
mars67857
5d7edefcb7 WSS:// URLs aren't supported, so limit to RTMP and HLS-over-HTTP protocols. 2017-10-15 22:17:49 -07:00
mars67857
95dc812c9c Make mandatory field use unsafe access, so it triggers fallback if not found 2017-10-15 17:56:35 -07:00
mars67857
f70b37ef4f Combine ExtractorError calls 2017-10-15 17:53:14 -07:00
mars67857
8e4f219648 Fix accidentally casting URL using int_or_none 2017-10-15 17:10:35 -07:00
mars67857
5ce4b7599a Get all formats, not just RTMP ones, so that users don't need to install rtmpdump. 2017-10-15 16:58:55 -07:00
mars67857
437dd510d3 Only catch KeyError when accessing JSON dict 2017-10-15 16:30:10 -07:00
mars67857
f9d000e265 Make download of JSON list of video URLs fatal. Use note and errNote instead of directly raising ExtractorErrors 2017-10-15 16:22:00 -07:00
mars67857
af9fa317f1 Make regex searches for offline/private error strings not throw warnings 2017-10-15 16:12:57 -07:00
mars67857
cd56d28325 Inline methods only used once 2017-10-15 15:58:12 -07:00
mars67857
765de0f39c Remove unneeded positional arguments. Add comment explaining why overriding User-Agent is needed. 2017-10-15 15:53:51 -07:00
mars67857
26ab8d70cd Remove misleading part of error message regarding need for login 2017-10-15 15:40:34 -07:00
mars67857
1174b97fb8 Inlined strings that were only used once 2017-10-15 15:38:29 -07:00
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
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․
7e721e35da
release 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․
715534083d
release 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
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
Sergey M․
76581082f6
release 2017.10.12 2017-10-12 01:06:28 +07:00
Sergey M․
2f0eb0a68a
[ChangeLog] Actualize 2017-10-12 01:05:14 +07:00
Remita Amine
7fee3377dc [steam] fix extraction(fixes #14067) 2017-10-11 17:50:08 +00:00
Sergey M․
ff3f1a62f0
[funk] Add extractor (closes #14464) 2017-10-12 00:44:13 +07:00
Sergey M․
694b61545c
[nexx] Add support for shortcuts and relax domain id extraction 2017-10-12 00:41:20 +07:00
Sergey M․
af0f74288d
[YoutubeDL] Improve _default_format_spec (closes #14461) 2017-10-11 23:48:05 +07:00
Remita Amine
9e38dbb19c [voxmedia] add support for recode.net(fixes #14173) 2017-10-11 15:50:20 +00:00
Remita Amine
782195a9d4 [once] add support for vmap urls 2017-10-11 15:50:20 +00:00