diff --git a/youtube_dl/extractor/ifunny.py b/youtube_dl/extractor/ifunny.py index 0a4063970..bfd6ba599 100644 --- a/youtube_dl/extractor/ifunny.py +++ b/youtube_dl/extractor/ifunny.py @@ -1,5 +1,6 @@ from .common import InfoExtractor + class IFunnyIE(InfoExtractor): _VALID_URL = r'(?:https?:\/\/)?(?:www\.)?ifunny\.co\/fun\/(?P\w+)' @@ -29,4 +30,4 @@ class IFunnyIE(InfoExtractor): 'url': video_url, 'ext': 'mp4', 'title': self._og_search_title(webpage), - }] \ No newline at end of file + }]