metube/app
Helmut eb3e4b15ee fix(ytdl): skip file deletion for cleared downloads with no filename
When DELETE_FILE_ON_TRASHCAN is enabled and a download that never produced a file
is cleared, dl.info.filename is unset, so os.remove(...) raises AttributeError.
It is caught and logged as a misleading 'deleting file ... failed' warning even
though there is nothing on disk to remove. Guard with getattr and skip deletion
when there is no filename.
2026-06-13 22:00:32 +02:00
..
tests support live streams (closes #302, closes #752, closes #978) 2026-06-13 17:39:14 +03:00
dl_formats.py code review fixes 2026-03-15 20:53:13 +02:00
main.py add option for following nightly yt-dlp releases (closes #999) 2026-06-06 09:42:26 +03:00
state_store.py add subscriptions; change persistence file format to JSON (closes #901, #76, #113, #170, #242, #444, #503, #555, #566) 2026-04-01 14:33:24 +03:00
subscriptions.py allow filtering out members-only videos in subscriptions (closes #971) 2026-04-28 22:02:05 +03:00
ytdl.py fix(ytdl): skip file deletion for cleared downloads with no filename 2026-06-13 22:00:32 +02:00