mirror of
https://github.com/l1ving/youtube-dl
synced 2025-02-03 00:05:36 +08:00
Added compliance with flake8
This commit is contained in:
parent
a72b12b142
commit
58174ccabf
@ -1,5 +1,6 @@
|
|||||||
from .common import InfoExtractor
|
from .common import InfoExtractor
|
||||||
|
|
||||||
|
|
||||||
class IFunnyIE(InfoExtractor):
|
class IFunnyIE(InfoExtractor):
|
||||||
_VALID_URL = r'(?:https?:\/\/)?(?:www\.)?ifunny\.co\/fun\/(?P<id>\w+)'
|
_VALID_URL = r'(?:https?:\/\/)?(?:www\.)?ifunny\.co\/fun\/(?P<id>\w+)'
|
||||||
|
|
||||||
@ -29,4 +30,4 @@ class IFunnyIE(InfoExtractor):
|
|||||||
'url': video_url,
|
'url': video_url,
|
||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
'title': self._og_search_title(webpage),
|
'title': self._og_search_title(webpage),
|
||||||
}]
|
}]
|
||||||
|
Loading…
Reference in New Issue
Block a user