2015-10-08 22:52:39 +02:00
|
|
|
|
svtplay-dl
|
|
|
|
|
==========
|
|
|
|
|
|
|
|
|
|
Installation
|
|
|
|
|
------------
|
|
|
|
|
|
|
|
|
|
Mac OSX
|
|
|
|
|
~~~~~~~
|
|
|
|
|
|
|
|
|
|
If you have OS X and `Homebrew`_ 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.
|
|
|
|
|
|
2016-04-27 00:49:43 +02:00
|
|
|
|
Windows
|
|
|
|
|
~~~~~~~
|
|
|
|
|
|
|
|
|
|
You can download windows binaries from `svtplay-dl.se`_
|
|
|
|
|
|
2015-10-25 17:38:23 +01:00
|
|
|
|
Other systems with python
|
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
::
|
|
|
|
|
|
|
|
|
|
pip install svtplay-dl
|
|
|
|
|
|
2015-10-08 22:52:39 +02:00
|
|
|
|
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`_ 2.4 or higher to download RTMP streams.
|
|
|
|
|
- `PyCrypto`_ to download encrypted HLS streams
|
2015-10-25 17:38:43 +01:00
|
|
|
|
- `Requests`_
|
2016-03-29 01:05:53 +02:00
|
|
|
|
- `ffmpeg`_ or `avconv`_ for postprocessing and/or for DASH streams
|
2015-10-08 22:52:39 +02:00
|
|
|
|
|
|
|
|
|
To install it, run
|
|
|
|
|
|
|
|
|
|
::
|
|
|
|
|
|
2016-03-23 00:39:16 +01:00
|
|
|
|
# as root:
|
|
|
|
|
python setup.py install
|
|
|
|
|
|
|
|
|
|
# or the old method
|
2015-10-08 22:52:39 +02:00
|
|
|
|
make
|
|
|
|
|
|
|
|
|
|
# as root:
|
|
|
|
|
make install
|
|
|
|
|
|
2016-03-23 00:08:05 +01:00
|
|
|
|
After install
|
|
|
|
|
~~~~~~~~~~~~~
|
|
|
|
|
::
|
|
|
|
|
|
|
|
|
|
svtplay-dl [options] URL
|
|
|
|
|
|
2015-10-08 22:52:39 +02:00
|
|
|
|
|
|
|
|
|
If you encounter any bugs or problems, don’t hesitate to open an issue
|
2016-04-27 00:49:43 +02:00
|
|
|
|
`on github`_. Or why not join the ``#svtplay-dl`` IRC channel on Freenode?
|
2015-10-08 22:52:39 +02:00
|
|
|
|
|
|
|
|
|
Supported services
|
|
|
|
|
------------------
|
|
|
|
|
|
|
|
|
|
This script works for:
|
|
|
|
|
|
|
|
|
|
- aftonbladet.se
|
|
|
|
|
- bambuser.com
|
2015-11-29 16:32:53 +01:00
|
|
|
|
- comedycentral.se
|
2015-10-08 22:52:39 +02:00
|
|
|
|
- dbtv.no
|
|
|
|
|
- di.se
|
|
|
|
|
- dn.se
|
|
|
|
|
- dplay.se
|
|
|
|
|
- dr.dk
|
|
|
|
|
- efn.se
|
|
|
|
|
- expressen.se
|
|
|
|
|
- hbo.com
|
|
|
|
|
- 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)`_.
|
2016-04-27 00:49:43 +02:00
|
|
|
|
Homepage: `svtplay-dl.se`_
|
2015-10-08 22:52:39 +02:00
|
|
|
|
|
|
|
|
|
.. _Homebrew: http://brew.sh/
|
|
|
|
|
.. _RTMPDump: http://rtmpdump.mplayerhq.hu/
|
|
|
|
|
.. _PyCrypto: https://www.dlitz.net/software/pycrypto/
|
2015-10-25 17:38:43 +01:00
|
|
|
|
.. _Requests: http://www.python-requests.org/
|
2016-03-23 00:08:05 +01:00
|
|
|
|
.. _ffmpeg: https://ffmpeg.org
|
|
|
|
|
.. _avconv: https://libav.org
|
2015-10-08 22:52:39 +02:00
|
|
|
|
.. _on github: https://github.com/spaam/svtplay-dl/issues
|
2016-04-27 00:49:43 +02:00
|
|
|
|
.. _svtplay-dl.se: https://svtplay-dl.se
|
2015-10-08 22:52:39 +02:00
|
|
|
|
.. _The MIT License (MIT): LICENSE
|
|
|
|
|
|