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