mirror of
https://github.com/l1ving/youtube-dl
synced 2020-11-18 19:53:54 -08:00
flake8 fixes
This commit is contained in:
parent
af2141f0c6
commit
e177ae995f
@ -17,6 +17,7 @@ LABEL_SIZES={
|
|||||||
'4320i': {"width": 7680, "height": 4320},
|
'4320i': {"width": 7680, "height": 4320},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
class MyRunningManIE(InfoExtractor):
|
class MyRunningManIE(InfoExtractor):
|
||||||
_VALID_URL = r'(?:https?://)?(?:www\.)?myrunningman\.com/ep/(?P<id>[0-9]+)$'
|
_VALID_URL = r'(?:https?://)?(?:www\.)?myrunningman\.com/ep/(?P<id>[0-9]+)$'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user