metube/app
ddmoney420 3587098e80 Fix deleted playlist videos being re-queued during add
When adding a playlist, deleting a video from the queue causes it to be
re-added on the next loop iteration because queue.exists() returns False
for the deleted key. Track canceled URLs in a set so __add_entry skips
them.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 16:17:50 -07:00
..
dl_formats.py add "text only" as another advanced option for captions format 2026-02-27 12:46:23 +02:00
main.py feat: cancel playlist adding mid-operation (closes #840) 2026-03-01 19:11:29 -07:00
ytdl.py Fix deleted playlist videos being re-queued during add 2026-03-02 16:17:50 -07:00