1
0
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:
Gabriel Smith 2018-04-27 01:05:13 -05:00
parent a72b12b142
commit 58174ccabf

View File

@ -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),
}]
}]