[lapresse] requested fixes
This commit is contained in:
parent
728f229e3a
commit
a92f483339
@ -1,7 +1,5 @@
|
|||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
import re
|
|
||||||
|
|
||||||
from .common import InfoExtractor
|
from .common import InfoExtractor
|
||||||
from .limelight import LimelightMediaIE
|
from .limelight import LimelightMediaIE
|
||||||
|
|
||||||
@ -20,4 +18,4 @@ class LaPresseIE(InfoExtractor):
|
|||||||
def _real_extract(self, url):
|
def _real_extract(self, url):
|
||||||
media_id = self._match_id(url)
|
media_id = self._match_id(url)
|
||||||
|
|
||||||
return self.url_result('limelight:media:%s' % media_id, ie=LimelightMediaIE.ie_key(), video_id=media_id)
|
return self.url_result('limelight:media:%s' % media_id, ie=LimelightMediaIE.ie_key(), video_id=media_id)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user