From 8c9c63462397e636fd2ccc56ae94c6160adbf31b Mon Sep 17 00:00:00 2001 From: iamdoubz <> Date: Wed, 25 Mar 2026 15:01:06 -0500 Subject: [PATCH] Add -gc argument to V-dlp program --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 697b2c8..9f4c152 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ V-dlp will parse a file and attempt to download each one at a time. | -tw | Number of seconds to pause between downloads | float | 4 | | -nm | Do not monitor download statistics (set flag to True for small downloads <32MB) | boolean | False | | -uh | Use headless Chrome (If you do not want to use, do not pass in the flag) | boolean | False | +| -gc | Download cover image (0: don't download, 1: small, 2: large, 3: both) | int | 0 | | -v | Display version information | NA | none | ## Features