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:
parent
6dbf9da2f8
commit
b7b50b101f
@ -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:
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user