28997 Commits

Author SHA1 Message Date
David Hood
786079f4d2 Override suitable so I can remove the trailing $ from _VALID_URL. 2019-04-25 23:45:23 +10:00
David Hood
c322a6f62e Fixed up overlapping _VALID_URL between ABCIViewIE and ABCIViewSeriesIE.
Added more _TESTS to exercise the additional _VALID_URL options.
2019-04-25 23:45:23 +10:00
David Hood
4d6404e654 Cleanup _TESTS.
Fixed flake8 complaints.
2019-04-25 23:45:22 +10:00
David Hood
eaec61aa92 [abc.net.au:iview:series]: Playlist type changed to 'url'. This fixes issues where the incorrect extractor ID was used in the archive, allowing for two separate downloads (if you used both abc.net.au:iview and abc.net.au:iview:series).
[abc.net.au:iview]: Added support for alternate episode url: https://iview.abc.net.au/programs/<series_id>/<episode_id> (as used by the series episode list href).
2019-04-25 23:45:22 +10:00
David Hood
78e9d5e873 Get proper series info from https://iview.abc.net.au/api/series/{series_id}.
Renamed ABCIViewShowIE to ABCIViewSeriesIE to match this new behaviour.
2019-04-25 23:45:21 +10:00
David Hood
cd6f026f8b [abc.net.au:iview:show] Fixed the _TESTS to actually work properly. 2019-04-25 23:45:21 +10:00
David Hood
3959b31a4a [abc.net.au:iview:show] Added extractor to get playlists from show urls. 2019-04-25 23:45:20 +10:00
David Hood
cfa689b1c9 Use default formats when it fails to find the video information.
This allows us to get the thumbnails.
2019-04-25 23:45:19 +10:00
David Hood
9efefe2f4a Matched to Daniel Heath's earlier version of ABCIViewShowIE. 2019-04-25 23:38:04 +10:00
David Hood
27d17e1f60 Fixed all review comments. 2019-04-25 23:16:09 +10:00
David Hood
b9951a0b71 Override suitable so I can remove the trailing $ from _VALID_URL. 2019-04-25 22:31:27 +10:00
nindogo
7768db43f8 Merge remote-tracking branch 'upstream/master' into porntrex 2019-04-25 13:57:49 +03:00
Remita Amine
58ef5e7881 [yandexmusic] fix track url extraction(closes #20820) 2019-04-25 11:36:44 +01:00
Jakub Wilk
2f16501b8d [tvn24] Add support for toteraz.pl 2019-04-25 11:43:28 +02:00
Thomas Tsiakalakis
f7f9c27896 [intldropout] display device limit error message 2019-04-25 11:06:23 +02:00
Thomas Tsiakalakis
cb588acb5a [intldropout] prevent double login 2019-04-25 10:36:16 +02:00
Jakub Wilk
1e2483ac0f [tvn24] Extract all parts of Superwizjer videos 2019-04-25 09:11:45 +02:00
Jakub Wilk
f50d1c6a65 [tvn24] Update description in test video 2019-04-25 09:11:45 +02:00
Jakub Wilk
aab6f8439c [tvn24] Strip ".html" suffix from video id 2019-04-25 09:11:45 +02:00
preekaur
f8a59f1edc youtube.py added Album and Release Date meta data for Youtube Auto-Generated Descriptions in response to issue #20301 2019-04-25 01:00:10 +00:00
zanechen
e5e6e82aae [Stitcher] - Reorganized call to json data accessing of {config} and {feed} to support return of show_title and publication_date in response to ticket #20510 2019-04-24 20:51:07 -04:00
tsia
cb49a58c5a
Merge pull request #2 from ytdl-org/master
Update
2019-04-24 22:43:40 +02:00
Paolo de Dios
8018c791a7 Merge branch 'master' of github.com:rg3/youtube-dl
* 'master' of github.com:rg3/youtube-dl:
  release 2019.04.24
  [ChangeLog] Actualize [ci skip]
  [youtube] Fix extraction (closes #20758, closes #20759, closes #20761, closes #20762, closes #20764, closes #20766, closes #20767, closes #20769, closes #20771, closes #20768, closes #20770)
  [toutv] fix extraction and extract series info(closes #20757)
2019-04-24 11:53:21 -07:00
Jakub Wilk
efb69a7225 [wrzuta.pl] Remove extractor (closes #20684) 2019-04-24 16:41:56 +02:00
Jakub Wilk
6123630c0d
Update youtube_dl/extractor/bajeczki.py
Co-Authored-By: Monastario <marcinrogacki@gmail.com>
2019-04-24 11:54:00 +02:00
nindogo
da5aa777fa Merge remote-tracking branch 'upstream/master' into porntrex 2019-04-24 12:07:05 +03:00
J. Randall Owens
dd4816b40e Merge remote-tracking branch 'upstream/master' 2019-04-24 09:12:39 +01:00
Sergey M․
aab797009d
release 2019.04.24 2019-04-24 10:07:57 +07:00
Sergey M․
3e7ec5330a
release 2019.04.24 2019.04.24 2019-04-24 10:05:54 +07:00
Sergey M․
98933c14e1
[ChangeLog] Actualize
[ci skip]
2019-04-24 10:05:08 +07:00
Sergey M․
56667d622c
[youtube] Fix extraction (closes #20758, closes #20759, closes #20761, closes #20762, closes #20764, closes #20766, closes #20767, closes #20769, closes #20771, closes #20768, closes #20770) 2019-04-24 09:58:00 +07:00
FindHao
e1da6703d1 add indents 2019-04-24 10:54:20 +08:00
ted
d2aafd2403 patch missing token on youtube
Fixes #20758, building on @sandsmark 's patch.
2019-04-23 19:31:17 -07:00
FindHao
a8391b4648 fix token not in video infor bug 2019-04-24 10:31:16 +08:00
nindogo
0d7407bcbf Merge remote-tracking branch 'upstream/master' into porntrex 2019-04-24 02:36:15 +03:00
Remita Amine
50d660479d [toutv] fix extraction and extract series info(closes #20757) 2019-04-24 00:28:00 +01:00
Paolo de Dios
2c7d54cb11 Merge branch 'master' of github.com:rg3/youtube-dl
* 'master' of github.com:rg3/youtube-dl:
  [vrv] add support for movie listings(closes #19229)
  [youtube] raise ExtractorError when no data available(#20737)
2019-04-23 11:23:50 -07:00
nindogo
b0cbede508 Merge remote-tracking branch 'upstream/master' into porntrex 2019-04-23 13:47:17 +03:00
Remita Amine
1fa8893734 [vrv] add support for movie listings(closes #19229) 2019-04-22 23:50:37 +01:00
Remita Amine
15be3eb5e5 [youtube] raise ExtractorError when no data available(#20737) 2019-04-22 20:52:43 +01:00
Paolo de Dios
f347809560 Merge branch 'master' of github.com:rg3/youtube-dl
* 'master' of github.com:rg3/youtube-dl:
  [soundcloud] Add support for new rendition and improve extraction (closes #20699)
  [ooyala] add support for geo verification proxy
  [nrl] Add new extractor(closes #15991)
  [vimeo] extract live archive source format(#19144)
  [vimeo] add support live streams and improve info extraction(closes #19144)
  [ntvcojp] Add new extractor
  [nhk] extract rtmpt format
  [nhk] add support for audio URLs
  [udemy] add another course id extraction pattern(closes #20491)
2019-04-22 12:13:59 -07:00
Sergey M․
e09965d550
[soundcloud] Add support for new rendition and improve extraction (closes #20699) 2019-04-23 00:39:36 +07:00
Radek Hušek
1ba97e9aaa [seznamzpravy] Fix extractor
Is SeznamZpravyIE needed anymore?
2019-04-22 13:33:35 +02:00
nindogo
3370e76650 Merge remote-tracking branch 'upstream/master' into porntrex 2019-04-22 12:36:04 +03:00
Remita Amine
3fd86cfe13 [ooyala] add support for geo verification proxy 2019-04-22 10:04:56 +01:00
Remita Amine
fdc2183650 [nrl] Add new extractor(closes #15991) 2019-04-22 10:04:00 +01:00
nimeir
a847d06337 fixed typo 2019-04-22 01:53:20 +01:00
nimeir
63ca9b183b fix travisci error 2019-04-22 01:11:09 +01:00
nimeir
bd2c15bcb5 added playlist functionality 2019-04-21 22:26:38 +01:00
Michael Tilbury
9fea67be31 [FranceTVInfo] Fix video id regex extraction 2019-04-21 17:19:49 -04:00