-
Notifications
You must be signed in to change notification settings - Fork 897
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
[Feature Request]: Show playlist or playlist link if video is part of playlist #2085
Comments
Hmm but what if the video is linked to lets say 100 playlists? |
Never came across something like this. |
I'm not sure if I'm fully understanding what's being requested. Are you asking if you're watching a video and that video happens to be a part of any playlist, then show a link to that playlist? We would only realistically be able to provide this if you're already inside of the playlist in question (which doesn't seem to be the case) or if YouTube provides this information on the watch page, which I don't believe it does. If it does then we can provide this information, if it doesn't then we will have to close this issue. |
I had a quick look and it could potentially work if the video has a unique enough name but would otherwise return false positives (getting playlists a video is in is done by searching video title in quotes and searching for playlists only ). To fix the issue of false positives, it could only display playlists created by the uploader (like you said). Source: https://stackoverflow.com/a/31136758 Edit: if this were to be implemented I think it should be implemented like comments where you click to load the playlist links so it doesn't send any extra web requests unless the user wants it to |
Yes thats what I want.
I mostly start videos from inside the playlist, but the second (less likely) scenario would also be useful.
Maybe it would be possible to just search inside the channel of the video uploader.
I agree, good idea. |
Just to clarify, we are not using the YouTube API. We are grabbing information from the YouTube website itself. This means that there is data that the YouTube API might provide that we don't have access to. If you can not access the necessary data by navigating around the YouTube website to get it, then we can't get it either. |
Interesting, didn't know that. |
This issue is stale because it has been open 28 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
Guidelines
Problem Description
Sometimes a video is part of a playlist and I would like to be able to see this playlist, even if the video creator does not link to it.
Proposed Solution
Maybe it is possible to read out the necessary information and then:
Alternatives Considered
Issue Labels
new feature
Additional Information
No response
The text was updated successfully, but these errors were encountered: