From bf8fcbc6e0582f8ed818f0dd22e51e8a16e7929b Mon Sep 17 00:00:00 2001 From: MrS0m30n3 Date: Wed, 27 Sep 2017 17:51:58 +0300 Subject: [PATCH] Update faqs.md Related to issue https://github.com/MrS0m30n3/youtube-dl-gui/issues/142 --- docs/faqs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faqs.md b/docs/faqs.md index 2fec753..90dcdc7 100644 --- a/docs/faqs.md +++ b/docs/faqs.md @@ -52,5 +52,5 @@ 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):** +* **The program crashes frequently or pretends to succeed downloading the files (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.