We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3cffc2 commit f88c252Copy full SHA for f88c252
1 file changed
youtube2zim/entrypoint.py
@@ -26,7 +26,7 @@ def main():
26
parser.add_argument(
27
"--subset-by", help="Subset of collection to download",
28
choices = ["recent", "views", "views-per-year"],
29
- default="recent",
+ default="views-per-year",
30
dest="subset_by",
31
)
32
0 commit comments