iv-org / invidious

Invidious is an alternative front-end to YouTube
https://invidious.io
GNU Affero General Public License v3.0
16.09k stars 1.78k forks source link

create temporary playlist #1067

Open nathgit opened 4 years ago

nathgit commented 4 years ago

temporary playlists like youtube has (http://www.youtube.com/watch_videos?video_ids=ID1,ID2,ID3) would be useful.

elypter commented 4 years ago

if implemented it should take arguments for each individual video into account, especially those which only make sense individually like timestamps. or alternatively invidious could store a setup for a video in an independed id that could then be linked instead of a youtube id, kinda like a playlist with a single entry

nathgit commented 4 years ago

I don't think youtube's temporary playlist function accepts arguments in the ID1, ID2 format so this having those features would provide a good reason to use this over youtube.

github-actions[bot] commented 3 years ago

This issue has been automatically marked as stale and will be closed in 30 days because it has not had recent activity and is much likely outdated. If you think this issue is still relevant and applicable, you just have to post a comment and it will be unmarked.

SamantazFox commented 3 years ago

bump

SamantazFox commented 3 years ago

This was implemented, like on youtube: /watch_videos?v=ID1,ID2,...

Note to self: rework that part of the code.

github-actions[bot] commented 2 years ago

This issue has been automatically marked as stale and will be closed in 30 days because it has not had recent activity and is much likely outdated. If you think this issue is still relevant and applicable, you just have to post a comment and it will be unmarked.