28997 Commits

Author SHA1 Message Date
Grégoire Pineau
520ee9677b Fixed chmod instruction in the installation procedure
1. There is no need to `write` access to the binary
2. `a+x == +x`
2019-02-21 17:03:41 +01:00
Thomas Tsiakalakis
7781e2710d finished dropout extractor 2019-02-21 17:03:04 +01:00
Thomas Tsiakalakis
89ed0c9eed finished dropout extractor 2019-02-21 17:00:26 +01:00
Sergey M․
caf48f557a
[metacafe] Fix family filter bypass (closes #19287) 2019-02-21 05:59:07 +07:00
JChris246
2f86a2a202 Removed [anysex] to be handled by generic extractor
Anysex webpages video urls are located in the html video sources which can be extracted by the generic extractor
closes #19279
2019-02-20 13:08:38 -04:00
David Hood
028cd9d132 Use default formats when it fails to find the video information.
This allows us to get the thumbnails.
2019-02-20 22:42:48 +11:00
Thomas Tsiakalakis
f749ac67ab first implementation of intl.dropout.tv 2019-02-20 10:42:59 +01:00
AIRONAX-Develolper
1de06c007e
Merge pull request #1 from rg3/master
Pull request
2019-02-20 06:37:47 +05:30
kr4ssi
08418ea6c7 [NxLoad] Fixed u 2019-02-19 23:28:53 +01:00
kr4ssi
536a1f81e8 [NxLoad] Fixes 2019-02-19 22:35:42 +01:00
kr4ssi
d5ec9d76cd [NxLoad] Add new extractor 2019-02-19 21:43:15 +01:00
Pablo Castorino
fa9edae4ff better coding conventions 2019-02-18 15:02:19 -03:00
Roger
0ae4ba2a1c [bravotv] fix drupal settings parser (closes rg3#19214) 2019-02-18 06:56:57 -05:00
Sergey M․
b7c4159cf4
release 2019.02.18 2019-02-18 02:13:07 +07:00
Sergey M․
77a842c892
release 2019.02.18 2019.02.18 2019-02-18 02:11:11 +07:00
Sergey M․
c76fc5b22a
[ChangeLog] Actualize
[ci skip]
2019-02-18 02:10:06 +07:00
Frederik “Freso” S. Olesen
4443ef264d
[youtube] Duplicate upload_date to release_date
Currently if you use `%(release_date)s` in file naming templates you will
get an “NA” from YouTube downloads, because YouTube doesn’t distinguish
between “release” and “upload” and only provides “upload” date. This can be
annoying if you’re also using `youtube-dl` for other sites that do
distinguish between the two.

This change simply duplicates the found `upload_date` into `release_date`
so both variables can be used for YouTube downloads.

Fixes https://github.com/rg3/youtube-dl/issues/18704
2019-02-17 13:44:38 +01:00
Sergey M․
388cfbd3d8
[tvp:website] Improve support 2019-02-17 14:27:00 +07:00
Sergey M․
d93083789b
[tvp:series] Fix extraction 2019-02-17 14:09:30 +07:00
Sergey M․
34568dc296
[tvp] Detect unavailable videos 2019-02-17 13:39:00 +07:00
Sergey M․
3c9647372e
[tvp] Fix description extraction, make thumbnail optional and fix tests 2019-02-17 13:38:21 +07:00
Sergey M․
659e93fcf5
[linuxacademy] Add extractor (closes #12207) 2019-02-17 07:12:10 +07:00
Sergey M․
c9a0ea6e51
[bilibili] Update keys (closes #19233) 2019-02-17 05:00:16 +07:00
Sergey M․
d7d513891b
[udemy] Extend _VALID_URLs (closes #14330, closes #15883) 2019-02-17 01:05:01 +07:00
Sergey M․
ae65c93a26
[udemy] Update User-Agent and detect captcha (closes #14713, closes #15839, closes #18126) 2019-02-17 00:58:13 +07:00
Sergey M․
ba2e3730d1
[noovo] Fix extraction (closes #19230) 2019-02-16 22:45:53 +07:00
Oneboy1979
1165fe2616 [servus] clean up code 2019-02-16 15:02:01 +01:00
Oneboy1979
afc5de1952 [servus] fix for new url format 2019-02-16 14:43:50 +01:00
Sergey M․
2b2da3ba10
[rai] Relax _VALID_URL (closes #19232) 2019-02-15 23:56:29 +07:00
Daniel Höpfl
0b0b0cf4d7 Improved code based on review. 2019-02-15 07:28:24 +01:00
Sergey M․
794c1b6e02
[vshare] Pass Referer to download request (closes #19205, closes #19221) 2019-02-14 23:43:16 +07:00
yonaikerlol
7bee705d8f [openload] Add support for oload.live 2019-02-14 22:28:16 +07:00
Avi Peretz
6e44c1dde6 Merge branch 'master' into fix-facebook-date 2019-02-14 14:19:42 +02:00
AnyISalIn
a5a940edb6 [iqiyi] Fix extraction playlist 2019-02-14 15:07:02 +08:00
yonaikerlol
f25b8b1aff
[Openload] Add support to new domain, oload.live 2019-02-13 20:16:43 -04:00
Daniel Höpfl
4b99952e6c Fixes #18906: Fixes title extraction for vivo.sx. 2019-02-13 16:29:43 +01:00
NGTmeaty
be3fbfa4aa
Add updated test 2019-02-12 23:24:48 -05:00
NGTmeaty
9566f47b89
Merge pull request #1 from NGTmeaty/NGTmeaty-patch-1
Fix BravoTV with latest changes
2019-02-12 22:18:56 -05:00
NGTmeaty
1a86956420
Fix BravoTV with latest changes
They've moved over to a drupal-settings-json which changes a few small things up. Just requires a few small changes.
2019-02-12 22:15:48 -05:00
bitraid
6f5c1807f4 [imgur] Use video id as title fallback (closes #18590) 2019-02-13 00:02:29 +07:00
Sergey M
51405a6715
Update imgur.py 2019-02-13 00:00:05 +07:00
bitraid
04a145207e
[imgur] Don't fail on missing OpenGraph title 2019-02-12 13:04:41 +02:00
bitraid
5785dba37e
[common:opengraph] Don't fail on missing title (fixes #18590) 2019-02-12 11:27:00 +02:00
Sergey M․
985637cbbf
[twitch] Add new source format detection approach (closes #19193) 2019-02-12 00:13:50 +07:00
Sergey M․
7d8b89163c
[tvplayhome] Fix video id extraction (closes #19190) 2019-02-11 04:41:28 +07:00
Sergey M․
d777f3e81c
[tvplayhome] Fix episode metadata extraction (closes #19190) 2019-02-11 04:39:23 +07:00
Sergey M․
4c0e0dc9dc
[rutube:embed] Fix extraction and add support private videos (closes #19163) 2019-02-11 00:49:51 +07:00
Sergey M․
f516f44094
[soundcloud] Extract more metadata 2019-02-10 23:44:08 +07:00
Sergey M․
e9dee7f1b2
[trunews] Add extractor (closes #19153) 2019-02-09 23:50:27 +07:00
Pablo Castorino
3491b08454 replace usenetrc 2019-02-09 11:27:43 -03:00