31047 Commits

Author SHA1 Message Date
Oneboy1979
614c2697b5 [playerglobewien] - improvement url extractor (thx to sehaas) 2020-04-19 10:08:49 +02:00
Henrik Heimbuerger
6c35cac432 [nebula] Relax meta data lookups 2020-04-18 06:15:03 +02:00
Sergio Kef
f947efd3e9 Improve docstring 2020-04-18 00:12:41 +02:00
Sergio Kef
dd065a7305 Add Archive class for efficient archiving
Currently we reread the file for every new link we download.
In cases where user runs youtube_dl to keep their library
up-to-date, this is very inefficient, as most of the links
are already downloaded.
Archive class works half way between a database and an append
log. It's an append log that also keeps a hash set in memory
for fast checking existing links.
A compatibility function was added for reading file's last
modification date
Tests have been added
2020-04-18 00:03:19 +02:00
Victor Ruiz
f3da60b05b
Fix RTVEInfantil 2020-04-17 23:27:54 +02:00
Will Beaufoy
0996e4d982 [README.md] Clarify docs re: --exec command (closes #19087) 2020-04-17 21:05:16 +01:00
arza
8292bc49ca [ruutu] Add support for supla.fi/audio/* URLs 2020-04-17 18:24:22 +03:00
Oneboy1979
9ed1d089d1 [playerglobewien] - removed unused import 2020-04-17 16:42:46 +02:00
Jaime Bergas Laborda
f75cf01dd8 [pluralsight] "--all-subs" parameter to return all available subs 2020-04-17 15:09:44 +01:00
Oneboy1979
06a9eb6764 [playerglobewien] - add extraction from seehas, add extraction of all thumbnails 2020-04-17 15:13:21 +02:00
Jaime Bergas Laborda
585f8f6cd0 [pluralsight] replace dict comprehension for 'Python < 2.7' compatibility 2020-04-17 13:15:47 +01:00
Jaime Bergas Laborda
0621db19e4 [pluralsight] multiple subtitles download 2020-04-17 11:19:33 +01:00
Andrew Udvare
a57ae3f760
[Instagram] Support for Stories 2020-04-17 02:32:35 -04:00
Madars Virza
ef8c0ad835 [youtube] Fix download of auto-captions when subtitles are available
When invoked with --write-auto-sub (but without --write-sub),
youtube-dl should only download automatic captions. However, for some
videos with both automatic captions and manual
subtitles (e.g. 2klmuggOElE; accessed on 16.04.2020), youtube-dl
selects the manual subtitle track regardless.

This commit makes _get_automatic_captions prefer a
renderer['captionTracks'] entry with 'kind' == 'asr', if one is
available, as the 'kind=asr' parameter also distinguishes the
baseUrl's (but one could also filter by vssId.startswith('a.')).
2020-04-16 16:04:32 -04:00
Henrik Heimbuerger
6daa352a7d [nebula] Add better channel title extraction (refs #21258) 2020-04-16 04:35:05 +02:00
Henrik Heimbuerger
1cfcf0b79a [nebula] Add additional test cases and improve cookie envvar handling 2020-04-16 04:34:17 +02:00
Henrik Heimbuerger
99fd3bf6ad [nebula] Add basic support for Nebula (refs #21258) 2020-04-16 04:31:31 +02:00
J. Randall Owens
b42ada3f88 Merge branch 'master' of https://github.com/rg3/youtube-dl 2020-04-15 12:29:08 +01:00
FliegendeWurst
dec0b636b9 [nexx] Download using correct protection tokens (fixes #24309) 2020-04-15 08:51:18 +02:00
Liav Rehana
d7d2d98dae Add --playlist-title-end option to end video selection at a given video's title.
Signed-off-by: Liav Rehana <liavrehana@gmail.com>
2020-04-14 18:05:49 +03:00
Jens Timmerman
be762389c6
Update PULL_REQUEST_TEMPLATE.md
There is no use in requesting that people check the code if you don't specify what the result of the check should be.
2020-04-14 15:42:36 +02:00
Jens Timmerman
3829f90a74
Update vrt.py
fix indent
2020-04-14 15:38:51 +02:00
Jens Timmerman
4de300768a
Update vrt.py 2020-04-14 15:30:43 +02:00
Avi Peretz
9a6068fdf3 add processing error handling. 2020-04-14 11:33:21 +03:00
Sylvain CECCHETTO
50c217caa8 [fix] _get_cookies on Python 2 2020-04-14 09:50:18 +02:00
Maxim Rubis
89183498ef [cloudflarestream] fix JSON parsing of video_id 2020-04-13 23:20:26 -04:00
teridon
09014a88ca By default, use playlist description for video. If a short_description exists for a video (likely an interview), use that instead. 2020-04-13 19:21:09 -04:00
FliegendeWurst
628adae69b [spiegel] Fix extractor 2020-04-13 21:38:09 +02:00
Lukas Anzinger
2114da14f0 [servus] Fix extraction 2020-04-13 15:17:51 +02:00
Roman Sebastian Karwacik
aa12106580 [zoomus] coding conventions 2020-04-13 07:27:56 +02:00
Pete Johns
5d6e557d0f
Extract SBSBaseIE with common _real_extract(), which follows established BaseIE pattern 2020-04-13 15:04:27 +10:00
Pete Johns
a6376446ec
Don't inherit from SBSIE
It's unclear from https://github.com/ytdl-org/youtube-dl/pull/21066#discussion_r407193002 why this is the case as the codebase has many examples of other InfoExtractor classes inheriting from derived classes.
2020-04-13 13:35:27 +10:00
Pete Johns
685ed27a4f
Use suitable() to determine which InfoExtractor class to use 2020-04-13 13:26:23 +10:00
Pete Johns
fd90cab05a
_VALID_URL regular expressions are not anchored 2020-04-13 13:23:08 +10:00
Pete Johns
5e04505a96
Remove data obviated by 'only_matching' flag 2020-04-13 13:14:02 +10:00
Roman Sebastian Karwacik
c48379db0a [zoomus] Cleanup 2020-04-13 00:18:40 +02:00
Roman Sebastian Karwacik
024eebe89f [zoomus] Allow for more urls 2020-04-12 23:40:00 +02:00
Roman Sebastian Karwacik
168f7c8938 [zoomus] Add new extractor 2020-04-12 23:27:58 +02:00
Dante
e4ef85b49b corrected spaces in extractor.py 2020-04-12 11:30:15 -07:00
John Green
b8f701418d Fixes issue #24668 2020-04-12 18:34:58 +01:00
FliegendeWurst
ad40ac7238
[tele5] Add test that requires ?ve_id= support 2020-04-12 16:14:32 +02:00
hashark
50c7aa32a5
added Hodaya as a reviewer 2020-04-12 16:42:29 +03:00
Oneboy1979
59bf7a1f26 playerglobeqien - add fallback to thumbnail extractor 2020-04-12 13:47:41 +02:00
Oneboy1979
efb9e93d30 playerglobeqien - added description, thumbnail and md5 checks 2020-04-12 13:32:00 +02:00
FliegendeWurst
4599b560a0
[tele5] Fix extraction of videos without playlist 2020-04-12 13:29:34 +02:00
FliegendeWurst
21631596ea
[tele5] comments 2020-04-12 13:25:12 +02:00
FliegendeWurst
cba6cb6986
[tele5] Playlist downloading 2020-04-12 13:22:20 +02:00
Oneboy1979
0b991b67f7 playerglobewien - add description and thumbnail extractor 2020-04-12 12:41:15 +02:00
Avichai Cohen
f1604aa805 Merge branch 'ytdl-org-master' 2020-04-12 12:59:53 +03:00
Avichai
f7363e2fb3 Merge branch 'master' of https://github.com/ytdl-org/youtube-dl into ytdl-org-master
# Conflicts:
#	youtube_dl/extractor/mofosex.py
2020-04-12 12:59:16 +03:00