Johan Andersson
a2e430b699
tv4play: Sometimes the value of days is None.
2014-12-18 14:12:10 +01:00
Johan Andersson
2aa0fc3e84
tv4play: No need to display a warning message here.
2014-12-15 22:09:27 +01:00
Johan Andersson
fae2ac28ea
tv4play: support for users
2014-12-15 00:32:41 +01:00
Johan Andersson
67b3c8bb54
Rewrite http request handling.
2014-12-08 23:07:02 +01:00
Johan Andersson
167175e224
tv4play: better way to find “?”
2014-12-03 17:47:41 +01:00
Johan Andersson
3d2497e3ab
tv4play: http-rewrite
2014-11-26 16:01:20 +01:00
Johan Andersson
75972511fe
tv4play: remove one space.
2014-11-25 21:48:08 +01:00
Johan Andersson
cd9cc95dfa
Remove unused import sys.
2014-11-25 21:47:29 +01:00
Johan Andersson
0f93c5c1ce
Return instead of sys.exit
2014-11-25 21:46:33 +01:00
Johan Andersson
b505a03d3c
service: replace sys.exit with return
2014-11-25 19:03:24 +01:00
Johan Andersson
8f30de9a85
tv4play: better error message
2014-11-25 19:03:24 +01:00
Johan Andersson
8cb76b98f5
tv4play: convert it to http rewrite.
2014-11-25 19:03:23 +01:00
Johan Andersson
dcc1367250
subtitle: refactor so we can reuse the try-except-thing
2014-11-25 19:03:23 +01:00
Johan Andersson
0e65654a5a
HDS: show an error message when we see DRM files.
2014-10-12 23:31:12 +02:00
Johan Andersson
2ea3a26ffb
tv4play: dont urlencode already urlencoded shows names.
...
this fixes #128
2014-09-06 21:51:02 +02:00
Johan Andersson
46d5279bf8
tv4play: check html data before url.
2014-08-31 00:36:19 +02:00
Johan Andersson
2b12931366
tv4play: parse.query instead of [4]
2014-08-28 16:48:15 +02:00
Johan Andersson
a941b99cd1
tv4play: support for the new output mode
2014-08-27 22:58:37 +02:00
Johan Andersson
187182babe
tv4: better detection for HLS streams.
2014-08-18 22:22:03 +02:00
Olof Johansson
e56e5385e9
tv4play: avoid using builtin keyword id as varname
...
Reported by pylint.
2014-07-22 10:13:49 +02:00
Johan Andersson
9aeea1b9d0
tv4play: support for HLS
2014-07-13 22:48:34 +02:00
Johan Andersson
507cf21e3d
tv4play: hds live videos looks a bit different from vod hds.
2014-06-23 21:22:26 +02:00
Johan Andersson
3f4bdd58d8
service: copy options to fetcher
2014-06-07 20:48:54 +02:00
Johan Andersson
95aac29eb1
tv4play: we don’t support drm protected files
2014-06-03 16:25:31 +02:00
Johan Andersson
79dd600397
tv4play: hdsparse support
2014-06-02 21:27:50 +02:00
Johan Andersson
83b120ef9a
tv4play: right value for rtmp path
2014-06-02 21:27:50 +02:00
Johan Andersson
9591e99e19
tv4play: yield the subs
2014-06-02 21:27:49 +02:00
Johan Andersson
672cf338ff
tv4play: convert into new video fetcher
2014-06-02 21:27:48 +02:00
Johan Andersson
9303550de1
tv4play: support for all episodes.
2014-04-03 19:52:51 +02:00
Johan Andersson
5e1e6dbbc9
subtitle: a way to download only subtitle.
2014-03-21 21:01:00 +01:00
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
Anders Waldenborg
b1871b3834
Add --thumbnail
...
Names thumbnails as $basename.tbn (Hi xbmc!)
2014-01-25 22:57:50 +01:00
Anders Waldenborg
9804d80302
Split subtitle getting to separate method
2014-01-25 22:57:50 +01:00
Anders Waldenborg
f331a653b6
Move url to object attribute
2014-01-25 22:57:50 +01:00
Johan Andersson
ec8fe2a5b9
tv4play: print error message when there is no streams
2014-01-15 19:21:05 +01:00
Olof Johansson
9f9bcad0c7
Add default handle method in Service base class
...
The default handle method will look for a supported_domains attribute
(a list), containing the supported domains. The subclassed service
class can of course override this if other means of determining support
is needded.
2014-01-01 16:22:07 +01:00
Johan Andersson
33bb2c5c13
Replace sys.version_info with pyX
2013-12-30 01:35:08 +01:00
Johan Andersson
7ce8f4a8a2
tv4play: select mp4 for mediaformat
2013-11-17 13:32:33 +01:00
Johan Andersson
608497d335
tv4play: uncomment necessary info to rtmpdump
2013-05-29 23:21:13 +02:00
Johan Andersson
f7760ee640
Adding missing r prefixes to regex string
2013-05-05 12:57:42 +02:00
Olof Johansson
bd1ae14e53
Isolate py3/2.7 conditional imports to own modules
2013-04-21 13:45:43 +02:00
Olof Johansson
e9bd5b8004
Make all services inherit svtplay_dl.service.Service
2013-04-21 13:45:43 +02:00
Olof Johansson
eef049cc0c
hds: remove swf argument (it was unused)
2013-04-21 13:45:43 +02:00
Johan Andersson
df70896c84
import subtitle functions
2013-03-24 20:24:08 +01:00
Johan Andersson
cfd20232ab
Rename module from lib/svtplay to lib/svtplay_dl
...
less confusion with the service.
2013-03-17 19:55:19 +01:00