fix: 🐛 ajust number of completed
This commit is contained in:
parent
f2a4cad551
commit
1b12d64f53
@ -53,7 +53,7 @@ def parse_size(size):
|
||||
|
||||
|
||||
def is_valid(id: int, size: int, completed: int):
|
||||
return size < parse_size("10Go") and completed > 10 and nb_files(id)
|
||||
return size < parse_size("10Go") and completed > 100 and nb_files(id)
|
||||
|
||||
|
||||
writer = DictWriter(stdout, fieldnames=["title", "season", "episode", "name", "link"])
|
||||
|
Loading…
Reference in New Issue
Block a user