why do i do this

This commit is contained in:
bashonly 2024-11-11 21:40:40 +00:00 committed by GitHub
parent 3dc24c1e4f
commit 9f1ef9df48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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}/'