[youtube] Fix extraction.
[youtube-dl] / youtube_dl / extractor / moviezine.py
index aa091a62ca915f3742dc42302913c0105cb8c0ec..85cc6e22f59cd5af0e194dee675beb3bc69a9369 100644 (file)
@@ -1,4 +1,4 @@
-# -*- coding: utf-8 -*-
+# coding: utf-8
 from __future__ import unicode_literals
 
 import re
@@ -16,7 +16,7 @@ class MoviezineIE(InfoExtractor):
             'ext': 'mp4',
             'title': 'Oculus - Trailer 1',
             'description': 'md5:40cc6790fc81d931850ca9249b40e8a4',
-            'thumbnail': 're:http://.*\.jpg',
+            'thumbnail': r're:http://.*\.jpg',
         },
     }