Fix "invalid escape sequences" error on Python 3.6
[youtube-dl] / youtube_dl / extractor / rts.py
index ae012ab98bfacf96b7438cfdbbc104af8471e94b..48f17b828c1a8c6b0494ad1edb2bc3f914b3417a 100644 (file)
@@ -32,7 +32,7 @@ class RTSIE(SRGSSRIE):
                 'uploader': 'Divers',
                 'upload_date': '19680921',
                 'timestamp': -40280400,
-                'thumbnail': 're:^https?://.*\.image',
+                'thumbnail': r're:^https?://.*\.image',
                 'view_count': int,
             },
         },
@@ -56,7 +56,7 @@ class RTSIE(SRGSSRIE):
                 'uploader': 'Hockey',
                 'upload_date': '20140403',
                 'timestamp': 1396556882,
-                'thumbnail': 're:^https?://.*\.image',
+                'thumbnail': r're:^https?://.*\.image',
                 'view_count': int,
             },
             'params': {
@@ -78,7 +78,7 @@ class RTSIE(SRGSSRIE):
                 'uploader': 'L\'actu en vidéo',
                 'upload_date': '20140403',
                 'timestamp': 1396537322,
-                'thumbnail': 're:^https?://.*\.image',
+                'thumbnail': r're:^https?://.*\.image',
                 'view_count': int,
             },
         },