Johan Andersson
617edb4d21
urplay: better path for rtmp streams
2015-05-06 10:42:03 +02:00
Johan Andersson
620cbf9b43
urplay: Check how many items we have in subtitles
...
This fixes #235
2015-05-06 10:33:24 +02:00
Johan Andersson
d58ce64ec8
urplay: they updated their site a bit.
...
this fixes #213
2015-03-21 17:36:15 +01:00
Anders Waldenborg
371e06f6cf
ur.se: Add scraping for all episodes if rss doesn't exist
...
Example: http://www.ur.se/Produkter/178229-Vilda-djur-Trana
2015-03-07 10:46:01 +01:00
Johan Andersson
f5eb3c8749
Support for exclude filenames with WORD in them.
...
this fixes #190
2014-12-22 17:41:40 +01:00
Johan Andersson
dde85fb7fb
urplay: support for downloading lastest X episodes
2014-12-21 13:45:44 +01:00
Johan Andersson
67b3c8bb54
Rewrite http request handling.
2014-12-08 23:07:02 +01:00
Johan Andersson
f16cd55f3e
urplay: http-rewrite
2014-11-26 16:01:30 +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
dcc1367250
subtitle: refactor so we can reuse the try-except-thing
2014-11-25 19:03:23 +01:00
Johan Andersson
0544b57b77
Break long lines into two lines.
2014-08-28 07:56:47 +02:00
Johan Andersson
89a8fc766b
Wrong indentation.
2014-07-28 15:57:25 +02:00
Johan Andersson
3f4bdd58d8
service: copy options to fetcher
2014-06-07 20:48:54 +02:00
Johan Andersson
188e47517c
services: parse hls playlist first.
2014-06-02 21:27:50 +02:00
Johan Andersson
6a02d39ae3
urplay: yield the subs
2014-06-02 21:27:49 +02:00
Johan Andersson
f85afbf095
urplay: convert into new video fetcher
2014-06-02 21:27:49 +02:00
Johan Andersson
d2185d35a9
urplay: find all episodes support.
2014-04-03 21:09:42 +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
Olof Johansson
38b3c7820b
hls: automatically detect baseurl
2014-02-08 17:40:25 +01:00
Johan Andersson
a7c9043301
urplay: better handling for HD streams
2014-02-02 18:22:35 +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
dcdfbd1e4e
urplay: support for HD streams
2014-01-09 00:32:14 +01:00
Johan Andersson
e63e23bd70
urplay: missing imports
2014-01-08 23:36:57 +01:00
Johan Andersson
2972555cbc
urplay: forgot to remove old line..
2014-01-03 16:53:48 +01:00
Johan Andersson
21916bbf78
Merge pull request #58 from olof/topic/default_handles_method
...
Refactor our handles() method to baseclass
2014-01-03 07:10:32 -08:00
Johan Andersson
a80a41974a
urplay: it is not necessary to replace characters anymore
2014-01-03 12:15:21 +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
Olof Johansson
dfeadd152c
urplay: fix pylint warning (anomalous-backslash-in-string)
2014-01-01 16:21:35 +01:00
Johan Andersson
f7760ee640
Adding missing r prefixes to regex string
2013-05-05 12:57:42 +02:00
Olof Johansson
e9bd5b8004
Make all services inherit svtplay_dl.service.Service
2013-04-21 13:45:43 +02:00
Olof Johansson
8d605f2819
Remove unused variable warnings
2013-04-21 13:45:43 +02:00
Olof Johansson
a4202238c9
Remove unused imports
2013-04-21 13:45:43 +02:00
Johan Andersson
6e49f503a8
urplay: import subtitle_tt
2013-03-24 20:28:14 +01:00
Johan Andersson
fc6a91c03a
svtplay: right subtitle variable
2013-03-24 20:27:35 +01:00
Johan Andersson
b6a91a9d31
cosmetics add a space
2013-03-24 20:26:24 +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