matthias4217 / jukebox-ultra-nrv

Multi-user jukebox for LAN use
https://gitlab.com/club-jeux-int/jukebox-ultra-nrv
3 stars 3 forks source link

Song not found on Youtube #55

Open matthias4217 opened 5 years ago

matthias4217 commented 5 years ago
File "backends/search/youtube.py", line 42, in search
    raise Exception("nothing found on youtube")
Exception: nothing found on youtube

Version : mkIII-0.6.9(last confirmed in mkIII-0.8.4)

Did search with https://www.youtube.com/watch?v=bipmm792YFE&list=PL326E728CF5AA4CBF&index=14. https://www.youtube.com/watch?v=bipmm792YFE works fine.

The problem is that youtube-dl think this is a playlist, and not an element in a playlist. (see #7 )