1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-24 12:15:40 +01:00
svtplay-dl/lib/svtplay_dl/service
Anders Waldenborg baa8d76551 Add get_urldata() method to service
self.get_urldata() is eqivalent to get_http_data(self.url), but
also caches the data, so no additional requests are made if it
is called multiple times (e.g when grabbing title or downloading
thumbnail).

Generic().get(url) still causes it to be fetched an extra time.
2014-02-18 19:00:20 +01:00
..
tests Make Service.handles a classmethod 2014-01-25 22:57:49 +01:00
__init__.py Add get_urldata() method to service 2014-02-18 19:00:20 +01:00
aftonbladet.py Add get_urldata() method to service 2014-02-18 19:00:20 +01:00
bambuser.py bambuser: new service 2014-02-05 20:43:28 +01:00
dr.py Add get_urldata() method to service 2014-02-18 19:00:20 +01:00
expressen.py Add get_urldata() method to service 2014-02-18 19:00:20 +01:00
hbo.py Move url to object attribute 2014-01-25 22:57:50 +01:00
justin.py justin: Add HLS support 2014-02-08 17:40:25 +01:00
kanal5.py hls: automatically detect baseurl 2014-02-08 17:40:25 +01:00
mtvservices.py Add get_urldata() method to service 2014-02-18 19:00:20 +01:00
nrk.py Add get_urldata() method to service 2014-02-18 19:00:20 +01:00
qbrick.py Add get_urldata() method to service 2014-02-18 19:00:20 +01:00
radioplay.py Add get_urldata() method to service 2014-02-18 19:00:20 +01:00
ruv.py Add get_urldata() method to service 2014-02-18 19:00:20 +01:00
sr.py Add get_urldata() method to service 2014-02-18 19:00:20 +01:00
svtplay.py Add get_urldata() method to service 2014-02-18 19:00:20 +01:00
tv4play.py Add get_urldata() method to service 2014-02-18 19:00:20 +01:00
urplay.py Add get_urldata() method to service 2014-02-18 19:00:20 +01:00
viaplay.py viaplay: some streams need live flag set 2014-02-05 22:03:16 +01:00
vimeo.py Add get_urldata() method to service 2014-02-18 19:00:20 +01:00