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

@ -24,7 +24,7 @@ class TeacherTubeIE(InfoExtractor):
'ext': 'mp4',
'title': 'Measures of dispersion from a frequency table',
'description': 'Measures of dispersion from a frequency table',
'thumbnail': 're:http://.*\.jpg',
'thumbnail': r're:http://.*\.jpg',
},
}, {
'url': 'http://www.teachertube.com/viewVideo.php?video_id=340064',
@ -34,7 +34,7 @@ class TeacherTubeIE(InfoExtractor):
'ext': 'mp4',
'title': 'How to Make Paper Dolls _ Paper Art Projects',
'description': 'Learn how to make paper dolls in this simple',
'thumbnail': 're:http://.*\.jpg',
'thumbnail': r're:http://.*\.jpg',
},
}, {
'url': 'http://www.teachertube.com/music.php?music_id=8805',