1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-24 04:05:39 +01:00
Go to file
Johan Andersson d4afbd778b tv4play: dont use directory twice in output filename
it happens when the output is an directory
2015-10-05 20:27:45 +02:00
bin Use __version__ from the lib 2013-03-23 15:17:15 +01:00
lib tv4play: dont use directory twice in output filename 2015-10-05 20:27:45 +02:00
scripts OSX dont have sha1sum. it is called shasum 2015-03-24 21:30:38 +01:00
.gitignore Add cover directory to .gitignore 2013-04-21 13:45:06 +02:00
LICENSE Update MIT license 2015-07-29 09:39:38 +02:00
Makefile makefile: this should fix the history between different versions 2015-09-20 15:21:57 +02:00
README.md Support for dplay.se 2015-10-04 14:40:00 +02:00
run-tests.sh Default to always run unit tests for both py2 and 3 2014-03-19 23:24:57 +01:00
setup.py setup: add some classifiers 2015-09-30 13:52:17 +02:00
svtplay-dl Prepare for release 0.20.2015.09.13 2015-09-13 23:37:10 +02:00
svtplay-dl.pod Support for dplay.se 2015-10-04 14:40:00 +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.

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.

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. 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
  • dplay.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).