mirror of
https://github.com/LucBerge/yt-dlp.git
synced 2025-03-17 19:57:52 +03:00
[tests] Remove global_setup function
This commit is contained in:
parent
ac05067d3d
commit
d0efb9ec9a
9 changed files with 6 additions and 21 deletions
|
@ -12,10 +12,6 @@ from youtube_dl import YoutubeDL
|
|||
from youtube_dl.utils import preferredencoding
|
||||
|
||||
|
||||
def global_setup():
|
||||
youtube_dl._setup_opener(timeout=10)
|
||||
|
||||
|
||||
def get_params(override=None):
|
||||
PARAMETERS_FILE = os.path.join(os.path.dirname(os.path.abspath(__file__)),
|
||||
"parameters.json")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue