28014 Commits

Author SHA1 Message Date
Tobias Kunze
ee73fd2372 [ccc] Support playlist download for media.ccc.de 2019-04-28 09:19:54 +02:00
Remita Amine
4e4db743e7 [cinemax] Add new extractor 2019-04-28 00:42:55 +01:00
David Hood
2e0f5efcf1 Improved error message when 'playlist' is missing from video_params.
Error messaged will use the 'statusMessage', if available.
This will give messages like:
* "This episode is no longer available in iview."
* "This episode is not yet available in iview."
These additional lines are removed from the 'statusMessage':
  "Programs are normally available for 14 days."
  "You may enjoy similar programs to this, shown below."
  "Learn more about program availability in the FAQs, under Support."
2019-04-27 22:30:54 +10:00
Remita Amine
3545d38bfb [sixplay] add missing parenthesis 2019-04-27 10:32:53 +01:00
Remita Amine
2309d6bf92 [sixplay] try to extract non drm protected manifests(closes #20849) 2019-04-27 10:17:34 +01:00
Remita Amine
822b9d9cb0 [youtube] improve Youtube Music Auto-generated description parsing(closes #20742) 2019-04-27 09:16:17 +01:00
quinlander
5caabd3c70 [youtube] Extract additional meta data from video description on youtube music videos
YouTube music videos often have auto-generated video descriptions that can be
utilized to extract additional information about the video. This is desirable
in order to provide the user with as much meta data as possible. This commit
adds extraction methods for the following fields for youtube music videos:
- artist (fallback extraction methods added)
- track (fallback extraction methods added)
- album (new in this commit)
- release_date (new in this commit)
- release_year (new in this commit)

4 tests have been added to test this new functionality:
- YoutubeIE tests 27, 28, 29, and 30

Resolves: #20599
2019-04-27 09:09:54 +01:00
Jakub Wilk
aa05a093bb [wrzuta] Remove extractor (closes #20684) (#20801)
Wrzuta.pl was shut down in 2017.
2019-04-27 05:12:15 +07:00
Sergey M․
60e67c5b2c
[twitch] Prefer source format (closes #20850) 2019-04-27 05:08:27 +07:00
Sergey M․
eefa0f2157
Move issue template templates into separate folder 2019-04-27 04:55:30 +07:00
Sergey M․
6f366ef30c
Issue template overhaul 2019-04-27 04:50:47 +07:00
Thomas Tsiakalakis
12a7c5e8c2 [intldropout] better login checks 2019-04-26 19:19:22 +02:00
Mao Zedong
88b547492f [twitcasting] Add support for private videos (#20843) 2019-04-26 16:17:40 +00:00
Mao Zedong
00a9a25cf9 [twitcasting] Fix test: video title (#20840) 2019-04-26 09:34:23 +00:00
Remita Amine
97abf05ad3 [reddit] check thumbnail URL(closes #20030) 2019-04-26 10:26:51 +01:00
Sergey M․
da668a23bd
[ISSUE_TEMPLATE.md] Add entry on argument escaping in make-sure checklist
[ci skip]
2019-04-26 00:46:41 +07:00
David Hood
c43eb64539 Fixed title to use 'seriesTitle' instead of incorrectly using 'seriesDescription' 2019-04-26 00:30:51 +10:00
David Hood
5305e1ece5 Fixed mixup between title and episode_title. 2019-04-26 00:21:14 +10:00
David Hood
3780cdd234 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	youtube_dl/extractor/abc.py
2019-04-25 23:58:30 +10:00
David Hood
ccf7ed236f Re-added restrictions to the id expression until the following can be otherwise distinguished:
https://iview.abc.net.au/programs/play-school-celebrity-covers
https://iview.abc.net.au/programs/CK1752H001S00
2019-04-25 23:56:06 +10:00
David Hood
2b90c649bb Matched to Daniel Heath's earlier version of ABCIViewShowIE. 2019-04-25 23:45:25 +10:00
David Hood
5e8d882b19 Fixed all review comments. 2019-04-25 23:45:24 +10:00
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
Remita Amine
58ef5e7881 [yandexmusic] fix track url extraction(closes #20820) 2019-04-25 11:36:44 +01: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
tsia
cb49a58c5a
Merge pull request #2 from ytdl-org/master
Update
2019-04-24 22:43:40 +02:00
J. Randall Owens
dd4816b40e Merge remote-tracking branch 'upstream/master' 2019-04-24 09:12:39 +01: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
Remita Amine
50d660479d [toutv] fix extraction and extract series info(closes #20757) 2019-04-24 00:28:00 +01: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
Sergey M․
e09965d550
[soundcloud] Add support for new rendition and improve extraction (closes #20699) 2019-04-23 00:39:36 +07: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
Remita Amine
85b6335d55 [vimeo] extract live archive source format(#19144) 2019-04-21 21:05:58 +01:00
Remita Amine
c25720ef6a [vimeo] add support live streams and improve info extraction(closes #19144) 2019-04-21 17:20:52 +01:00
Remita Amine
c9b19d7a55 [ntvcojp] Add new extractor 2019-04-21 14:51:26 +01:00