1
0
mirror of https://codeberg.org/polarisfm/youtube-dl synced 2025-02-17 01:17:54 +01:00

flake8 fixes

This commit is contained in:
James Andariese 2020-04-25 19:32:45 -07:00
parent af2141f0c6
commit e177ae995f

View File

@ -17,6 +17,7 @@ LABEL_SIZES={
'4320i': {"width": 7680, "height": 4320},
}
class MyRunningManIE(InfoExtractor):
_VALID_URL = r'(?:https?://)?(?:www\.)?myrunningman\.com/ep/(?P<id>[0-9]+)$'