juzza1
05807d9c1f
remove unneeded repetition and whitespace
2019-05-19 23:34:19 +03:00
Stefan Pöschel
f69d0f8f35
[srgssr] add popupvideoplayer support
2019-05-19 18:11:17 +02:00
juzza1
d31de94973
attempt to authenticate video url
2019-05-19 17:33:23 +03:00
Kyle
94b27f66ef
[criterion] Fix extractor
2019-05-19 21:55:00 +09:00
Elliot Algase
2d60aae50a
[mqube] create extractor
2019-05-18 17:25:38 -04:00
Daniel Heath
da2be542f2
Fixup indentation
2019-05-18 19:01:37 +10:00
davidphood
92d90f65f5
Accept suggested change by @davidphood
...
Co-Authored-By: DanielHeath <daniel@heath.cc>
2019-05-18 19:01:37 +10:00
Daniel Heath
4bafc5ec3c
Fixup overzealous regex matching a single episode URL
2019-05-18 19:01:37 +10:00
Daniel Heath
9c2be90e27
[iview] Add playlist support
2019-05-18 19:01:37 +10:00
smed79
7ee944b358
[openload] Add support for oload.press
2019-05-18 05:30:27 +01:00
frkhit
40c87fdbf2
Merge branch 'master' of https://github.com/ytdl-org/youtube-dl
2019-05-18 12:13:04 +08:00
gheoan
ecfc271554
[harvarddce] Add new extractor
...
Allows downloading some of the videos from [Harvard Open Learning Initiative][1]. These seem to be licensed under Creative Commons.
[1]: https://www.extension.harvard.edu/open-learning-initiative
2019-05-18 02:09:36 +03:00
Cristhian Ruiz
42f1601faf
Improve JWPlayer regex
2019-05-17 16:21:26 -06:00
Sergey M․
a9e03736df
[safari] Fix authentication ( closes #21090 )
2019-05-18 03:33:40 +07:00
Sergey M․
e3c1266f49
[extractor/common] Move workaround for applying first Set-Cookie header into a separate method
2019-05-18 03:17:15 +07:00
Paolo de Dios
571f2a45ca
Merge branch 'master' of github.com:rg3/youtube-dl
...
* 'master' of github.com:rg3/youtube-dl:
[vrt] fix extraction(closes #20527 )
[canvas] add support for vrtnieuws and sporza site ids and extract AES HLS formats
[vrv] extract captions(closes #19238 )
2019-05-16 12:52:20 -07:00
Avi Peretz
98b19988d5
Merge branch 'master' into fix.25.12.2018
...
# Conflicts:
# youtube_dl/version.py
2019-05-16 11:54:12 +03:00
Elliot Algase
9d5e117c16
[narando] extract thumbnails
2019-05-15 22:04:02 -04:00
Remita Amine
82e91d20a0
[vrt] fix extraction( closes #20527 )
2019-05-15 15:02:51 +01:00
Remita Amine
170d644440
[canvas] add support for vrtnieuws and sporza site ids and extract AES HLS formats
2019-05-15 14:58:57 +01:00
Remita Amine
5831742840
[vrv] extract captions( closes #19238 )
2019-05-15 10:39:59 +01:00
nindogo
d861c752f6
Debug on test cases.
2019-05-15 01:54:59 +03:00
nindogo
878b90a834
Merge remote-tracking branch 'upstream/master' into porntrex
2019-05-15 01:36:55 +03:00
nindogo
54db14c4ea
Small changes done to make things cleaner.
...
Hopefully also make things pythonic.
2019-05-15 01:35:21 +03:00
Malte Kiefer
e9b06ddffe
Streamcloud has reduced the waiting time from 10 seconds to 5
2019-05-14 08:14:18 +02:00
Ben Rog-Wilhelm
9294cc5a8c
Add test
2019-05-13 00:46:56 -07:00
Paolo de Dios
01f161c421
Merge branch 'master' of github.com:rg3/youtube-dl
...
* 'master' of github.com:rg3/youtube-dl:
[tele5] Improve video id extraction
[tele5] Relax _VALID_URL (closes #21020 , closes #21063 )
[svtplay] Update API URL (closes #21075 )
[yahoo:gyao] add X-User-Agent header to dam proxy requests(closes #21071 )
release 2019.05.11
[ChangeLog] Actualize [ci skip]
[extractor/common] Fix typo
Fix W504 and disable W503 (closes #20863 )
[tvnow] Fix W605
[commonmistakes] Fix E117
2019-05-13 00:32:17 -07:00
Ben Rog-Wilhelm
3447246367
Add test
2019-05-13 00:23:01 -07:00
Ben Rog-Wilhelm
b6436bb03b
Extend Kaltura whitespace stripping to unlimited amounts of all whitespace
2019-05-13 00:15:12 -07:00
Ben Rog-Wilhelm
cf25e8d345
Add Kaltura support for an uncommon typo in a GDC Vault page
2019-05-13 00:03:46 -07:00
Ben Rog-Wilhelm
3f6a8ef4f9
Support uncommon DigitallySpeaking case
2019-05-12 23:48:27 -07:00
Pete Johns
75256313a6
Anchor re to prevent false-positives
2019-05-13 07:45:03 +10:00
Georgi Saev
ff24f33b8f
bitchute uploader regex fix 2
2019-05-12 23:03:36 +03:00
Elliot Algase
ef423090eb
[novamov] remove extractor (sites no longer exist)
2019-05-12 15:00:43 -04:00
Georgi Saev
23c60d2c20
updated uploader regex
...
The new design of bitchute uses a channel-banner div to display uploader information, breaking the old regex and causing the following warning:
WARNING: unable to extract uploader; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
this fixes it.
2019-05-12 21:24:53 +03:00
Sergey M․
a277dd33eb
[tele5] Improve video id extraction
2019-05-13 00:13:00 +07:00
Sergey M․
0e0bfd334c
[tele5] Relax _VALID_URL ( closes #21020 , closes #21063 )
2019-05-13 00:11:48 +07:00
Sergey M․
e6a25fea23
[svtplay] Update API URL ( closes #21075 )
2019-05-12 23:24:01 +07:00
duhlu
57f04d5817
fix metadata extraction for xtube
2019-05-12 13:24:42 +02:00
Pete Johns
744df7ab32
Extract SBSNewsIE from SBSIE
2019-05-12 20:58:09 +10:00
Remita Amine
b7df8f90a7
[yahoo:gyao] add X-User-Agent header to dam proxy requests( closes #21071 )
2019-05-12 10:23:36 +01:00
Pete Johns
c66cc3cc5b
Handle SBS News URLs without IDs
2019-05-12 13:21:42 +10:00
nindogo
151adc3216
Merge remote-tracking branch 'upstream/master' into porntrex
2019-05-12 03:05:50 +03:00
nindogo
d3a6216e60
Applied changes requested by maintainers.
...
Four changes made as requested.
2019-05-12 03:00:20 +03:00
mihau
6dc98d52a9
regex update to match new url format
...
new regex tested with https://pythex.org/ against these urls
https://www.tele5.de/star-trek/raumschiff-voyager/ganze-folge/das-vinculum/
https://www.tele5.de/filme/schlefaz-dragon-crusaders/
2019-05-11 23:28:21 +02:00
Hamed Bahadorzadeh
3a11950cd7
checked and corrected according to flake8
2019-05-12 01:54:47 +04:30
Hamed Bahadorzadeh
fc31de2581
string extraction corrected
2019-05-12 01:48:18 +04:30
Hamed Bahadorzadeh
dcb8c210b4
Tests added and passed. Unnecessary prints removed.
2019-05-12 01:35:08 +04:30
Hamed Bahadorzadeh
6567bbe44a
Mp3, Podcast and playlist extraction added
2019-05-12 00:48:56 +04:30
abbe42
719aca7073
[pornhub] Download over HTTPS
2019-05-12 00:04:20 +05:30