From e92b6f53b92e9699740b23bbe77085836fca2274 Mon Sep 17 00:00:00 2001 From: JChris246 Date: Sun, 16 Mar 2025 18:52:30 -0400 Subject: [PATCH] fix: escape sequence --- yt_dlp/extractor/fc2.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yt_dlp/extractor/fc2.py b/yt_dlp/extractor/fc2.py index b892c2357e..4765626901 100644 --- a/yt_dlp/extractor/fc2.py +++ b/yt_dlp/extractor/fc2.py @@ -24,7 +24,7 @@ class FC2IE(InfoExtractor): 'id': '20121103kUan1KHs', 'title': 'Boxing again with Puff', 'ext': 'mp4', - 'thumbnail': 're:https?://.+\.jpe?g', + 'thumbnail': 're:https?://.+\\.jpe?g', }, 'file_minsize': 633, 'params': { @@ -39,7 +39,7 @@ class FC2IE(InfoExtractor): 'id': '20121129xMeT3Czt', 'title': 'Rotfux', 'ext': 'mp4', - 'thumbnail': 're:https?://.+\.jpe?g', + 'thumbnail': 're:https?://.+\\.jpe?g', 'description': 'Rotfux', }, }, {