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:

https://github.com/twoure/kissnetwork.bundle


Comments

Popular posts from this blog

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -