Closed deeffest closed 4 days ago
not being able to regain the title
I did the test using your code, the first audio downloaded normally but the second failed, it is related to the 'next' endpoint, we will perhaps have to address another alternative :
It looks like the JSON path for titles for YouTube music videos is a little different.
I sent a PR #338 that checks and searches for the title in this other path.
:exclamation: DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE :exclamation:
lack of information will lead to closure of the issue
Describe the bug Downloading YouTube music is no longer possible as an error is thrown when attempting to download:
However, downloading regular videos works fine, below is the code demonstrating this (the first URL is a regular video, the second URL is music from YT Music, but it's also available on YouTube):
code that was used that resulted in the bug
Expected behavior I expect the successful download of both files in the code.
Screenshots https://github.com/user-attachments/assets/a1a389ed-e361-454d-bec1-7d9294adbc2b
Desktop (please complete the following information):
Additional context Any solutions or guesses?