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:
parent
7e245444b7
commit
ea59d768d7
@ -87,12 +87,12 @@ svtplay-dl requires the following additional tools and libraries. They
|
|||||||
are usually available from your distribution’s package repositories. If
|
are usually available from your distribution’s package repositories. If
|
||||||
you don’t have them, some features will not be working.
|
you don’t 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:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user