FA
cf2b0fe00e
[earthcams] Add new extractor per #19293
2019-04-25 13:07:14 -07:00
Paolo de Dios
f9ac4ab6ba
Merge branch 'master' of github.com:rg3/youtube-dl
...
* 'master' of github.com:rg3/youtube-dl:
[ISSUE_TEMPLATE.md] Add entry on argument escaping in make-sure checklist [ci skip]
[yandexmusic] fix track url extraction(closes #20820 )
2019-04-25 11:44:40 -07:00
nindogo
22bf07cb16
Merge remote-tracking branch 'upstream/master' into porntrex
2019-04-25 21:41:49 +03: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
Frank Wang
4284081fda
[linkedin:learning] add support for subtitle
...
checked the code with flake8
2019-04-25 22:30:31 +08:00
David Hood
5305e1ece5
Fixed mixup between title and episode_title.
2019-04-26 00:21:14 +10:00
Frank Wang
94c7e182e2
[linkedin:learning] add support for subtitle
2019-04-25 22:19:39 +08: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
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
Avi Peretz
471056460f
Merge branch 'master' into fix.25.12.2018
...
# Conflicts:
# youtube_dl/version.py
2019-04-24 16:28:40 +03: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