From 11bf01d9e32232c39ba4eab551c368fb3537e3f5 Mon Sep 17 00:00:00 2001 From: MrS0m30n3 Date: Wed, 19 Apr 2017 18:25:48 +0300 Subject: [PATCH] Fix dead links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 24c1682..c54ed4f 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ A cross platform front-end GUI of the popular [youtube-dl](https://rg3.github.io 2. Run the `setup.exe` file ## Contributing -* **Add support for new language:** See [localization howto](docs/localiation_howto.md) +* **Add support for new language:** See [localization howto](docs/localization_howto.md) * **Report a bug:** See [issues](https://github.com/MrS0m30n3/youtube-dl-gui/issues) ## Authors @@ -77,6 +77,6 @@ Thanks to everyone who contributed to this project and to [@philipzae](https://g * **Can i download only the subtitles file**: If the video file is presented youtube-dl-gui will go ahead and download only the subtitles file else you will have to use youtube-dl or a different tool since youtube-dl-gui can't download only subtitles. - * **I'm using the HLS downloader and i don't see any progress report**: That's a known issue you should use the native HLS implementation by enabling the **Prefer Native HLS** option under the Options>Extra tab. Note that the native HLS implementation might not work on every site. For more info you can read issue #49. + * **I'm using the HLS downloader and i don't see any progress report**: That's a known issue you should use the native HLS implementation by enabling the **Prefer Native HLS** option under the Options>Extra tab. Note that the native HLS implementation might not work on every site. For more info you can read issue [#49](https://github.com/MrS0m30n3/youtube-dl-gui/issues/49). - * **I'm using the HLS downloader and the Stop button won't work**: That's also a known issue with the HLS downloader on Windows. You should use the native HLS implementation or wait for the download to complete normally. For more info you can read issue #49. + * **I'm using the HLS downloader and the Stop button won't work**: That's also a known issue with the HLS downloader on Windows. You should use the native HLS implementation or wait for the download to complete normally. For more info you can read issue [#49](https://github.com/MrS0m30n3/youtube-dl-gui/issues/49).