]> Raphaƫl G. Git Repositories - youtubedl/blobdiff - youtube_dl/extractor/aftonbladet.py
Imported Upstream version 2015.02.06
[youtubedl] / youtube_dl / extractor / aftonbladet.py
index cfc7370ae43da592eaca49245200bd922d75a019..8442019eac3eaa0a373140d494ffa2ca420f4606 100644 (file)
@@ -1,8 +1,6 @@
 # encoding: utf-8
 from __future__ import unicode_literals
 
-import re
-
 from .common import InfoExtractor
 
 
@@ -21,9 +19,7 @@ class AftonbladetIE(InfoExtractor):
     }
 
     def _real_extract(self, url):
-        mobj = re.search(self._VALID_URL, url)
-
-        video_id = mobj.group('video_id')
+        video_id = self._match_id(url)
         webpage = self._download_webpage(url, video_id)
 
         # find internal video meta data