diff --git a/yt_dlp/extractor/faulio.py b/yt_dlp/extractor/faulio.py index 6a7844f0c3..4f0e910984 100644 --- a/yt_dlp/extractor/faulio.py +++ b/yt_dlp/extractor/faulio.py @@ -66,44 +66,43 @@ class FaulioIE(FaulioBaseIE): 'duration': 1653, 'age_limit': 0, }, - }, - { - 'url': 'https://maraya.sba.net.ae/episode/127735', - 'info_dict': { - 'id': 'maraya.faulio.com_127735', - 'ext': 'mp4', - 'display_id': 'عبدالله-الهاجري---عبدالرحمن-المطروشي-127735', - 'title': 'عبدالله الهاجري - عبدالرحمن المطروشي', - 'episode': 'عبدالله الهاجري - عبدالرحمن المطروشي', - 'description': 'md5:53de01face66d3d6303221e5a49388a0', - 'series': 'أبناؤنا في الخارج', - 'season': 'Season 3', - 'season_number': 3, - 'episode_number': 7, - 'thumbnail': r're:^https?://.*\.jpg$', - 'duration': 1316, - 'age_limit': 0, - }, }, { - 'url': 'https://sat7plus.org/episode/18165', - 'info_dict': { - 'id': 'sat7.faulio.com_18165', - 'ext': 'mp4', - 'display_id': 'ep-13-ADHD-18165', - 'title': 'ADHD and creativity', - 'episode': 'ADHD and creativity', - 'description': '', - 'series': 'ADHD Podcast', - 'season': 'Season 1', - 'season_number': 1, - 'episode_number': 13, - 'thumbnail': r're:^https?://.*\.jpg$', - 'duration': 2492, - 'age_limit': 0, - }, + 'url': 'https://maraya.sba.net.ae/episode/127735', + 'info_dict': { + 'id': 'maraya.faulio.com_127735', + 'ext': 'mp4', + 'display_id': 'عبدالله-الهاجري---عبدالرحمن-المطروشي-127735', + 'title': 'عبدالله الهاجري - عبدالرحمن المطروشي', + 'episode': 'عبدالله الهاجري - عبدالرحمن المطروشي', + 'description': 'md5:53de01face66d3d6303221e5a49388a0', + 'series': 'أبناؤنا في الخارج', + 'season': 'Season 3', + 'season_number': 3, + 'episode_number': 7, + 'thumbnail': r're:^https?://.*\.jpg$', + 'duration': 1316, + 'age_limit': 0, + }, }, { - 'url': 'https://aloula.sba.sa/en/episode/0', - 'only_matching': True, + 'url': 'https://sat7plus.org/episode/18165', + 'info_dict': { + 'id': 'sat7.faulio.com_18165', + 'ext': 'mp4', + 'display_id': 'ep-13-ADHD-18165', + 'title': 'ADHD and creativity', + 'episode': 'ADHD and creativity', + 'description': '', + 'series': 'ADHD Podcast', + 'season': 'Season 1', + 'season_number': 1, + 'episode_number': 13, + 'thumbnail': r're:^https?://.*\.jpg$', + 'duration': 2492, + 'age_limit': 0, + }, + }, { + 'url': 'https://aloula.sba.sa/en/episode/0', + 'only_matching': True, }] def _real_extract(self, url):