jbsparrow / CyberDropDownloader

Bulk Gallery Downloader for Cyberdrop.me and Other Sites
GNU General Public License v3.0
212 stars 17 forks source link

Fix scan_folder error when set to None #274

Closed jbsparrow closed 2 weeks ago

jbsparrow commented 2 weeks ago

Fix the error caused by scan_folder being None instead of null.

Also added html.parser to BeautifulSoup instances that didn't have it.

jbsparrow commented 2 weeks ago

It works now 🥳

It sets scan_folder to null if it is set to None, and automatically verifies the config so there config manager is much cleaner :))