1
0
mirror of https://github.com/darkzoul5/YoutubePlaylistSync.git synced 2026-07-03 12:34:00 +03:00

do not update yt-dlp executable when running in Docker

This commit is contained in:
2025-10-15 21:37:04 +03:00
parent e1278308d1
commit 0498857920
+1 -1
View File
@@ -518,6 +518,6 @@ class PlaylistManager:
if __name__ == "__main__":
cfg = ConfigLoader("yt-playlist-config.json")
update_yt_dlp(cfg.yt_dlp_path) #update yt-dpl executable
if not is_docker(): update_yt_dlp(cfg.yt_dlp_path) #update yt-dpl executable
manager = PlaylistManager(cfg)
manager.run()