mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2025-02-17 01:17:54 +01:00
REMOVE Unspport synix in PYTHON2
This commit is contained in:
parent
e53d77b452
commit
afbb51d5b0
@ -101,7 +101,7 @@ class BiliBiliIE(InfoExtractor):
|
||||
else:
|
||||
raise ExtractorError('Can\'t extract Bangumi episode ID')
|
||||
|
||||
def _getfps(self, s: str) -> int:
|
||||
def _getfps(self, s):
|
||||
"convert fps to int"
|
||||
if s.isnumeric():
|
||||
return int(s)
|
||||
|
Loading…
Reference in New Issue
Block a user