From c90fa54a5f12a66a7b9e5cdda13f8c6ee4a268ba Mon Sep 17 00:00:00 2001 From: wawxxjm Date: Mon, 9 Dec 2019 20:24:59 -0500 Subject: [PATCH] added examples for #20454 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 01f975958..93f26f031 100644 --- a/README.md +++ b/README.md @@ -312,6 +312,8 @@ Alternatively, refer to the [developer instructions](#developer-instructions) fo ## Workarounds: --encoding ENCODING Force the specified encoding (experimental) + example: youtube-dl --encoding UTF-8 [URL] + youtube-dl --encoding ASCII [URL] --no-check-certificate Suppress HTTPS certificate validation --prefer-insecure Use an unencrypted connection to retrieve information about the video. (Currently