1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-24 04:05:39 +01:00
Commit Graph

152 Commits

Author SHA1 Message Date
Johan Andersson
ef4c79256d New version 0.9.2014.08.28
Way to long since last release..
2014-08-28 19:47:39 +02:00
Johan Andersson
fb82005658 New version 0.9.2014.04.27 2014-04-27 09:06:47 +02:00
Johan Andersson
5449e26766 New version 0.9.2014.04.01 2014-04-01 19:21:50 +02:00
Johan Andersson
35827e7e6e New version 0.9.2014.02.15 2014-02-15 11:33:25 +01:00
Johan Andersson
560145a4ff New version 0.9.2014.01.18
python3 support for HDS, more viaplay sites and hd support for urplay
2014-01-18 18:56:17 +01:00
Johan Andersson
89ab7259b7 New version with for urplay 2014-01-03 16:55:56 +01:00
Johan Andersson
c7dfdcf6f5 New version with fixes for viaplay, urplay and dr. 2014-01-03 16:40:19 +01:00
Olof Johansson
768558a0a6 justin: exit with failure if regexp does not match
This change will avoid an ugly stacktrace, but the issue is still present. The
"real" error message won't be drowned out though.
2014-01-01 16:06:54 +01:00
Johan Andersson
14b93c0cef New version
tv4play fixes
outputfilename fix when title tag is on more then one line.
2013-12-11 17:25:53 +01:00
Johan Andersson
8071ca12a3 New version: svtplay and vimeo fixes 2013-11-15 00:27:49 +01:00
Johan Andersson
50aab78454 New version with svtplay and subtitle_tt fix 2013-10-28 20:22:18 +01:00
Johan Andersson
e3977bf524 New version 2013-10-14 20:24:18 +02:00
Johan Andersson
d549f7c374 New version 2013-10-08 22:17:13 +02:00
Johan Andersson
f918821145 New version with tv10 support 2013-09-03 14:55:46 +02:00
Johan Andersson
3a2a6e8fcc new version 2013-08-31 11:01:37 +02:00
Johan Andersson
feb480a8f1 New version 2013-08-10 21:21:28 +02:00
Olof Johansson
3cfbd6b679 Print help text when called without arguments 2013-07-25 21:05:29 +02:00
Johan Andersson
1b722f188b New version 0.9.2013.05.06 2013-05-06 12:18:38 +02:00
Johan Andersson
aad1993d4e 0.9.2013.04.22 2013-04-22 09:45:10 +02:00
Olof Johansson
4268696062 Pylint: ignore convention warnings (for now) 2013-04-21 11:32:13 +02:00
Johan Andersson
5ef5e850e4 2013-04-17 2013-04-17 09:42:28 +02:00
Johan Andersson
5353ee8160 update svtplay-dl 2013-04-02 15:33:15 +02:00
Johan Andersson
b9cdaf4870 update svtplay-dl script 2013-04-02 15:30:26 +02:00
Johan Andersson
ca1e45404c New version of svtplay-dl 2013-03-23 16:30:44 +01:00
Johan Andersson
329952410d Use __version__ from the lib 2013-03-23 15:17:15 +01:00
Johan Andersson
eeac0feb14 Move get_media into lib. 2013-03-23 15:02:41 +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
Johan Andersson
4cd75714b7 support for users 2013-03-14 22:23:39 +01:00
Olof Johansson
6db9c07ec0 Sync version number with master branch
All changes on master after this branch was forked should now
have been applied.
2013-03-12 13:19:12 +01:00
Johan Andersson
7fb1f9b514 Adding few subtitle formats.
json, sami, smi and wsrt
2013-03-12 13:19:11 +01:00
Olof Johansson
7f6d4d001e Remove unused import 2013-03-02 22:03:48 +01:00
Olof Johansson
663287b541 Add editor modelines 2013-03-02 21:26:42 +01:00
Olof Johansson
53ecb46338 Use absolute_import from __future__ everywhere 2013-03-01 23:39:42 +01:00
Olof Johansson
2affb9aa55 Move handler selection to svtplay.service 2013-02-28 21:44:28 +01:00
Olof Johansson
b3d97c1d75 Fix whitespace damage in docstring
(I don't like trailing whitespace!! :-) And my editor lights up
red when it sees it as well...)
2013-02-28 21:08:41 +01:00
Olof Johansson
ac3a2e6351 Rename svtplay_dl back to svtplay-dl 2013-02-28 21:07:33 +01:00
Markus Helgesson
0f71269e65 Restructure so the script to be included and used from other Python scripts.
* Renamed 'svtplay-dl' to 'svtplay_dl.py' which conforms with the Python
  guidelines and can be imported from other scripts (names with '-' cannot).
* Created the wrapper 'svtplay-dl' for backward compatability.
* Broke out the major parts of main() into get_media()
* New Options class corresponding to the command line parameters.
* Modified how the log used and progress information written so they can be
  easily configured by the caller.
2012-12-23 16:52:07 +01:00
Johan Andersson
708c0b8de3 Merge branch 'master' of github.com:spaam/svtplay-dl 2012-12-23 15:27:56 +01:00
Olof Johansson
a755339fb2 Print a progressbar when downloading with HDS/HLS 2012-12-21 23:28:37 +01:00
Johan Andersson
a3cd7d4966 svtplay: fix a crash when bitrate is not zero 2012-11-23 16:46:54 +01:00
Johan Andersson
51a490274b tv4play: change the .swf file to the right one. 2012-11-10 23:56:06 +01:00
Johan Andersson
ef04b22403 Write an error message for a site that is not suppported. 2012-11-08 21:27:05 +01:00
Johan Andersson
bc41cf1efb Better variable name insted of kalle. 2012-11-08 21:16:50 +01:00
Johan Andersson
2b3d7119bd HTTP Live Streaming support.
If the user install pycrypto it will work with encrypted streams
from svtplay for example.
2012-11-08 20:47:39 +01:00
Johan Andersson
882b5dd810 left over code 2012-10-28 10:40:25 +01:00
Johan Andersson
edd38ec5ef HDS: some fixes for python2.6 2012-10-28 10:31:48 +01:00
Johan Andersson
2e25848cbc HDS: adding file extenion.
Adding a file extension when the output file does not have one.
2012-10-26 21:39:25 +02:00
Johan Andersson
8e35da0add HDS: adding some kind of progressbar. 2012-10-26 21:17:38 +02:00
Johan Andersson
88b84c1ae2 tv4play: changed the get variable from videoid to video_id 2012-10-26 21:08:12 +02:00
Johan Andersson
acbd10e8dc HTTP dynamic streaming support.
HDS support for svtplay
2012-10-26 21:08:11 +02:00