FAQ: C++ redistributable installation/update

Closes #224
Thanks @scarejar
master
nodiscc 2017-09-11 16:01:23 +02:00 committed by GitHub
parent f990f7be75
commit 6719e2556d
1 changed files with 3 additions and 0 deletions

View File

@ -51,3 +51,6 @@ That's also a known issue with the HLS downloader on Windows. You should use the
* **Is it possible to use a youtube-dl version other than the official one?**:
You can use your own version of youtube-dl by editing the "youtubedl_path" option in your settings.json file and make it point to your own binary (e.g. /usr/local/bin). Note that if youtube-dl-gui does not have write permissions to this new directory the "update" option in the GUI will fail. Also, note that changing the "youtubedl_path" won't change the update source which is hardcoded for now to "https://yt-dl.org/latest/".
* **The program crashes frequently (Windows):**
Follow [youtube-dl instructions](https://github.com/rg3/youtube-dl#the-exe-throws-an-error-due-to-missing-msvcr100dll) on updating your Visual C++ Redistributable.