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:
+2
-2
@@ -518,6 +518,6 @@ class PlaylistManager:
|
|||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
cfg = ConfigLoader("yt-playlist-config.json")
|
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 = PlaylistManager(cfg)
|
||||||
manager.run()
|
manager.run()
|
||||||
Reference in New Issue
Block a user