Exceen / 4chan-downloader

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

Rewrite/Convert to python3? #10

Closed KopfKrieg closed 6 years ago

KopfKrieg commented 6 years ago

The 2to3 tool should automate this as far as possible. I think the script should be converted to python3 because this is the new standard, support for python2 will be dropped in near future.

axeII commented 6 years ago

I think that will take some time before python2 will be dropped, BUT it would be awesome to support python3 as well.

Exceen commented 6 years ago

Script is updated to be compatible with python3 if you want to check it out: Python2 to Python3 conversion