mirror of https://github.com/Nezreka/SoulSync.git
Strip '- Topic' suffix from YouTube auto-generated channel names (#231)
YouTube's auto-generated artist channels use the format "Artist - Topic" as the channel name. This suffix was not being stripped during playlist parsing, causing metadata discovery to fail (e.g., searching for "Koven - Topic" instead of "Koven" on iTunes/Deezer). Fixed in all three places where YouTube artist names are cleaned: - web_server.py clean_youtube_artist() — playlist parsing - ui/pages/sync.py clean_youtube_artist() — UI-side parsing - core/youtube_client.py — search result fallback artist extractionpull/253/head
parent
34c8b1bb50
commit
f275a9831e
Loading…
Reference in new issue