30324 Commits

Author SHA1 Message Date
Ganden Schaffner
87e48ff02c
[redbulltv] Add missing import 2019-08-10 16:00:26 -07:00
Ganden Schaffner
63330b8a25
[redbulltv] Use unified_strdate for date parsing 2019-08-10 15:43:42 -07:00
Ganden Schaffner
b225621f58
[redbulltv] Use to try_get for optional metadata 2019-08-10 15:33:15 -07:00
Ganden Schaffner
5ab803e4f5
[redbulltv] Adhere to soft 80 char limit 2019-08-10 14:41:28 -07:00
Ganden Schaffner
9dec82e6b6
[redbulltv] Rewrite _VALID_URL regex for readability 2019-08-10 14:05:48 -07:00
Ganden Schaffner
0702ec8235
[redbulltv] Add redundancy for title, short_desc, and release_date 2019-08-10 13:50:51 -07:00
Ganden Schaffner
88d61c8c14
[redbulltv] Fix cache retry system printing error multiple times 2019-08-10 13:14:39 -07:00
Ganden Schaffner
262b8aecd6
[redbulltv] Change [key] to .get(key) to comply with coding conventions
(For optional keys only)
2019-08-10 12:56:03 -07:00
Ganden Schaffner
77fb1cef0c
[redbulltv] Add user message on failing to dl/locate response cache 2019-08-10 12:42:02 -07:00
Ganden Schaffner
af37bb42ab
[redbulltv] Pull (most) metadata from products API instead of JSON cache
Adds support for duration, release_data metadata.
Re-implements concatenating subheading onto title if present.
2019-08-10 12:41:05 -07:00
Ganden Schaffner
e07e804523
[redbulltv] Fix/add tests 2019-08-09 23:49:19 -07:00
Ganden Schaffner
32918652df
[redbulltv] Remove RedBullTVRrnContentIE extractor
The test cases either are dead links or redirect to a URL that
RedBullTVIE handles. AFAIK, the only usage of rrn in URLs is now for
indicating playlists (rrn:content:collections:...), whose current video
is already handled by RedBullTVIE. Playlist support is not currently
implemented for this domain, and RedBullTVRrnContentIE is never used
with current redbulltv URLs.
2019-08-09 22:20:59 -07:00
Ganden Schaffner
6cb557711b
[redbulltv] Use rrn ID for all video downloads
All tests from 8682f76 work.
2019-08-09 21:38:14 -07:00
Ganden Schaffner
8682f760f5
[redbulltv] Support .com w/ rrn ID when api.redbull.tv/v3/products/ works
URLs that now work:
https://www.redbull.com/int-en/episodes/AP-1PMHKJFCW1W11
    (working api.redbull.tv/v3/products/, "AP-..." ID)
https://www.redbull.com/us-en/events/AP-1XJS6EYM12111/live/AP-1YM8YVH1D2111
    (working api.redbull.tv/v3/products/, "rrn:..." ID)

URLs that fail:
https://www.redbull.com/int-en/films/AP-1ZSMAW8FH2111
    (failing api.redbull.tv/v3/products/, "rrn:..." ID)
2019-08-09 16:40:21 -07:00
pull[bot]
12b8370eba
Merge pull request #62 from ytdl-org/master
[pull] master from ytdl-org:master
2019-08-09 07:21:52 +00:00
Remita Amine
ffddb11264 [YoutubeDL] check annotations availabilty(closes #18582) 2019-08-09 08:19:41 +01:00
Remita Amine
64b6a4e91e [youtube] fix annotations extraction(closes #22045) 2019-08-09 08:16:53 +01:00
Pete Johns
5396d856c7
Merge remote-tracking branch 'origin/master' into paj/sbs-news-without-id 2019-08-09 16:51:32 +10:00
pull[bot]
b48eef1064
Merge pull request #61 from ytdl-org/master
[pull] master from ytdl-org:master
2019-08-08 23:21:50 +00:00
Remita Amine
b3d39be239 [discovery] extract series meta field(#21808) 2019-08-08 23:23:58 +01:00
Vinny
a87300d962
Added .ca tld
Added .ca tld for Einthusan.com
2019-08-09 05:54:25 +08:00
tsia
9a6d52db94
Merge pull request #5 from ytdl-org/master
update
2019-08-08 21:51:25 +02:00
frkhit
f8fc9fb1c5 Merge branch 'master' of https://github.com/ytdl-org/youtube-dl 2019-08-08 08:53:03 +08:00
JChris246
9fbf1376cf Made some slight changes 2019-08-07 20:52:23 -04:00
JChris246
3f70203467 [Camsoda] Add new extractor 2019-08-07 20:47:39 -04:00
tsukasagenesis
af75c83d21
Update pornoxo.py 2019-08-07 15:52:49 +02:00
tsukasagenesis
8f416c30f8
Update pornoxo.py 2019-08-07 15:52:01 +02:00
pull[bot]
39ea88ba0e
Merge pull request #60 from ytdl-org/master
[pull] master from ytdl-org:master
2019-08-05 19:36:24 +00:00
Sergey M․
1357734978
[youtube] Improve error detection (#16445) 2019-08-06 02:32:44 +07:00
Mickey Rose
1bcdfd36d5 Print config filename before reading it 2019-08-04 11:33:12 +02:00
frkhit
f377e2e7f5 Merge branch 'master' of https://github.com/ytdl-org/youtube-dl 2019-08-04 10:01:49 +08:00
Mickey Rose
b4c88deac8 [downloader/fragment] Fix ETA calculation of resumed download 2019-08-03 14:24:40 +02:00
pull[bot]
6b779210a4
Merge pull request #59 from ytdl-org/master
[pull] master from ytdl-org:master
2019-08-03 10:19:02 +00:00
Remita Amine
eb9c9c74a6 [vimeo] fix album extraction
closes #1933
closes #15704
closes #15855
closes #18967
closes #21986
2019-08-03 10:29:20 +01:00
pull[bot]
6bbcd6ebb6
Merge pull request #58 from ytdl-org/master
[pull] master from ytdl-org:master
2019-08-02 19:19:05 +00:00
Remita Amine
5efbc1366f [roosterteeth] add support for watch URLs 2019-08-02 19:38:35 +01:00
pull[bot]
c0d08e8ec8
Merge pull request #57 from ytdl-org/master
[pull] master from ytdl-org:master
2019-08-02 17:19:06 +00:00
Remita Amine
995f319b06 [discovery] limit video data by show slug(closes #21980) 2019-08-02 18:08:26 +01:00
pull[bot]
1231e5a98b
Merge pull request #56 from ytdl-org/master
[pull] master from ytdl-org:master
2019-08-01 23:19:02 +00:00
Sergey M
d9d3a5a816
[README.md] Move code from #21939 to the right place 2019-08-02 05:54:56 +07:00
Sergey M․
847f6fe89f
release 2019.08.02 2019-08-02 05:41:41 +07:00
Sergey M․
4f2d735803
release 2019.08.02 2019.08.02 2019-08-02 05:37:54 +07:00
Sergey M․
2e9522b061
[ChangeLog] Actualize
[ci skip]
2019-08-02 05:36:32 +07:00
Sergey M․
be306d6a31
[tvigle] Fix extraction and add support for HLS and DASH formats (closes #21967) 2019-08-02 05:25:01 +07:00
pull[bot]
f660790905
Merge pull request #55 from ytdl-org/master
[pull] master from ytdl-org:master
2019-08-01 22:19:02 +00:00
Sergey M․
33b529fabd
[yandexvideo] Add support for DASH formats (#21971) 2019-08-02 05:03:25 +07:00
Kyle
07f3a05c87 [CONTRIBUTING.md] Add some more coding conventions (#21939) 2019-08-02 04:49:01 +07:00
Remita Amine
535111657b [discovery] use API call for video data extraction(#21808) 2019-08-01 22:45:10 +01:00
Kyle
9ecf3eee2d Simplify example 2019-08-01 10:20:00 +09:00
Kyle
2590fb724f Requested changes 2019-08-01 10:20:00 +09:00