mirror of
https://github.com/darkzoul5/YoutubePlaylistSync.git
synced 2026-07-03 12:34:00 +03:00
Comment out assignment of playlist_id in PlaylistDownloader initialization
This commit is contained in:
+1
-1
@@ -148,7 +148,7 @@ class PlaylistDownloader:
|
|||||||
def __init__(self, config: ConfigLoader, playlist: dict, index: int):
|
def __init__(self, config: ConfigLoader, playlist: dict, index: int):
|
||||||
|
|
||||||
# Determine a friendly identifier for the playlist
|
# Determine a friendly identifier for the playlist
|
||||||
playlist_id = playlist.get("url") or playlist.get("save_path") or f"playlist #{index+1}"
|
# playlist_id = playlist.get("url") or playlist.get("save_path") or f"playlist #{index+1}"
|
||||||
|
|
||||||
# Check for missing or empty URL and distinguish videos vs playlists
|
# Check for missing or empty URL and distinguish videos vs playlists
|
||||||
self.url = playlist.get("url")
|
self.url = playlist.get("url")
|
||||||
|
|||||||
Reference in New Issue
Block a user