Fix "invalid escape sequences" error on Python 3.6
[youtube-dl] / youtube_dl / extractor / crackle.py
index cc68f1c0082674eaf850c2a0c1e3d6ae0f670d74..25c5e7d0420a8e1afaded3be54a00c041ea69baa 100644 (file)
@@ -14,7 +14,7 @@ class CrackleIE(InfoExtractor):
             'ext': 'mp4',
             'title': 'Everybody Respects A Bloody Nose',
             'description': 'Jerry is kaffeeklatsching in L.A. with funnyman J.B. Smoove (Saturday Night Live, Real Husbands of Hollywood). They’re headed for brew at 10 Speed Coffee in a 1964 Studebaker Avanti.',
-            'thumbnail': 're:^https?://.*\.jpg',
+            'thumbnail': r're:^https?://.*\.jpg',
             'duration': 906,
             'series': 'Comedians In Cars Getting Coffee',
             'season_number': 8,