combines gallery-dl to difpy to download media links from url list, then delete duplicate images
gallery-dl is designed to be used from the command line - it is possible to import as a library but documentation on usage is poor. For the time being, the CLI method will be used for gallery-dl
1st time setup
python -m venv venvcreate virtualenv.\venv\Scripts\activate.ps1start venvpip freeze > requirements.txtfreeze dependenciespip install -r requirements.txtinstall dependenciesdeactivatedeactivate venv
- activate
- python main