Re-implement title listing with rich tree

Note that the full title list will no longer be printed unless --list-titles is used.
This commit is contained in:
rlaphoenix 2023-02-25 13:02:00 +00:00
parent f7c4d72108
commit 97b3dbeed2
1 changed files with 1 additions and 2 deletions

View File

@ -289,9 +289,8 @@ class dl:
(1, 2)
))
console.log(titles.tree(verbose=list_titles))
if list_titles:
for title in titles:
console.log(title)
return
for i, title in enumerate(titles):