feat: improved the youtube music album fetching

This commit is contained in:
2024-05-06 12:40:06 +02:00
parent d9105fb55a
commit 7e5a1f84ae
7 changed files with 76 additions and 54 deletions

View File

@@ -19,7 +19,7 @@ DEBUG_OBJECT_TRACE = DEBUG and False
DEBUG_OBJECT_TRACE_CALLSTACK = DEBUG_OBJECT_TRACE and False
DEBUG_YOUTUBE_INITIALIZING = DEBUG and False
DEBUG_PAGES = DEBUG and False
DEBUG_DUMP = DEBUG and False
DEBUG_DUMP = DEBUG and True
DEBUG_PRINT_ID = DEBUG and True
if DEBUG: