maaaaz / webscreenshot

A simple script to screenshot a list of websites
GNU Lesser General Public License v3.0
656 stars 162 forks source link

support for both python2 and python3 #16

Closed dcyang closed 5 years ago

dcyang commented 5 years ago

Hi, I thought I'd put in a few modifications so your code is supported by both Python 2 and 3. Also, the webscreenshot.py seemed to be in UTF-16 instead of UTF-8. So I removed the BOM at the beginning. Let me know what you think.

maaaaz commented 5 years ago

Thanks, I'm not merging because I was also doing some improvements on the script but I appreciate the effort, it is now Python 3 compatible. Cheers.