From 0b759aea4bfc95ebcf45c31bb7afb14c763ec947 Mon Sep 17 00:00:00 2001 From: JChris246 Date: Sun, 16 Mar 2025 19:16:36 -0400 Subject: [PATCH] fix: update with fixes from PR comments --- yt_dlp/extractor/fc2.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/yt_dlp/extractor/fc2.py b/yt_dlp/extractor/fc2.py index 4765626901..70b19498ff 100644 --- a/yt_dlp/extractor/fc2.py +++ b/yt_dlp/extractor/fc2.py @@ -24,11 +24,10 @@ class FC2IE(InfoExtractor): 'id': '20121103kUan1KHs', 'title': 'Boxing again with Puff', 'ext': 'mp4', - 'thumbnail': 're:https?://.+\\.jpe?g', + 'thumbnail': r're:https?://.+\.jpe?g', }, 'file_minsize': 633, 'params': { - # Video too small to pass test 'skip_download': 'm3u8', }, }, { @@ -39,7 +38,7 @@ class FC2IE(InfoExtractor): 'id': '20121129xMeT3Czt', 'title': 'Rotfux', 'ext': 'mp4', - 'thumbnail': 're:https?://.+\\.jpe?g', + 'thumbnail': r're:https?://.+\.jpe?g', 'description': 'Rotfux', }, }, {