diff --git a/yt_dlp/extractor/adobetv.py b/yt_dlp/extractor/adobetv.py index f8244be2f..997e1b92c 100644 --- a/yt_dlp/extractor/adobetv.py +++ b/yt_dlp/extractor/adobetv.py @@ -246,6 +246,7 @@ class AdobeTVVideoIE(AdobeTVBaseIE): }, }] _WEBPAGE_TESTS = [{ + # FIXME: Invalid extension 'url': 'https://www.adobe.com/learn/acrobat/web/customize-toolbar', 'info_dict': { 'id': '3463980', @@ -254,7 +255,6 @@ class AdobeTVVideoIE(AdobeTVBaseIE): 'description': 'md5:94368ab95ae24f9c1bee0cb346e03dc3', 'duration': 97.557, }, - 'skip': 'IE fix required; invalid extension', }] def _real_extract(self, url): diff --git a/yt_dlp/extractor/arte.py b/yt_dlp/extractor/arte.py index de6549ad0..3f17da463 100644 --- a/yt_dlp/extractor/arte.py +++ b/yt_dlp/extractor/arte.py @@ -254,6 +254,7 @@ class ArteTVEmbedIE(InfoExtractor): 'only_matching': True, }] _WEBPAGE_TESTS = [{ + # FIXME: Embed detection 'url': 'https://timesofmalta.com/article/watch-sunken-warships-north-sea-arte.1108358', 'info_dict': { 'id': '110288-000-A', @@ -267,15 +268,14 @@ class ArteTVEmbedIE(InfoExtractor): 'upload_date': '20250311', }, 'params': {'skip_download': 'm3u8'}, - 'skip': 'IE fix required; embed detection', }, { + # FIXME: Embed detection 'url': 'https://www.eurockeennes.fr/en-live/', 'info_dict': { 'id': 'en-live', 'title': 'Les Eurocks en live | Les Eurockéennes de Belfort – 3-4-5-6 juillet 2025 sur la Presqu'Île du Malsaucy', }, 'playlist_count': 4, - 'skip': 'IE fix required; embed detection', }] def _real_extract(self, url): diff --git a/yt_dlp/extractor/bandcamp.py b/yt_dlp/extractor/bandcamp.py index 972873c6f..0a8f88fa8 100644 --- a/yt_dlp/extractor/bandcamp.py +++ b/yt_dlp/extractor/bandcamp.py @@ -122,6 +122,7 @@ class BandcampIE(InfoExtractor): }, }] _WEBPAGE_TESTS = [{ + # FIXME: Embed detection 'url': 'https://www.punknews.org/article/85809/stay-inside-super-sonic', 'info_dict': { 'id': '2475540375', @@ -143,7 +144,6 @@ class BandcampIE(InfoExtractor): 'uploader_id': 'stayinside', 'uploader_url': 'https://stayinside.bandcamp.com', }, - 'skip': 'IE fix required; embed detection', }] def _extract_data_attr(self, webpage, video_id, attr='tralbum', fatal=True): diff --git a/yt_dlp/extractor/cloudflarestream.py b/yt_dlp/extractor/cloudflarestream.py index 346e32c06..a90fceaac 100644 --- a/yt_dlp/extractor/cloudflarestream.py +++ b/yt_dlp/extractor/cloudflarestream.py @@ -59,6 +59,7 @@ class CloudflareStreamIE(InfoExtractor): 'skip_download': 'm3u8', }, }, { + # FIXME: Embed detection 'url': 'https://www.cloudflare.com/developer-platform/products/cloudflare-stream/', 'info_dict': { 'id': 'e7bd2dd67e0f8860b4ae81e33a966049', @@ -66,7 +67,6 @@ class CloudflareStreamIE(InfoExtractor): 'title': 'e7bd2dd67e0f8860b4ae81e33a966049', 'thumbnail': r're:https?://cloudflarestream\.com/.+\.jpg', }, - 'skip': 'IE fix required; embed detection', }] def _real_extract(self, url): diff --git a/yt_dlp/extractor/condenast.py b/yt_dlp/extractor/condenast.py index 7c96ea0dd..318fa8943 100644 --- a/yt_dlp/extractor/condenast.py +++ b/yt_dlp/extractor/condenast.py @@ -97,6 +97,7 @@ class CondeNastIE(InfoExtractor): 'timestamp': 1442434920, }, }, { + # FIXME: Subtitles 'url': 'https://www.vanityfair.com/video/watch/vf-quiz-show-squid-game-s3', 'info_dict': { 'id': '6862f999c1afbc5ff06b4803', @@ -113,7 +114,6 @@ class CondeNastIE(InfoExtractor): 'upload_date': '20250701', 'uploader': 'vanityfair', }, - 'skip': 'IE fix required; subtitles extraction', }, { 'url': 'https://player.cnevids.com/inline/video/59138decb57ac36b83000005.js?target=js-cne-player', 'only_matching': True, diff --git a/yt_dlp/extractor/dbtv.py b/yt_dlp/extractor/dbtv.py index dd21ca036..ff93c642d 100644 --- a/yt_dlp/extractor/dbtv.py +++ b/yt_dlp/extractor/dbtv.py @@ -27,6 +27,7 @@ class DBTVIE(InfoExtractor): 'only_matching': True, }] _WEBPAGE_TESTS = [{ + # FIXME: Embed detection 'url': 'https://www.dagbladet.no/nyheter/rekordstort-russisk-angrep/83325693', 'info_dict': { 'id': '1HW7fYry', @@ -38,7 +39,6 @@ class DBTVIE(InfoExtractor): 'timestamp': 1751043600, 'upload_date': '20250627', }, - 'skip': 'IE fix required; embed detection', }] def _real_extract(self, url): diff --git a/yt_dlp/extractor/facebook.py b/yt_dlp/extractor/facebook.py index 991b85ca0..3b8121d59 100644 --- a/yt_dlp/extractor/facebook.py +++ b/yt_dlp/extractor/facebook.py @@ -427,6 +427,7 @@ class FacebookIE(InfoExtractor): }, 'expected_warnings': ['unable to extract uploader'], }, { + # FIXME: Embed detection #