Sergey M․
8bd1df3c31
[dramafever] Fix authentication ( closes #16067 )
2018-04-02 22:19:42 +07:00
HugoTai100
1ad86b22bf
[Joox] Add new extractor ( fixes #16062 )
2018-04-02 13:38:31 +08:00
HugoTai100
9d96a65eaf
[Joox] Add new extractor
2018-04-02 01:53:30 +08:00
Sergey M․
86693c4930
[afreecatv] Use partial view only when necessary ( closes #14450 )
2018-04-02 00:00:45 +07:00
Sergey M․
d563fb32ba
[afreecatv] Remove debug output
2018-04-01 23:07:54 +07:00
Sergey M․
e51762be19
[afreecatv] Add support for authentication ( #14450 )
2018-04-01 22:47:39 +07:00
kenavera
03fcde10ce
[nationalgeographic] Add support for new URL schema ( closes #16001 )
2018-04-01 21:22:51 +07:00
Sergey M
5ca6bf8a72
Update nationalgeographic.py
2018-04-01 21:16:56 +07:00
kenavera
9be1f69124
Added old urls to only_matching
2018-04-01 16:10:55 +02:00
tdsparrow
629ccb3ac2
clean import
2018-04-01 20:18:46 +08:00
tdsparrow
3883fba0d9
update latest api referring https://github.com/Binaryify/NeteaseCloudMusicApi
2018-04-01 20:10:36 +08:00
kenavera
f941b699c7
Changed scheme of complete tests to new url format
2018-04-01 11:42:18 +02:00
kenavera
02fe81447a
Changed complete test to only_matching
2018-04-01 11:33:23 +02:00
kenavera
1155dbf5ba
Corrected tests
2018-04-01 11:09:46 +02:00
Sergey M․
95a1322bc1
[bilibili] Remove debug from player params regexes
2018-04-01 02:06:58 +07:00
Parmjit Virk
0669f8fd8f
[xvideos] Fix thumbnail extraction ( closes #15978 )
2018-03-31 23:46:08 +07:00
Sergey M
7be3cb65fc
Update xvideos.py
2018-03-31 23:45:19 +07:00
kenavera
0b18b8691e
[nationalgeographic] Updated valid url regex
2018-03-31 17:39:13 +02:00
kenavera
0b4bbcdcb6
[medialaan] Fix vod id
2018-03-31 22:14:49 +07:00
kenavera
8966a60bfb
fix requested changes
2018-03-31 16:56:40 +02:00
Surya Oktafendri
79356eb3ee
Merge branch 'master' of git@github.com:rg3/youtube-dl.git into extractor_20detik
2018-03-31 17:34:55 +07:00
Surya Oktafendri
14f4c41cef
[Generic] Move 20detik embed extractor into generic extractor
2018-03-31 09:06:20 +07:00
Surya Oktafendri
662d14ea7e
[20detik] Remove unnecessary named group
2018-03-31 04:19:54 +07:00
Surya Oktafendri
0f70fb8ae0
[20detik] Fix search regex
2018-03-31 04:18:13 +07:00
Surya Oktafendri
67a9e1b2d5
[20detik] Remove 'ext' meta property
2018-03-31 04:16:55 +07:00
Surya Oktafendri
5323d532b7
[20detik] Remove unused meta field
2018-03-31 04:15:22 +07:00
Surya Oktafendri
1141133e71
[20detik] Use fatal search regex
2018-03-31 04:12:14 +07:00
thiemo
68ee45cdfd
[Smashcustommusic] Add new extractor
...
git add youtube_dl/extractor/smashcustommusic.py
2018-03-30 21:09:07 +02:00
Luca Steeb
3e78d23b57
[openload] Add support for oload.site
2018-03-30 23:25:43 +07:00
Luca Steeb
6a431007f1
[openload] add oload.site domain
2018-03-30 14:38:34 +02:00
kenavera
7fe09be17b
Fix regex for video id
2018-03-30 10:25:04 +02:00
Parmjit Virk
eeb2883097
Merge branch 'master' into XVideos-issue-15978
2018-03-29 21:23:40 -05:00
Sergey M․
190f6c936b
[naver] Fix extraction ( closes #16029 )
2018-03-29 23:49:09 +07:00
Nick Ufer
de9a411c95
fix for null "ie_key" value for soundcloud when dumping as json
2018-03-29 18:47:53 +02:00
Sergey M․
02f6ccbce3
[dramafever] Partially switch to API v5 ( closes #16026 )
2018-03-29 23:06:13 +07:00
Surya Oktafendri
57757308e1
[DuaPuluhDetik] Add new extractor for 20.detik.com
2018-03-29 06:34:03 +07:00
thiemo
9b6f3a25d6
[guitartricks] login process fixed 💫
2018-03-29 00:59:59 +02:00
Parmjit Virk
a9dd7c357a
[XVideos] Applied second requested fixes for PR #15979
2018-03-28 17:46:42 -05:00
undersound
888025ccbf
change user wide configuration file for linux
2018-03-28 20:59:09 +02:00
Jessie C
39cd85c27e
• New extractor for porn site ThisVid. By contrast with other extractors, it requires JavaScript in order to determine the video URL. That is why it uses Selenium (license Apache 2). The Generic extractor was already capable to download many of the videos but only in 240p.
...
• Selenium requires the installation of a free webdriver (see https://pypi.python.org/pypi/selenium ), except for Safari 10+
• Added new option --browser in the command line to indicate the desired browser. It defaults to Safari on the Mac and Chrome elsewhere. NOTE that I have only tested Safari and Chrome until now, though Selenium is compatible with 'firefox', 'edge', 'ie', 'opera', 'webkitgtk', 'android'
• ThisVid can detect several common errors like a deleted file or insufficient privileges
• ThisVid does not support authentication yet
2018-03-28 12:46:55 +02:00
Jessie C
5634bbfe7f
• Added Selenium 3.11.0 (slightly modified for Safari to work) under license Apache 2. Selenium is necessary for the new extractor ThisVid.
2018-03-28 12:33:46 +02:00
Aniruddh Joshi
de60d4966c
[torrins] Removed function override
2018-03-28 02:35:47 +05:30
Parmjit Virk
414b27619c
[XVideos] Applied requested fixes for PR #15979
2018-03-27 15:54:59 -05:00
Parmjit Virk
0974842c90
Merge branch 'master' into XVideos-issue-15978
2018-03-27 15:02:42 -05:00
Arend v. Reinersdorff
5d60b99717
[options] Mention comments support in --batch-file
2018-03-27 22:25:29 +07:00
Sergey M
36de0ee69b
Update options.py
2018-03-27 22:24:47 +07:00
xofe
9e6a418015
[abc:iview] Unescape title and series meta fields
2018-03-27 22:08:40 +07:00
Sergey M
1d2146ef2e
Update abc.py
2018-03-27 22:07:44 +07:00
Attila-Mihaly Balazs
99c3091850
[videa] Extend _VALID_URL
2018-03-27 22:02:04 +07:00
Sergey M
cd451aecf9
Update videa.py
2018-03-27 22:01:15 +07:00