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

22 Commits

Author SHA1 Message Date
Johan Andersson
b41f136d29 Adding estimated time to hls and hds. 2013-01-12 14:22:47 +01:00
Johan Andersson
20726dcb54 nrk.no: support for HDS streams. 2013-01-12 14:03:45 +01:00
Johan Andersson
6ff4cb9288 Merge remote-tracking branch 'unayok/master' 2013-01-12 13:55:43 +01:00
Johan Andersson
10a64eb935 tv4play: live was always set 2013-01-11 15:29:05 +01:00
Shawn Sulma
09cb462936 read direct from response streams for m3u8 downloads, add some time remaining estimation 2013-01-10 16:33:32 -05:00
Shawn Sulma
6dd84bfa62 add possibly-naive nrk.no, dr.dk and ruv.is handling (for non-live streams) 2013-01-10 11:57:52 -05:00
Johan Andersson
2651bea602 update the version number. 2012-12-31 09:46:19 +01:00
Johan Andersson
097b407f65 twitch.tv: swf was overwritten. 2012-12-30 12:23:17 +01:00
Johan Andersson
c74d6d15e9 format string fixes. 2012-12-29 21:55:30 +01:00
Johan Andersson
ca083ebe8e Cosmetics 2012-12-29 21:47:34 +01:00
Johan Andersson
975af9b8a3 We only need Crypto for encypted streams 2012-12-29 21:30:12 +01:00
Johan Andersson
09a1552641 forgot to change the arguemnts for download_ 2012-12-29 21:28:15 +01:00
Johan Andersson
0066059396 remove some unused variables 2012-12-29 21:15:53 +01:00
Johan Andersson
681ab6952c Use options instead of init function. 2012-12-29 21:01:57 +01:00
Johan Andersson
66559671b5 Cosmetics 2012-12-28 14:59:34 +01:00
Johan Andersson
68e6e455ad svt.se: merge this into svtplay 2012-12-24 15:58:35 +01:00
Johan Andersson
8c144104cf output: fix so we can see the name again. 2012-12-23 19:35:36 +01:00
Johan Andersson
4ada4c3efb tv4play: add support for live streams 2012-12-23 18:23:49 +01:00
Johan Andersson
0eac2ddb3b tv4play: adding support for HDS 2012-12-23 18:12:23 +01:00
Johan Andersson
eb0b488b10 svtplay: dont crash when it cant find any streams
In some cases we cant download any videos. when they are only
provided for flash users and not iOS users.
2012-12-23 18:04:10 +01:00
Johan Andersson
6e23d6db54 rename logger to log 2012-12-23 18:01:16 +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