diff --git a/commands/2hdp.py b/commands/2hdp.py index 89ca6c1..45ba756 100755 --- a/commands/2hdp.py +++ b/commands/2hdp.py @@ -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"])