Exceen / 4chan-downloader

Python3 script to continuously download all images/webms of multiple 4chan thread simultaneously - without installation
MIT License
277 stars 36 forks source link

Unknown Missing Module Causing -t (--title) To Not Work #41

Closed SaifSabban closed 1 year ago

SaifSabban commented 1 year ago

with running a command:

python inb4404.py -t [Thread URL]

Terminal returns with:

Could not import the required modules! Disabling --title option...

Program continues & runs fine, but files are downloaded with non original names.

HelpSeeker commented 1 year ago

The --title option requires the bs4 and django modules. You can install them by running

pip install bs4 django