mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-24 12:15:40 +01:00
4219f57e20
Also updated the year and added it to the README
97 lines
1.8 KiB
Markdown
97 lines
1.8 KiB
Markdown
svtplay-dl
|
|
==========
|
|
Installation
|
|
------------
|
|
### Mac OSX
|
|
|
|
If you have OS X and [Homebrew](http://brew.sh/) you can install with:
|
|
|
|
brew install svtplay-dl
|
|
|
|
### Debian and Ubuntu
|
|
|
|
svtplay-dl is available in Debian in Jessie and later and Ubuntu
|
|
in 14.04 and later, which means you can install it using apt:
|
|
|
|
apt-get install svtplay-dl
|
|
|
|
... as root.
|
|
|
|
### From source
|
|
|
|
If packaging isn't available for your operating system, or you
|
|
want to use a non-released version, you'll want to install from
|
|
source. Use git to download the sources:
|
|
|
|
git clone git://github.com/spaam/svtplay-dl
|
|
|
|
svtplay-dl requires the following additional tools and libraries.
|
|
They are usually available from your distribution's package
|
|
repositories. If you don't have them, some features will not be
|
|
working.
|
|
|
|
* [RTMPDump](http://rtmpdump.mplayerhq.hu/) 2.4 or higher to
|
|
download RTMP streams.
|
|
* [PyCrypto](https://www.dlitz.net/software/pycrypto/) to
|
|
download encrypted HLS streams
|
|
|
|
To install it, run
|
|
|
|
make
|
|
|
|
# as root:
|
|
make install
|
|
|
|
Support
|
|
-------
|
|
If you encounter any bugs or problems, don't hesitate to open an
|
|
issue [on github](https://github.com/spaam/svtplay-dl/issues). Or
|
|
why not join the `#svtplay-dl` IRC channel on Freenode?
|
|
|
|
Supported services
|
|
------------------
|
|
This script works for:
|
|
|
|
* aftonbladet.se
|
|
* bambuser.com
|
|
* dbtv.no
|
|
* di.se
|
|
* dn.se
|
|
* dr.dk
|
|
* efn.se
|
|
* expressen.se
|
|
* hbo.com
|
|
* kanal5play.se
|
|
* kanal9play.se
|
|
* nickelodeon.nl
|
|
* nickelodeon.no
|
|
* nickelodeon.se
|
|
* nrk.no
|
|
* oppetarkiv.se
|
|
* ruv.is
|
|
* svd.se
|
|
* sverigesradio.se
|
|
* svtplay.se
|
|
* tv10play.se
|
|
* tv3play.dk
|
|
* tv3play.ee
|
|
* tv3play.lt
|
|
* tv3play.lv
|
|
* tv3play.no
|
|
* tv3play.se
|
|
* tv4.se
|
|
* tv4play.se
|
|
* tv6play.se
|
|
* tv8play.se
|
|
* twitch.tv
|
|
* ur.se
|
|
* urplay.se
|
|
* vg.no
|
|
* viagame.com
|
|
* viasat4play.no
|
|
|
|
## License
|
|
|
|
This project is licensed under [The MIT License (MIT)](LICENSE).
|
|
|