Add -gc argument to V-dlp program

This commit is contained in:
iamdoubz
2026-03-25 15:01:06 -05:00
parent 34ca036897
commit 8c9c634623
+1
View File
@@ -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 | | -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 | | -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 | | -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 | | -v | Display version information | NA | none |
## Features ## Features