summaryrefslogtreecommitdiff
path: root/default.py
AgeCommit message (Collapse)Author
2017-11-24cache top program pagesTzafrir Cohen
It seems that caching the downloaded pages is not useful enough. It only cuts the time of the programs page from 42 seconds to 25 seconds. So let's just cache the reuslting entries.
2017-11-23Add support for net-showsTzafrir Cohen
It turns out those are basically the same as youtube-played shows
2017-11-23Use the USER_AGENT constantTzafrir Cohen
2017-11-23basic caching of downloaded pagesTzafrir Cohen
Use the simplecache addon to cache downloaded pages.
2017-11-13Rename addon.py -> default.pyTzafrir Cohen