mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-20 05:47:24 +01:00
[extractor/echo360] remove unused import
This commit is contained in:
parent
cad8b67755
commit
38741ad6e5
@ -1,13 +1,7 @@
|
|||||||
import re
|
import re
|
||||||
|
|
||||||
from .common import InfoExtractor
|
from .common import InfoExtractor
|
||||||
from ..utils import (
|
from ..utils import determine_ext, parse_duration, traverse_obj, update_url
|
||||||
determine_ext,
|
|
||||||
float_or_none,
|
|
||||||
parse_duration,
|
|
||||||
traverse_obj,
|
|
||||||
update_url,
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
class Echo360IE(InfoExtractor):
|
class Echo360IE(InfoExtractor):
|
||||||
|
Loading…
Reference in New Issue
Block a user