Accessing kissmanga.com HTML with Python -
i trying access html of pages http://kissmanga.com/manga/shokugeki-no-soma can make function lets me know when new chapters of manga added. however, attempts access code have not been successful, because of website's requirements/securities. ways can past access website's html?
import requests resp = requests.get('http://kissmanga.com/manga/hajime-no-ippo') print (resp.text)
you're far away being able requests can ideas kiss anime plex plugin, have working python module requests through python:
Comments
Post a Comment