mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-07-01 19:42:49 -05:00
Fix "invalid escape sequences" error on Python 3.6
This commit is contained in:
@ -18,7 +18,7 @@ class MGTVIE(InfoExtractor):
|
||||
'title': '我是歌手第四季双年巅峰会:韩红李玟“双王”领军对抗',
|
||||
'description': '我是歌手第四季双年巅峰会',
|
||||
'duration': 7461,
|
||||
'thumbnail': 're:^https?://.*\.jpg$',
|
||||
'thumbnail': r're:^https?://.*\.jpg$',
|
||||
},
|
||||
}, {
|
||||
# no tbr extracted from stream_url
|
||||
|
Reference in New Issue
Block a user