[utils] Clarify Python versions affected by buggy struct module
[youtube-dl] / README.md
index a774e73e75ecbf1bc2c8c5c5b45798a66b866eef..fcc12d2b3fc9c5219384d7a6bdcbe9b22238f628 100644 (file)
--- a/README.md
+++ b/README.md
@@ -181,7 +181,7 @@ which means you can modify it, redistribute it or use it however you like.
                                      to play it)
     --external-downloader COMMAND    Use the specified external downloader.
                                      Currently supports
-                                     aria2c,axel,curl,httpie,wget
+                                     aria2c,avconv,axel,curl,ffmpeg,httpie,wget
     --external-downloader-args ARGS  Give these arguments to the external
                                      downloader
 
@@ -831,7 +831,7 @@ To run the test, simply invoke your favorite test runner, or execute a test file
 If you want to create a build of youtube-dl yourself, you'll need
 
 * python
-* make
+* make (both GNU make and BSD make are supported)
 * pandoc
 * zip
 * nosetests