AmandaDiscord / Volcano

A light-weight LavaLink compatible replacement
MIT License
71 stars 15 forks source link

Fix parsing of playlists with hidden videos #10

Closed unicorn-boi closed 2 years ago

unicorn-boi commented 2 years ago

Allows YouTube playlists containing hidden videos, such as private or region locked videos, to be loaded.

From my testing: Without this change playlists containing hidden videos will throw an error. With this change playlists containing hidden videos will be loaded while ignoring any video that is hidden.

Relevant play-dl documentation: https://play-dl.github.io/modules.html#playlist_info

PapiOphidian commented 2 years ago

Looks good to me