27259 Commits

Author SHA1 Message Date
Paul Pritchard
1cf0e3c31b [nbc] Add support for series playlists 2018-09-23 17:34:01 -05:00
Andrew Udvare
b81c1d9eef
[SnapchatStory] Add new extractor 2018-09-23 17:36:16 -04:00
Andrew Udvare
acf3c646db
[InstagramUser] Add support for saved media 2018-09-23 17:09:47 -04:00
jomo
6e1bfc6149 liveleak: add original format without watermark 2018-09-23 22:50:56 +02:00
Sergey M․
cd5a74a28e
[youtube] Add support for invidio.us (closes #17613) 2018-09-24 00:14:49 +07:00
Sergey M․
f6d7f7b474
[zattoo] Add support for more zattoo platform sites 2018-09-23 23:35:37 +07:00
Alexander Seiler
21160a1792 [zattoo] Fix extraction (closes #17175) 2018-09-23 21:34:47 +07:00
Sergey M
e940d3ade6
Update zattoo.py 2018-09-23 21:34:13 +07:00
Sergey M
719a76760b
Update zattoo.py 2018-09-23 21:32:45 +07:00
bhamboss
d4a9cba218
Fix SSO with Xfinity
Changes to the auth redirect broke the Comcast_SSO provider.
2018-09-22 21:32:14 -07:00
Paul Wise
8d8bbc9821
ABC: add support for retrieving the URL of the latest episode on a show page 2018-09-20 22:56:01 +08:00
Robert Sacks
0d90d77b5a
[neatclip] Add new extractor 2018-09-19 23:22:33 -04:00
wb-zhoulin1
3c808c3c6a add video download script. [http://www.xinhuanet.com/] 2018-09-20 10:54:03 +08:00
Parmjit Virk
306f5c2ac6 Merge branch 'master' into PornHub-issue-16078 2018-09-19 16:59:42 -05:00
Sergey M․
4ac73fc170
[popcorntv] Remove debug output 2018-09-19 22:16:43 +07:00
Leonardo Taccari
28fcb7b061 [raiplay:playlist] Remove a debug leftover print() 2018-09-19 09:48:39 +07:00
Leonardo Taccari
bfcff8a5ef [rai] Remove a debug leftover print() 2018-09-19 02:54:00 +02:00
andrejsky
a98310bbf8
[RT] Attempt to fix delegation and regexps
Attempts to address issues raised https://github.com/rg3/youtube-dl/pull/17594#issuecomment-422050733
2018-09-18 16:07:25 +02:00
Gabriel Fair
f25ea2008a
Adding instructions to install using Conda 2018-09-17 23:08:57 -04:00
Sergey M․
3a9c928426
release 2018.09.18 2018.09.18 2018-09-18 01:46:36 +07:00
Sergey M․
d9b1cec171
[ChangeLog] Actualize
[ci skip]
2018-09-18 01:44:55 +07:00
Sergey M․
e504b09070
[adobepass] Don't pollute default headers dict 2018-09-17 22:15:27 +07:00
Sergey M․
c8f6ab8c38
[udemy] Don't pollute default headers dict 2018-09-17 22:14:53 +07:00
Sergey M․
e2f61598be
[twitch] Don't pollute default headers dict 2018-09-17 22:14:28 +07:00
Sergey M․
c11485162b
[youtube] Don't pollute default query dict (closes #17593) 2018-09-17 22:13:39 +07:00
andrejsky
5b42aa585c
Remove unicode 2018-09-17 16:59:05 +02:00
andrejsky
3d20fc10bf
[RT] Add new extractor 2018-09-17 15:58:22 +02:00
Parmjit Virk
bdfdad9717 Merge branch 'master' into PornHub-issue-16078 2018-09-17 02:40:29 -05:00
Sergey M․
1084563eaa
[crunchyroll] Prefer hardsubless formats and formats in locale language 2018-09-16 23:54:58 +07:00
Sergey M․
d9b0d118ad
[vrv] Make format ids deterministic 2018-09-16 23:54:58 +07:00
Remita Amine
8b40c92724 [vimeo] redirect to feature url only in the case of a trailer(closes #14591) 2018-09-15 06:31:15 +01:00
john
d61d495d5e date bug fix 2018-09-14 14:53:36 -07:00
Sergey M․
3661ebf2b6
[pornhub] Extract upload date (closes #17574) 2018-09-15 02:04:43 +07:00
Sergey M․
0e7b8d3eac
[extractor/common] Fix typos 2018-09-15 01:53:01 +07:00
Sergey M․
127103b643
[porntube] Extract channel meta fields 2018-09-15 01:25:32 +07:00
Sergey M․
d03beddf0f
[vimeo] Extract channel meta fields 2018-09-15 01:24:48 +07:00
Sergey M․
dd4c449219
[youtube] Extract channel meta fields (closes #9676, closes #12939) 2018-09-15 01:24:26 +07:00
Sergey M․
6f1f59f39c
[extractor/common] Introduce channel meta fields 2018-09-15 01:23:36 +07:00
Sergey M․
15bf2ca0da
[porntube] Fix extraction (closes #17541) 2018-09-15 00:50:36 +07:00
Sergey M․
0f2aa0dcaa
[asiancrush] Fix extraction (closes #15630) 2018-09-14 23:56:03 +07:00
Sergey M․
db348e8849
[twitch:clips] Extend _VALID_URL (closes #17559) 2018-09-14 23:26:38 +07:00
TheDaChicken
af585dcd44
Changed something since title was something else. 2018-09-11 15:52:10 -07:00
TheDaChicken
e52e66983a
Removed something I forgot to remove lol 2018-09-11 15:38:59 -07:00
TheDaChicken
2f165c999a
Cleaned up all of the code.
Changed auth around so you don't need to use if statements and more. :/
2018-09-11 15:38:19 -07:00
Parmjit Virk
0f0f298f2c Merge branch 'master' into PornHub-issue-16078 2018-09-11 16:57:16 -05:00
Alexander Seiler
021ccc8aff [zattoo] Fix video information extraction (closes #17175) 2018-09-11 16:40:27 +02:00
mttronc
d84d4f17c3 [wwe] Resolve requested issues 2018-09-11 11:26:48 +02:00
Sergey M․
f5b0175349
[vzaar] Add support for HLS 2018-09-11 02:41:05 +07:00
Sergey M․
79facb2773
[tube8] Fix metadata extraction (closes #17520) 2018-09-11 02:32:01 +07:00
Sergey M․
96dbf70de6
[eporner] Extract JSON-LD (closes #17519) 2018-09-11 02:32:01 +07:00