mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-06 06:45:00 +01:00
parent
061a17abd3
commit
43aebb7db4
4 changed files with 12 additions and 13 deletions
|
|
@ -371,7 +371,7 @@ class FranceTVInfoIE(FranceTVBaseInfoExtractor):
|
|||
|
||||
webpage = self._download_webpage(url, display_id)
|
||||
|
||||
dailymotion_urls = DailymotionIE._extract_embed_urls(url, webpage)
|
||||
dailymotion_urls = tuple(DailymotionIE._extract_embed_urls(url, webpage))
|
||||
if dailymotion_urls:
|
||||
return self.playlist_result([
|
||||
self.url_result(dailymotion_url, DailymotionIE.ie_key())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue