mirror of
https://github.com/l1ving/youtube-dl
synced 2025-02-03 02:43:21 +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+)'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user