1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-24 04:05:39 +01:00
Go to file
qnorsten 4b9cd2a954 Merge branch 'master' of https://github.com/spaam/svtplay-dl.git
# By Johan Andersson (7) and qnorsten (1)
# Via Johan Andersson
* 'master' of https://github.com/spaam/svtplay-dl.git:
  New release 1.1
  Update makefile version number
  makefile: fix a sed error
  diff_man: detect extented regex for sed
  Add new agruments to pod file
  main: move all-subtitles to the rest of subtitles agruments
  Add a silent-semi argument
  get_one_media: added missing checks if subtitles exists before trying to print url using -g
2016-05-05 17:08:45 +02:00
bin Use __version__ from the lib 2013-03-23 15:17:15 +01:00
lib Merge branch 'master' of https://github.com/spaam/svtplay-dl.git 2016-05-05 17:08:45 +02:00
scripts diff_man: detect extented regex for sed 2016-05-05 12:53:06 +02:00
spec add a spec file for pyinstaller 2016-03-28 19:17:56 +02:00
.gitignore gitignore: Updated 2016-04-29 11:49:13 +02:00
LICENSE Update MIT license 2015-07-29 09:39:38 +02:00
Makefile Update makefile version number 2016-05-05 14:01:56 +02:00
MANIFEST.in Include basic manifest.in 2015-10-08 23:09:27 +02:00
README.rst updated readme 2016-04-27 00:49:43 +02:00
setup.cfg Support for python wheel 2016-03-17 17:01:25 +01:00
setup.py setup: fix deps for older py2 versions 2016-02-07 21:08:42 +01:00
svtplay-dl.pod Add new agruments to pod file 2016-05-05 12:37:31 +02:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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.

Windows
~~~~~~~

You can download windows binaries from `svtplay-dl.se`_

Other systems with python
~~~~~~~~~~~~~~~~~~~~~~~~~


::

    pip install svtplay-dl

From source
~~~~~~~~~~~

If packaging isnt available for your operating system, or you want to
use a non-released version, youll 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 distributions package repositories. If
you dont have them, some features will not be working.

-  `RTMPDump`_ 2.4 or higher to download RTMP streams.
-  `PyCrypto`_ to download encrypted HLS streams
-  `Requests`_
- `ffmpeg`_ or `avconv`_ for postprocessing and/or for DASH streams

To install it, run

::

    # as root:
    python setup.py install

    # or the old method
    make

    # as root:
    make install

After install
~~~~~~~~~~~~~
::

    svtplay-dl [options] URL


If you encounter any bugs or problems, dont hesitate to open an issue
`on github`_. Or why not join the ``#svtplay-dl`` IRC channel on Freenode?

Supported services
------------------

This script works for:

-  aftonbladet.se
-  bambuser.com
-  comedycentral.se
-  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)`_.
Homepage: `svtplay-dl.se`_

.. _Homebrew: http://brew.sh/
.. _RTMPDump: http://rtmpdump.mplayerhq.hu/
.. _PyCrypto: https://www.dlitz.net/software/pycrypto/
.. _Requests: http://www.python-requests.org/
.. _ffmpeg: https://ffmpeg.org
.. _avconv: https://libav.org
.. _on github: https://github.com/spaam/svtplay-dl/issues
.. _svtplay-dl.se: https://svtplay-dl.se
.. _The MIT License (MIT): LICENSE