Fix "invalid escape sequences" error on Python 3.6

This commit is contained in:
Yen Chi Hsuan
2017-01-02 20:08:07 +08:00
parent 24d8a75982
commit ec85ded83c
283 changed files with 538 additions and 538 deletions

View File

@ -81,7 +81,7 @@ class SmotriIE(InfoExtractor):
'uploader': 'psavari1',
'uploader_id': 'psavari1',
'upload_date': '20081103',
'thumbnail': 're:^https?://.*\.jpg$',
'thumbnail': r're:^https?://.*\.jpg$',
},
'params': {
'videopassword': '223322',
@ -117,7 +117,7 @@ class SmotriIE(InfoExtractor):
'uploader': 'вАся',
'uploader_id': 'asya_prosto',
'upload_date': '20081218',
'thumbnail': 're:^https?://.*\.jpg$',
'thumbnail': r're:^https?://.*\.jpg$',
'age_limit': 18,
},
'params': {