mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-06-27 13:15:04 +00:00
fix test import order
This commit is contained in:
parent
0210836dda
commit
fd236737b0
@ -4,7 +4,6 @@ import shutil
|
|||||||
import sys
|
import sys
|
||||||
import unittest
|
import unittest
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from yt_dlp.utils import YoutubeDLError
|
|
||||||
|
|
||||||
sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
|
sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
|
||||||
TEST_DATA_DIR = Path(os.path.dirname(os.path.abspath(__file__)), 'testdata')
|
TEST_DATA_DIR = Path(os.path.dirname(os.path.abspath(__file__)), 'testdata')
|
||||||
@ -35,6 +34,8 @@ from yt_dlp._globals import (
|
|||||||
plugins_enabled,
|
plugins_enabled,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
from yt_dlp.utils import YoutubeDLError
|
||||||
|
|
||||||
|
|
||||||
EXTRACTOR_PLUGIN_SPEC = PluginSpec(
|
EXTRACTOR_PLUGIN_SPEC = PluginSpec(
|
||||||
module_name='extractor',
|
module_name='extractor',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user