Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
estatistics opened this issue Sep 4, 2023 · 1 comment
Open

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

estatistics opened this issue Sep 4, 2023 · 1 comment

Comments

@estatistics
Copy link

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants