Skip to content

Commit f88c252

Browse files
committed
Update subset
1 parent f3cffc2 commit f88c252

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

youtube2zim/entrypoint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def main():
2626
parser.add_argument(
2727
"--subset-by", help="Subset of collection to download",
2828
choices = ["recent", "views", "views-per-year"],
29-
default="recent",
29+
default="views-per-year",
3030
dest="subset_by",
3131
)
3232
parser.add_argument(

0 commit comments

Comments
 (0)