1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-27 21:54:17 +01:00

Update the comment about pyamf

This commit is contained in:
Johan Andersson 2013-01-28 22:07:39 +01:00
parent 6dbf9da2f8
commit b7b50b101f
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ You need:
* [RTMPDump](http://rtmpdump.mplayerhq.hu/) 2.4 or higher
* [PyCrypto](https://www.dlitz.net/software/pycrypto/) to download encrypted HLS streams
* [PyAMF](http://www.pyamf.org/) for kanal5play.se
* [PyAMF](http://www.pyamf.org/) for kanal5.se / kanal9play.se
This script works for:

View File

@ -769,7 +769,7 @@ class Kanal9():
try:
from pyamf import remoting
except ImportError:
log.error("You need to install pyamf to download content from kanal5 and kanal9")
log.error("You need to install pyamf to download content from kanal5.se and kanal9play")
log.error("In debian the package is called python-pyamf")
sys.exit(2)