Edit request.py on iPad Pyto
I wrote a python script to get concentrated information from a website, that shows the daily tv-program in germany. The start point is https://www.hoerzu.de/text/tv-programm/sender.php. I used this script since 2020. Sometime the programmers of that site forbid the access of some clients including "Python-urllib/%s" % __version__
which is the default of the client_version
variable in urllib/request.py. On PC or android devices I can edit this file and get access. On iPad Pyto the python subsystem runs in a sandbox and I don’t know how to edit a library file.
My idea is to edit the file externally and put it in an .whl file an than install it into the iPad with pip, which works on it.