This commit is contained in:
VineFeeder
2025-12-31 13:05:55 +00:00
parent 5458269b1e
commit a47acfe5e8
@@ -939,6 +939,7 @@ class dl:
for i in range(len(titles) - 1, -1, -1):
if i not in keep:
del titles[i]
console.print(Padding(f"[rgb(205,214,244)]{len(titles)} {'titles' if len(titles) > 1 else 'title'} selected for download[/rgb(205,214,244)]", (0, 5)))
# end modification
# Determine the latest episode if --latest-episode is set
latest_episode_id = None