31176 Commits

Author SHA1 Message Date
Tobias Gruetzmacher
2725bd3c57 [netzkino] Only use video id to find metadata (fixes #9226) 2020-07-18 16:32:55 +02:00
Julien Hadley Jack
efef17148f [ondemandkorea] fix jw_config regex extraction; change title and description extraction (closes #23926) 2020-07-18 10:03:15 +02:00
Roman Beranek
c35e081e0d
[cspan] append 'Referer' header with the video URL 2020-07-17 18:58:13 +02:00
rcmz0
c2e6381597 added VimeoSearchIE 2020-07-15 19:43:52 +02:00
mrx23dot
f15317c8d1 [mediaklikk] added m4sport support 2020-07-14 21:47:26 +01:00
MRWITEK
a115e07594
[youtube] Improve description extraction (closes #25937) (#25980) 2020-07-14 12:01:15 +01:00
J. Randall Owens
ada79d2819 Merge branch 'master' of https://github.com/rg3/youtube-dl 2020-07-13 19:57:19 +01:00
MRWITEK
21aefc4ca8
[youtube] Improve description extraction (closes #25937) 2020-07-12 15:25:18 +03:00
oleksis
1f034effd8 Add PictaPlaylist extractor 2020-07-11 16:55:56 -04:00
Jeff Sharkey
c3ffe39c39 [realvision] Add extractor for RealVision.
Real Vision examines finance, business and the global economy with
videos and reports that provide real in-depth analysis from real
experts.

Internally they're using Brightcove for content distribution, but we
need to make several requests to discover the Realvision video ID
which looks like an MD5 hash, and then use that to discover the
Brightcove video ID.  Along the way we collect better metadata like
published-vs-filmed dates, and a cleaner thumbnail.

Some videos are free, but others behind the membership wall require
the usage of a cookie jar.
2020-07-11 13:16:52 -06:00
Sergey M․
718393c632
[wistia] Restrict embed regex (closes #25969) 2020-07-11 18:27:19 +07:00
rli99
0ca9dbd49b Fix indentation 2020-07-11 14:40:28 +10:00
rli99
a75f38347c Fix title display name 2020-07-11 14:38:34 +10:00
rli99
40d84550aa Fix description search 2020-07-11 14:37:09 +10:00
rli99
f477b12f47 Add fallback for title and thumbnail 2020-07-11 14:36:46 +10:00
J. Randall Owens
65073dd377 Merge branch 'master' of https://github.com/rg3/youtube-dl 2020-07-11 00:17:58 +01:00
rli99
2f5eb728f7 Fix unnecessary multi-line import 2020-07-11 02:14:05 +10:00
rli99
8be011b2fc Remove use of f string 2020-07-11 02:03:47 +10:00
rli99
9cbf7f15a9 Add new extractor for Mildom. 2020-07-11 01:48:34 +10:00
xarantolus
7fa0a67cc1 Remove unused variable 2020-07-10 11:50:50 +02:00
xarantolus
c37ca4732b [youtube] Remote download limit 2020-07-10 11:47:13 +02:00
Pandu POLUAN
050c23011f [xhamster] Yet another domain 2020-07-08 00:39:00 +07:00
kazukazuprogram
cb9569bfae [piapro] Add new extractor 2020-07-07 22:31:54 +09:00
selfisekai
fcb1d2bf1f [tvp] live stream extracting 2020-07-07 14:28:04 +02:00
selfisekai
dff921f6e1 [tvp] fix and test for tvpparlament.pl 2020-07-07 00:01:18 +02:00
selfisekai
bda25c5196 [tvp] new video id regex 2020-07-06 23:37:19 +02:00
Wattux
dcab7389ac [ffmpeg] Support splitting target based on extracted chapters (#24858)
This introduces a new FFmpegPostProcessor, which looks for "chapters"
extracted by IEs. For each identified chapter, it extracts a single
track from the source file, using ffmpeg's -ss / -t arguments.
2020-07-06 10:43:25 +02:00
runraid
571e4f7f78 Flake8 2020-07-05 16:43:58 -07:00
runraid
41406fe8c1 flake 2020-07-05 11:45:51 -07:00
runraid
caee5d2d0d remove class 2020-07-05 10:31:44 -07:00
runraid
7222615249 Add additional metadata 2020-07-05 10:28:35 -07:00
Huey
cfe81de220
download subtitles for mewatch.sg 2020-07-05 13:02:33 +08:00
runraid
29c48f185a [tiktok] Support watermarkless tiktok videos 2020-07-04 19:13:35 -07:00
runraid
469a31b931 Fix flake8 2020-07-03 18:54:25 -07:00
root
3175e76ad0 [Gab] Add new extractor 2020-07-03 18:25:44 -07:00
Chad Estioco
4c47effbcb [vimeo] Allow for iframe embeds that don't quote src.
Modern browsers are at least lenient enough to allow this and render the page
correctly so youtube_dl should be able to crawl these too.
2020-07-04 05:40:24 +08:00
ALurker
db3925b132 Fix breaks to PagedList and Generator Playlists 2020-07-02 21:16:07 -05:00
ALurker
f4ca81416b [generic] Correct apply order on playlist-reverse (closes #6845) 2020-07-02 21:16:07 -05:00
Crypto90
73670d03df
Updated regex to fix an issue case where the playlist video counter of a wrong (next) playlist got matched. 2020-07-03 00:32:24 +02:00
Crypto90
f49bfa7e60
Optimized _VIDEO_RE regex. 2020-07-02 23:59:35 +02:00
Crypto90
5850173717
Fixing an issue with regex of last commit. 2020-07-02 23:41:05 +02:00
Crypto90
796a691e95
Now also extracting youtube playlist videos count and resulting it as duration for playlist searches.
Updated _VIDEO_RE regex for YoutubeSearchBaseInfoExtractor class to extract videos count for youtube playlist results and passing the result to "duration" output field.
So "duration" shows the duration in "HH:MM:SS" for video results or the amount of videos in a youtube playlist for a playlist result eg. "1,234" or "24" .
2020-07-02 21:59:11 +02:00
JChris246
c300582cdb Changed regex to exclusively include numbers and letters 2020-07-02 13:12:04 -04:00
Thomas Tsiakalakis
844fe43642 Merge branch 'ytdl-org-master' 2020-07-02 12:10:34 +02:00
Thomas Tsiakalakis
0033e6a9a5 Merge https://github.com/ytdl-org/youtube-dl into ytdl-org-master 2020-07-02 12:10:21 +02:00
Michael Bemmerl
807a4d7f93 Add new domain name.
The show "P.M. Wissen" has gotten its own domain although this show is still on the same station (ServusTV).
2020-07-01 22:57:34 +02:00
Josu Moreno
2c7088b59a Add extraction logic to mitele for videos not based in ooyala 2020-07-01 21:17:34 +02:00
Crypto90
0289ffc4f4
Reverted last changes.
Reverted last changes.
Seems like the result urls have to be in the format "https://www.youtube.com/playlist?list=%s", can't temporarly add "video_id;playlist_id" because it gets messed up with the regex parsing and storing to array logic.
2020-07-01 20:17:58 +02:00
Crypto90
2cfce2b63e
Update youtube.py
Only return playlist id for "id" result.
2020-07-01 19:58:57 +02:00
Crypto90
5f6f4fda9b
Update youtube.py
Changed playlist search result urls to provide video id and playlist id.
2020-07-01 19:54:23 +02:00