Ganden Schaffner
13d6440717
[redbulltv] Avoid cache-based method and refactor
...
Big thanks to @heyjustyn for finding embedUrl.
Token query flag removed (doesn't seem to be sent in browser anymore).
I'm not sure about the standard for video_id. I'd guess that one should
not change it throughout _real_extract, but I'm not sure of a better way
if we desire to use rrn_id as the video_id (it seems to be the best
identifier).
2020-07-27 04:06:47 -07:00
Ganden Schaffner
54ccc55860
[redbulltv] flake8 compliance
2019-08-10 16:00:47 -07:00
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
Sergey M․
2efefddafd
[redbulltv:rrn:content] Add extractor ( closes #21297 )
2019-06-07 23:48:57 +07:00
Sergey M․
274519dd08
[redbulltv] Extend _VALID_URL ( closes #20922 )
2019-05-01 21:36:19 +07:00
Remita Amine
4779420ce8
[redbulltv] add support redbull.com tv URLs( closes #17218 )
2018-08-12 05:31:34 +01:00
Remita Amine
e2e18694db
[redbulltv] fix extraction( closes #15481 )
2018-02-03 15:43:33 +01:00
Sergey M․
23aec3d623
[redbulltv] Restore hls format prefix
2017-06-25 01:10:31 +07:00
Sergey M․
27449ad894
[redbulltv] Add support for lives and segments ( closes #13486 ))
2017-06-25 01:09:12 +07:00
Remita Amine
ba448445b8
[redbull] improve extraction
...
- extract 1080p quality
- correct ttml subtitle ext
- catch api errors
- reduce request size
2017-03-15 01:40:54 +01:00
Sergey M․
054a587de8
[redbulltv] Improve extraction ( closes #11948 , closes #3919 )
2017-03-04 23:28:21 +07:00