mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-11-22 16:44:32 +01:00
removed unnecessary int_or_none import
This commit is contained in:
parent
75be8e5e25
commit
f4dc0ea149
@ -4,10 +4,7 @@ from __future__ import unicode_literals
|
|||||||
import base64
|
import base64
|
||||||
|
|
||||||
from .common import InfoExtractor
|
from .common import InfoExtractor
|
||||||
from ..utils import (
|
from ..utils import RegexNotFoundError
|
||||||
int_or_none,
|
|
||||||
RegexNotFoundError,
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
class ChangbaIE(InfoExtractor):
|
class ChangbaIE(InfoExtractor):
|
||||||
|
Loading…
Reference in New Issue
Block a user