mirror of
https://github.com/darkzoul5/YoutubePlaylistSync.git
synced 2026-07-03 04:23:59 +03:00
Refactor code structure for improved readability and maintainability
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
.gitea/
|
||||
.venv/
|
||||
|
||||
./bin/
|
||||
# Python bytecode
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
||||
@@ -31,7 +31,7 @@ if not os.getenv("INTEGRATION_TEST"):
|
||||
# Prefer local ./bin/ executables for integration runs when available.
|
||||
# Set environment variables before importing TempConfig so its class attributes
|
||||
# pick up these overridden paths.
|
||||
bin_dir = REPO_ROOT / "bin"
|
||||
bin_dir = REPO_ROOT / "bin" / "linux"
|
||||
if bin_dir.exists():
|
||||
ytdlp_path = bin_dir / "yt-dlp"
|
||||
if ytdlp_path.exists():
|
||||
|
||||
Reference in New Issue
Block a user