1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-10-02 23:47:08 +02:00

[ie/youtube] imports cleanup

Authored by: bashonly
This commit is contained in:
bashonly 2024-06-13 11:45:16 -05:00
parent 6b9d3923de
commit 9dabdb029d
No known key found for this signature in database
GPG Key ID: 783F096F253D15B0

View File

@ -4,6 +4,7 @@
import copy import copy
import datetime as dt import datetime as dt
import enum import enum
import functools
import hashlib import hashlib
import itertools import itertools
import json import json
@ -20,7 +21,6 @@
from .common import InfoExtractor, SearchInfoExtractor from .common import InfoExtractor, SearchInfoExtractor
from .openload import PhantomJSwrapper from .openload import PhantomJSwrapper
from ..compat import functools
from ..jsinterp import JSInterpreter from ..jsinterp import JSInterpreter
from ..networking.exceptions import HTTPError, network_exceptions from ..networking.exceptions import HTTPError, network_exceptions
from ..utils import ( from ..utils import (