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:
parent
409754d229
commit
e92b6f53b9
@ -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',
|
||||
},
|
||||
}, {
|
||||
|
Loading…
Reference in New Issue
Block a user