28371 Commits

Author SHA1 Message Date
hseg
422a413bd5
Strip surrounding whitespace in filenames
Such spaces are annoying enough to deal with, and break external downloaders trying to be smart (such as aria2c).
Fixes #20312.
2019-04-11 02:30:32 +03:00
felix
19f4c8ec4c Add -movflags empty_moov when downloading an MP4 file by FFmpegFD
With this flag, partial MP4 downloads become playable.
2019-04-10 17:45:24 +02:00
Remita Amine
118f7add3b [gdc] add support for kaltura embeds and update tests(closes #20575) 2019-04-09 11:23:47 +01:00
Remita Amine
4bc12b8f81 [dispeak] improve mp4 bitrate extraction 2019-04-09 11:21:46 +01:00
Remita Amine
5ca3459828 [kaltura] sanitize embed URLs 2019-04-09 11:20:26 +01:00
Michael
b9fde574d4
Merge pull request #1 from TheTaques/master
Added season number to data
2019-04-08 16:02:45 -07:00
DaMightyZombie
f0bb7928db
typo 2019-04-08 23:42:40 +02:00
Remita Amine
9c017253e8 [jwplatfom] do not match manifest URLs(#20596) 2019-04-08 16:34:03 +01:00
mtilbury
b2633030ce Explicitly stop collection URLs from matching TwitchStream pattern to prevent overlap 2019-04-08 01:58:03 -04:00
mtilbury
9ae76e8e6d [Twitch] Add support for collections as per #20414 2019-04-08 01:07:26 -04:00
SpeakerEnder
374acbe486 Merge branch 'master' of https://github.com/speakerender/youtube-dl into directvnow-auth-fix 2019-04-07 17:51:59 -04:00
Remita Amine
9045d28b5e [aol] restrict url regex and improve format extraction 2019-04-07 21:31:26 +01:00
Julien Lhermitte
d4651f3926 use regex instead 2019-04-07 14:35:57 -04:00
Julien Lhermitte
6af62a164c fix(aol): fix the aol downloader 2019-04-07 14:13:47 -04:00
Sergey M․
7c2ecbc1cc
[tiktok] Add support for new URL schema (closes #20573) 2019-04-07 21:06:09 +07:00
Remita Amine
d562cac9dc [stv:player] Add new extractor(closes #20586) 2019-04-07 12:40:14 +01:00
Simon Legner
63b5ed876a [Makefile] use vendor_completions for fish
Ref: https://fishshell.com/docs/current/#completion-path
2019-04-07 10:57:28 +02:00
ealgase
9ed06812ec
[streamango] add support for streamcherry.com 2019-04-06 23:59:41 -04:00
ealgase
bf6fb8b9dc
[openload] add tests 2019-04-06 23:38:40 -04:00
biwubo
78097aca93 [vlive:playlist] Redirect to video extractor when no playlist is found 2019-04-06 23:29:42 +01:00
Sergey M․
a46d9e5b41
release 2019.04.07 2019.04.07 2019-04-07 04:19:46 +07:00
Sergey M․
aa5338118e
[ChangeLog] Actualize
[ci skip]
2019-04-07 04:16:45 +07:00
Sergey M․
8410653f24
[ruutu] Add support for audio podcasts (closes #20473, closes #20545) 2019-04-07 03:18:10 +07:00
Sergey M․
f4da808036
[xvideos] Extract all thumbnails (closes #20432) 2019-04-07 02:59:09 +07:00
Martin Michlmayr
f412970164 [README.md] Fix lists formatting (closes #20558)
Lists have to be separated from the previous paragraph by a blank line
in certain variants of Markdown, otherwise they are not interpreted as
lists.

This change ensures that that the youtube-dl.1 man page, which is
generated from README.md with the help of pandoc, is formatted
correctly.
2019-04-07 02:28:31 +07:00
Sergey M․
059cd768b9
[vk] Remove unused import 2019-04-07 02:17:54 +07:00
Sergey M․
c701472fc9
[platzi] Add extractor (closes #20562) 2019-04-07 02:15:52 +07:00
Remita Amine
19591facea [dvtv] remove unnecessary comments and spaces 2019-04-06 16:45:11 +01:00
Jan Friesse
b9aad6c427 [dvtv] Fix extraction (closes #18514) 2019-04-06 16:37:07 +01:00
Jan Friesse
1d92b876eb [dvtv] Fix extraction (closes #18514) 2019-04-06 16:24:11 +02:00
Forthrin
be13a73156 Stops FFmpeg from flooding youtube-dl progress with excess download info 2019-04-06 13:49:14 +02:00
Forthrin
8a9d889fae Stops FFmpeg from flooding youtube-dl progress with excess download info 2019-04-06 13:16:49 +02:00
Remita Amine
9f182c23ba [vrv] add basic support for individual movie links(#19229) 2019-04-06 09:22:25 +01:00
Remita Amine
4810655cd6 [bfi:player] Add new extractor(#19235) 2019-04-05 19:35:35 +01:00
Remita Amine
a7978f8e2a [hbo] fix extraction and extract subtitles(closes #14629)(closes #13709) 2019-04-05 18:08:43 +01:00
Remita Amine
19041a3877 [youtube] extract srv[1-3] subtitle formats(#20566) 2019-04-05 16:18:57 +01:00
Remita Amine
afb7496416 [adultswim] fix extraction(closes #18025) 2019-04-05 11:45:49 +01:00
Remita Amine
69e6efac16 [teamcoco] fix extraction and add suport for subdomains(closes #17099)(closes #20339) 2019-04-05 08:26:04 +01:00
Remita Amine
2bbde1d09a [adn] fix subtitle compatibility with ffmpeg 2019-04-04 17:59:20 +01:00
Martin Michlmayr
25ef1b6b8b Fix formatting issue of lists in README.md
Lists have to be separated from the previous paragraph by a blank line
in certain variants of Markdown, otherwise they are not interpreted as
lists.

This change ensures that that the youtube-dl.1 man page, which is
generated from README.md with the help of pandoc, is formatted
correctly.

Fixes #20558
2019-04-04 22:43:50 +07:00
Remita Amine
b966740cf7 [adn] fix extraction and add support for positioning styles(closes #20549) 2019-04-04 14:50:16 +01:00
Avi Peretz
ad8df8889d Merge branch 'mark-facebook-live-videos' into fix-facebook-date
# Conflicts:
#	youtube_dl/extractor/facebook.py
2019-04-03 14:51:44 +03:00
Teemu Ikonen
53539a3264 [ruutu] Extract streams from AudioMediaFile tag (closes #20473)
Enables podcast downloads from supla.fi.
2019-04-03 13:35:43 +03:00
Remita Amine
220828f2d6 [vk] use a more unique video id(closes #17848) 2019-04-03 11:08:42 +01:00
Anu
3805e4aaa2 [Udemy] fix course id regex 2019-04-03 16:45:30 +07:00
Remita Amine
977a782110 [rtl2] update player_url 2019-04-03 10:20:01 +01:00
Remita Amine
a2b6f946f1 [newstube] fix extraction 2019-04-03 10:19:36 +01:00
Anu
25f35ad756 udemy extract course id regex 2019-04-03 13:06:24 +07:00
Remita Amine
4f7db46887 [rtl2] improve _VALID_URL regex 2019-04-03 01:00:02 +01:00
Remita Amine
d7d86fdd49 [download/external] pass rtmp_conn to ffmpeg 2019-04-02 22:41:23 +01:00