1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-23 19:55:38 +01:00

readme: fix urls for requests and adding url for ffmpeg for windows

fixes: #1110
This commit is contained in:
Sopor 2019-07-09 18:40:39 +02:00 committed by Johan Andersson
parent 7e245444b7
commit ea59d768d7

View File

@ -87,12 +87,12 @@ svtplay-dl requires the following additional tools and libraries. They
are usually available from your distributions package repositories. If are usually available from your distributions package repositories. If
you dont have them, some features will not be working. you dont have them, some features will not be working.
- [Python](https://www.python.org/) 3.4 or higher - [Python](https://www.python.org) 3.4 or higher
- [cryptography](https://cryptography.io/en/latest/) to download encrypted HLS streams - [cryptography](https://cryptography.io/en/latest) to download encrypted HLS streams
- [PyYaml](https://github.com/yaml/pyyaml) for configure file - [PyYaml](https://github.com/yaml/pyyaml) for configure file
- [Requests](http://www.python-requests.org/) - [Requests](https://2.python-requests.org)
- [PySocks](https://github.com/Anorov/PySocks) to enable proxy support - [PySocks](https://github.com/Anorov/PySocks) to enable proxy support
- [ffmpeg](https://ffmpeg.org) or [avconv](https://libav.org/) for postprocessing and/or for DASH streams - [ffmpeg](https://ffmpeg.org) or [avconv](https://libav.org) for postprocessing and/or for DASH streams ([ffmpeg](https://ffmpeg.zeranoe.com) for Windows)
##### To install it, run: ##### To install it, run: