mvabdi / vsco-scraper

Easily allows for scraping a VSCO
MIT License
132 stars 25 forks source link

vsco-scraper in linux do not download use profile #44

Open estatistics opened 1 year ago

estatistics commented 1 year ago

the user exists but dont download its images

vsco-scraper  --all iridaal
Traceback (most recent call last):
  File "/home/elias/.local/bin/vsco-scraper", line 8, in <module>
    sys.exit(main())
  File "/home/elias/.local/lib/python3.10/site-packages/vscoscrape/vscoscrape.py", line 842, in main
    with open(args.username, "r") as f:
FileNotFoundError: [Errno 2] No such file or directory: 'iridaal'
Pewlaries commented 9 months ago

The --all command is used with an input file, and is used to grab everything from all usernames in said file. I think you have to run --getImages etc. instead to get everything from a single profile if you don't use a file.