1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-07-22 13:18:29 +00:00

fix: escape sequence

This commit is contained in:
JChris246 2025-03-16 18:52:30 -04:00
parent 409754d229
commit e92b6f53b9

View File

@ -24,7 +24,7 @@ class FC2IE(InfoExtractor):
'id': '20121103kUan1KHs', 'id': '20121103kUan1KHs',
'title': 'Boxing again with Puff', 'title': 'Boxing again with Puff',
'ext': 'mp4', 'ext': 'mp4',
'thumbnail': 're:https?://.+\.jpe?g', 'thumbnail': 're:https?://.+\\.jpe?g',
}, },
'file_minsize': 633, 'file_minsize': 633,
'params': { 'params': {
@ -39,7 +39,7 @@ class FC2IE(InfoExtractor):
'id': '20121129xMeT3Czt', 'id': '20121129xMeT3Czt',
'title': 'Rotfux', 'title': 'Rotfux',
'ext': 'mp4', 'ext': 'mp4',
'thumbnail': 're:https?://.+\.jpe?g', 'thumbnail': 're:https?://.+\\.jpe?g',
'description': 'Rotfux', 'description': 'Rotfux',
}, },
}, { }, {