28411 Commits

Author SHA1 Message Date
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
Sergey M․
8ae32e1882
release 2019.05.11 2019.05.11 2019-05-11 06:07:28 +07:00
Sergey M․
07a2cef782
[ChangeLog] Actualize
[ci skip]
2019-05-11 06:04:53 +07:00
Sergey M․
8ed7a23328
[extractor/common] Fix typo 2019-05-11 04:53:48 +07:00
Sergey M․
3089bc748c
Fix W504 and disable W503 (closes #20863) 2019-05-11 03:57:40 +07:00
Sergey M․
d23e85515a
[tvnow] Fix W605 2019-05-11 03:57:40 +07:00
Sergey M․
cd37ef44e9
[commonmistakes] Fix E117 2019-05-11 03:57:40 +07:00
davex25
169f8d0fe1 [cloudflarestream] Add support for videodelivery.net (#21049) 2019-05-11 03:09:00 +07:00
Sergey M․
0db2b275dd
[byutv] Improve extraction and update DVR test (closes #20676) 2019-05-11 03:06:18 +07:00
Michael Tilbury
ab11674502
[byutv] Add support for DVR videos (closes #20574)
Fix code style on brackets (flake8)

Add more information to test info_dict
2019-05-11 03:06:12 +07:00
Nels Nelson
40115a24b5 [cloudflare] Remove nonexistent URLs in videodelivery.net tests 2019-05-10 14:48:48 -05:00
Nels Nelson
d362f45fcd [cloudflare] add watch.videodelivery.net subdomain. 2019-05-10 14:48:42 -05:00
Nels Nelson
4c2822df6d [cloudflare] can use videodelivery.net subdomains 2019-05-10 14:48:34 -05:00
biwubo
68b92aa1b4 [gfycat] Add support for URLs with tags (closes #20696) (#20731) 2019-05-11 02:12:45 +07:00
Jakub Wilk
fd35d8cdfd [utils] Transliterate "þ" as "th" (#20897)
Despite visual similarity "þ" is unrelated to "p".
It is normally transliterated as "th":

    $ echo þ-Þ | iconv -t ASCII//TRANSLIT
    th-TH
2019-05-11 01:42:31 +07:00
ealgase
4eec112740 [openload] Add support for verystream.com (closes #20701) (#20967) 2019-05-11 01:35:56 +07:00
Elliot Algase
2752cc932b [verystream] use classmethod instead of staticmethod, don't capture domain 2019-05-10 14:29:03 -04:00
Nels Nelson
8b4fb9d7c6 Cloudflare can use videodelivery.net subdomains 2019-05-10 12:16:17 -05:00
Nels Nelson
ba5f3196c0 Cloudflare can use videodelivery.net subdomains 2019-05-10 10:50:53 -05:00
pypy
6a733397a4 fix sig parameter 2019-05-10 21:39:30 +09:00
Sergey M․
027ffdca0d
[youtube] Use sp field value for signature field name (closes #18841, closes #18927, closes #21028) 2019-05-10 08:38:05 +07:00
biwubo
0cdf2e78d2 [ted] Fix playlist extraction (closes #20844) 2019-05-09 18:11:27 +00:00
Thinh Nguyen
54d8f30b30
Merge remote-tracking branch 'upstream/master' into fix-zing-mp3 2019-05-09 13:57:12 -04:00
Remita Amine
a5b92d3590 [yahoo:gyao] extend _VALID_URL(closes #21008) 2019-05-09 04:14:19 +01:00
Elliot Algase
b55cd2d07e [openload] add support for verystream.com (website is similar to openload)
[openload] minor verystream bug fixes

[verystream] seperate extractor (now, a wrapper around Openload)

[verystream] become flake8 compliant

[generic] fix _extract_urls for Openload and Verystream

[genetic] fix _extract_urls for Openload and Verystream

[verystream] change test to only_matching

[verystream] don't require phantomjs

[verystream] flake8 compliance

[verystream] don't use Openload's built in ID's

[verystream] make requested changes on GitHub

[openload] add support for verystream.com (website is similar to openload)

[openload] minor verystream bug fixes

[verystream] seperate extractor (now, a wrapper around Openload)

[verystream] become flake8 compliant

[generic] fix _extract_urls for Openload and Verystream

[genetic] fix _extract_urls for Openload and Verystream

[verystream] change test to only_matching

[verystream] don't require phantomjs

[verystream] flake8 compliance

[verystream] don't use Openload's built in ID's

[verystream] make requested changes on GitHub
2019-05-08 22:40:27 -04:00
J. Randall Owens
d979b6d633 Merge branch 'master' of https://github.com/rg3/youtube-dl 2019-05-08 20:20:58 +01:00
FA
8d6782b5d6 Fail if video url not found 2019-05-08 11:52:10 -07:00
FA
2ca5809c1d Remove unused import 2019-05-08 11:28:21 -07:00
pypy
b45a9e698e [youtube] Fix channel id extraction (closes #20982) (#21003) 2019-05-09 00:58:47 +07:00
Sergey M
ddc928571a
Update youtube.py 2019-05-09 00:58:00 +07:00
Thomas Tsiakalakis
10bbeb3d24 [intldropout] fixed test 2019-05-08 17:17:55 +02:00
Thomas Tsiakalakis
6ef0a6268b [intldropout] support multiple pages on playlists 2019-05-08 17:14:35 +02:00
Thomas Tsiakalakis
e53f2ee17f [intldropout] moved login to VHXEmbedIE 2019-05-08 16:52:36 +02:00
tsia
80af001a69
Merge pull request #3 from ytdl-org/master
update
2019-05-08 15:54:48 +02:00
Forthrin
faa5b2ed54 [postprocessor/ffmpeg] Support for DCSubtitle (XML) format 2019-05-08 14:08:59 +02:00
pypy
850043babb fix warning (channel id) 2019-05-08 18:44:03 +09:00