Fix "invalid escape sequences" error on Python 3.6
[youtube-dl] / youtube_dl / extractor / jamendo.py
index ee9acac09a4c14f02fc4857d9e22005a1dcd7951..51d19e67daa9d389b88c4c8aab2f4aeb72338638 100644 (file)
@@ -17,7 +17,7 @@ class JamendoIE(InfoExtractor):
             'display_id': 'stories-from-emona-i',
             'ext': 'flac',
             'title': 'Stories from Emona I',
-            'thumbnail': 're:^https?://.*\.jpg'
+            'thumbnail': r're:^https?://.*\.jpg'
         }
     }