mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-04-19 23:30:00 +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):
|
||||
video_id, domain = self._match_valid_url(url).group('id', 'domain')
|
||||
|
||||
if domain != 'bytehighway.net':
|
||||
domain = 'cloudflarestream.com'
|
||||
base_url = f'https://{domain}/{video_id}/'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user