mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-12-25 07:47:55 +01:00
[videofy.me] Fixed flake8 errors
This commit is contained in:
parent
a6246c1f5b
commit
c443152757
@ -6,11 +6,8 @@ from .common import InfoExtractor
|
||||
from ..utils import (
|
||||
int_or_none,
|
||||
parse_iso8601,
|
||||
unescapeHTML,
|
||||
sanitize_url,
|
||||
clean_html,
|
||||
get_element_by_attribute,
|
||||
js_to_json,
|
||||
)
|
||||
|
||||
|
||||
@ -33,7 +30,7 @@ class VideofyMeIE(InfoExtractor):
|
||||
'view_count': int,
|
||||
},
|
||||
}, {
|
||||
'url': 'https://www.videofy.me/v/2975905',
|
||||
'url': 'https://www.videofy.me/v/2975905',
|
||||
'md5': '79ad4498ab14dec72e815a8f85c7641c',
|
||||
'info_dict': {
|
||||
'id': '2975905',
|
||||
@ -46,7 +43,7 @@ class VideofyMeIE(InfoExtractor):
|
||||
'uploader_id': 1798214,
|
||||
'view_count': int,
|
||||
},
|
||||
},]
|
||||
}]
|
||||
|
||||
def _real_extract(self, url):
|
||||
video_id = self._match_id(url)
|
||||
|
Loading…
Reference in New Issue
Block a user