-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[YouTube] Auto-generated playlist/mix: null on getName() #2895
Comments
That is an auto-generated playlist which has no valid uploader. The crash is fixed in version 0.18.0 (should be on F-Droid soon). |
Hi, Exception
Crash log
|
Hm. that's bad. |
The problem is that auto-generated playlists don't have a "youtube.com/playlist?list=playlistID" url. But the linkhandler converts
to So the extractor would need to differenciate between user-generated playlists and auto-generated ones and in the case of auto-generated ones, extract them from the first link and not the second one. It seems that:
|
I threw together a way to handle it like described above. After some quality control i'll open a PR. |
Just got fixed in 18.6. Close the issue |
It throws a different error now, but still crashes when i open the link from the original crash report Exception
Crash log
|
If auto-generated playlist means a "Mix", then yes, those aren't supported yet and sorry for closing. |
In this context it should be "Mix". |
Oh this is about support for YouTube Mix'es. You should change the title. |
|
Exception
How To Reproduce:
Crash log
The text was updated successfully, but these errors were encountered: