[release] script.module.requests-cache - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151) +---- Thread: [release] script.module.requests-cache (/showthread.php?tid=316817) |
[release] script.module.requests-cache - gedisony - 2017-06-18 https://github.com/reclosedev/requests-cache packaged for kodi if you use the requests package to communicate with web sites, requests-cache offers a transparent way to cache the replies from those sites without much change in your code. Just import the requests-cache package, set-up the cache file and all requests response will be cached. usage: Code: import requests_cache |