29575 Commits

Author SHA1 Message Date
abbe42
719aca7073 [pornhub] Download over HTTPS 2019-05-12 00:04:20 +05:30
Sergey M․
e1c2436106
release 2019.05.11 2019-05-11 06:09:44 +07:00
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
Paolo de Dios
90125fc6e6 Merge branch 'master' of github.com:rg3/youtube-dl
* 'master' of github.com:rg3/youtube-dl:
  [cloudflarestream] Add support for videodelivery.net (#21049)
  [byutv] Improve extraction and update DVR test (closes #20676)
  [byutv] Add support for DVR videos (closes #20574)
  [gfycat] Add support for URLs with tags (closes #20696) (#20731)
  [utils] Transliterate "þ" as "th" (#20897)
  [openload] Add support for verystream.com (closes #20701) (#20967)
  [youtube] Use sp field value for signature field name (closes #18841, closes #18927, closes #21028)
  [yahoo:gyao] extend _VALID_URL(closes #21008)
  [youtube] Fix channel id extraction (closes #20982) (#21003)
2019-05-10 13:21:21 -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
Forthrin
ab4a9f640c [tvplay] Removed disappeared videos from tests (not related to main fix) 2019-05-08 09:41:58 +02:00
Forthrin
c61b56ee47 [tvplay] Fixed non-fatal bug when extracting JSON data 2019-05-08 09:41:52 +02:00
Forthrin
3e1d4b969e [nrk] Remove whitespace in XML subtitles causing problems for .srt files 2019-05-08 08:43:41 +02:00
Forthrin
2e93841640 [tv2] Removed TV2ArticleIE as TV2IE can handle all necessary extraction 2019-05-08 08:32:33 +02:00
Forthrin
1402905a42 [dbtv] Updated extractor according to site changes (was broken) 2019-05-08 08:10:23 +02:00
Forthrin
4c2279c34f [tv2] Updated extractor according to site changes (was broken) 2019-05-08 07:51:14 +02:00
FA
c06ca8dcc9 Fail if mandatory fields absent. Add test. 2019-05-07 17:17:43 -07:00
kosantosbik
9f286bf008
Merge pull request #4 from kosantosbik/revert-3-kanald
Revert "Fixed invalid control character error"
2019-05-08 02:22:52 +03:00
kosantosbik
fcf5e0ac1c
Revert "Fixed invalid control character error" 2019-05-08 02:22:22 +03:00
kosantosbik
399ffa8f29
Merge pull request #3 from mrfade/kanald
Fixed invalid control character error
2019-05-08 01:38:51 +03:00
Paolo de Dios
368a5d95b4 Merge branch 'master' of github.com:rg3/youtube-dl
* 'master' of github.com:rg3/youtube-dl:
  [sky] add support for news.sky.com (closes #13055)
2019-05-07 12:20:49 -07:00
Forthrin
cd8f4ba3ec [p3] Initial site support (includes various per-series subdomains) 2019-05-07 20:53:20 +02:00