mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-08-14 16:38:29 +00:00
hatch fmt
This commit is contained in:
parent
182417a625
commit
f0b7ec707a
@ -66,44 +66,43 @@ class FaulioIE(FaulioBaseIE):
|
|||||||
'duration': 1653,
|
'duration': 1653,
|
||||||
'age_limit': 0,
|
'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',
|
'url': 'https://maraya.sba.net.ae/episode/127735',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
'id': 'sat7.faulio.com_18165',
|
'id': 'maraya.faulio.com_127735',
|
||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
'display_id': 'ep-13-ADHD-18165',
|
'display_id': 'عبدالله-الهاجري---عبدالرحمن-المطروشي-127735',
|
||||||
'title': 'ADHD and creativity',
|
'title': 'عبدالله الهاجري - عبدالرحمن المطروشي',
|
||||||
'episode': 'ADHD and creativity',
|
'episode': 'عبدالله الهاجري - عبدالرحمن المطروشي',
|
||||||
'description': '',
|
'description': 'md5:53de01face66d3d6303221e5a49388a0',
|
||||||
'series': 'ADHD Podcast',
|
'series': 'أبناؤنا في الخارج',
|
||||||
'season': 'Season 1',
|
'season': 'Season 3',
|
||||||
'season_number': 1,
|
'season_number': 3,
|
||||||
'episode_number': 13,
|
'episode_number': 7,
|
||||||
'thumbnail': r're:^https?://.*\.jpg$',
|
'thumbnail': r're:^https?://.*\.jpg$',
|
||||||
'duration': 2492,
|
'duration': 1316,
|
||||||
'age_limit': 0,
|
'age_limit': 0,
|
||||||
},
|
},
|
||||||
}, {
|
}, {
|
||||||
'url': 'https://aloula.sba.sa/en/episode/0',
|
'url': 'https://sat7plus.org/episode/18165',
|
||||||
'only_matching': True,
|
'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):
|
def _real_extract(self, url):
|
||||||
|
Loading…
Reference in New Issue
Block a user