Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jjjake/internetarchive
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjake committed Jan 28, 2025
2 parents 19db5c2 + e7edd92 commit ec8fa39
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internetarchive/cli/ia_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,7 @@ def main(args: argparse.Namespace, parser: argparse.ArgumentParser) -> None:
ids: list[File | str] | Search | TextIO

if args.itemlist:
with open(args.itemlist) as fp:
ids = [x.strip() for x in fp]
ids = [x.strip() for x in args.itemlist]
total_ids = len(ids)
elif args.search:
try:
Expand Down

0 comments on commit ec8fa39

Please sign in to comment.