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

1576 Commits

Author SHA1 Message Date
Johan Andersson
d5646c5715 tv4play: some fixes for tv4.se
In some cases we dont have vid in the url
2013-03-03 10:45:29 +01:00
Johan Andersson
e85fd9163d Update the comment about pyamf 2013-03-02 22:12:10 +01:00
Olof Johansson
ecb630c51f svtplay.output: Fix unused variable pylint warning 2013-03-02 22:02:52 +01:00
Olof Johansson
a6ec593c0a tests: Silence pylint naming conventions warning
The naming conventions of the unittest module does not adhere to
Python coding standards as specified in PEP8. This isn't our fault
however...
2013-03-02 22:01:25 +01:00
Olof Johansson
d9ad8a1eda Remove __init__.py in module hierarchy topdir 2013-03-02 21:48:12 +01:00
Olof Johansson
81d208dd61 Fix whitespace damage (causing indentation errors) 2013-03-02 21:28:58 +01:00
Olof Johansson
663287b541 Add editor modelines 2013-03-02 21:26:42 +01:00
Olof Johansson
1ef76e2f9d Add unit tests for svtplay.output.progressbar 2013-03-02 00:00:32 +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
dacd3e715a ruv: Temporary import modules as lib.*
Need to solve this... later.
2013-02-28 21:43:34 +01:00
Olof Johansson
7a4f76ca95 Fix whitespace damage 2013-02-28 21:27:00 +01:00
Olof Johansson
1fe642593e log: Import correct module (logging, not logger) 2013-02-28 21:26:07 +01:00
Olof Johansson
c08155a074 Add minimal set of imports for services to work 2013-02-12 19:43:37 +01:00
Olof Johansson
b2635fd52a HBO: Add options argument to get() 2013-02-12 19:43:00 +01:00
Olof Johansson
f786c01c78 svtplay.output: don't import log (not used) 2013-02-12 19:42:17 +01:00
Olof Johansson
caf8ab5d11 Break out HLS fetcher to module 2013-02-12 19:39:52 +01:00
Olof Johansson
60af70bb9d Breakout rtmp fetcher to own module 2013-02-12 19:23:56 +01:00
Olof Johansson
aad4907a4f hds: import progress_stream from svtplay.output 2013-02-12 19:22:22 +01:00
Olof Johansson
6266a757f3 Breakout http fetcher to own module 2013-02-12 19:19:46 +01:00
Olof Johansson
5fed1b2a4a Break out progress() to svtplay.output module
Now it is very clear that progressbar() duplicates an existing function. But
obsoleting one or the other is work for the future.
2013-02-12 19:19:35 +01:00
Olof Johansson
7433c0465e svtplay: Fix import of HLS fetcher 2013-02-12 19:03:53 +01:00
Johan Andersson
e41925987a aftonbladet: handle live streams automagic 2013-02-12 18:52:01 +01:00
Johan Andersson
81c776b94b aftonbladet: get only take 3 arguments. 2013-02-12 18:50:39 +01:00
Mikael Wikström
762cac8084 svtplay: don't crach when using --hls 2013-02-12 18:49:32 +01:00
Olof Johansson
115e795835 Initial work on splitting script to modules
Does not work reliably (downloading SVTPlay videos with HDS may work
if you're lucky).
2013-01-17 00:21:47 +01:00