mercuree / html-telegraph-poster

Python html to telegra.ph poster (telegram article service)
MIT License
100 stars 31 forks source link

Replacing http to https #9

Open JohnChu101 opened 4 years ago

JohnChu101 commented 4 years ago

The url returned is always http://telegra.ph/xxx. I think it will be safer to use https:// I guess changing the base_url from 'http://telegra.ph' into 'https://telegra.ph' in html_to_telegraph.py can fix the problem.