Update yt_dlp/extractor/senategov.py

This commit is contained in:
pukkandan 2024-03-05 00:59:33 +05:30 committed by GitHub
parent 2f54918f30
commit c6f0d05213
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -188,9 +188,9 @@ class SenateGovIE(InfoExtractor):
f'https://www-senate-gov-msl3archive.akamaized.net/{msl3}/{filename}_1/master.m3u8',
f'{stream_domain}/i/{filename}_1@{stream_num}/master.m3u8',
f'{stream_domain}/i/{filename}.mp4/master.m3u8']
for videourl in urls_alternatives:
formats = self._extract_m3u8_formats(videourl, display_id, ext='mp4', fatal=False)
if len(formats) > 0:
for video_url in urls_alternatives:
formats = self._extract_m3u8_formats(video_url, display_id, ext='mp4', fatal=False)
if formats:
break
title = self._html_search_regex(