Exceen / 4chan-downloader

Python3 script to continuously download all images/webms of multiple 4chan thread simultaneously - without installation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

SaifSabban opened this issue · comments

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.

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

pip install bs4 django