]> jfr.im git - yt-dlp.git/commitdiff
[docs] Remove incorrect dependency on VC++10
authorpukkandan <redacted>
Sat, 9 Oct 2021 21:53:47 +0000 (03:23 +0530)
committerpukkandan <redacted>
Sat, 9 Oct 2021 23:17:48 +0000 (04:47 +0530)
Closes #1163

README.md

index 56755f00bbc8b8b00882bdca5a46f0570c22318d..8acb574846cf9f8582aad9e076eb6ad47dd9232a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -193,8 +193,10 @@ ### UPDATE
 ### DEPENDENCIES
 Python versions 3.6+ (CPython and PyPy) are supported. Other versions and implementations may or may not work correctly.
 
-<!-- https://www.microsoft.com/en-us/download/details.aspx?id=26999 -->
+<!-- Python 3.5+ uses VC++14 and it is already embedded in the binary created
+<!x-- https://www.microsoft.com/en-us/download/details.aspx?id=26999 --x>
 On windows, [Microsoft Visual C++ 2010 SP1 Redistributable Package (x86)](https://download.microsoft.com/download/1/6/5/165255E7-1014-4D0A-B094-B6A430A6BFFC/vcredist_x86.exe) is also necessary to run yt-dlp. You probably already have this, but if the executable throws an error due to missing `MSVCR100.dll` you need to install it manually.
+-->
 
 While all the other dependancies are optional, `ffmpeg` and `ffprobe` are highly recommended
 * [**ffmpeg** and **ffprobe**](https://www.ffmpeg.org) - Required for [merging seperate video and audio files](#format-selection) as well as for various [post-processing](#post-processing-options) tasks. Licence [depends on the build](https://www.ffmpeg.org/legal.html)