mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-06-22 02:34:39 +00:00
why do i do this
This commit is contained in:
parent
3dc24c1e4f
commit
9f1ef9df48
@ -63,7 +63,6 @@ class CloudflareStreamIE(InfoExtractor):
|
|||||||
|
|
||||||
def _real_extract(self, url):
|
def _real_extract(self, url):
|
||||||
video_id, domain = self._match_valid_url(url).group('id', 'domain')
|
video_id, domain = self._match_valid_url(url).group('id', 'domain')
|
||||||
|
|
||||||
if domain != 'bytehighway.net':
|
if domain != 'bytehighway.net':
|
||||||
domain = 'cloudflarestream.com'
|
domain = 'cloudflarestream.com'
|
||||||
base_url = f'https://{domain}/{video_id}/'
|
base_url = f'https://{domain}/{video_id}/'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user