CLI-Meta-YtDlp
view release on metacpan or search on metacpan
devdata/yt-dlp.help.2021.09.02 view on Meta::CPAN
--write-thumbnail Write thumbnail image to disk
--no-write-thumbnail Do not write thumbnail image to disk
(default)
--write-all-thumbnails Write all thumbnail image formats to disk
--list-thumbnails List available thumbnails of each video.
Simulate unless --no-simulate is used
Internet Shortcut Options:
--write-link Write an internet shortcut file, depending
on the current platform (.url, .webloc or
.desktop). The URL may be cached by the OS
--write-url-link Write a .url Windows internet shortcut. The
OS caches the URL based on the file path
--write-webloc-link Write a .webloc macOS internet shortcut
--write-desktop-link Write a .desktop Linux internet shortcut
Verbosity and Simulation Options:
-q, --quiet Activate quiet mode. If used with
--verbose, print the log to stderr
--no-warnings Ignore warnings
-s, --simulate Do not download the video and do not write
anything to disk
--no-simulate Download the video even if printing/listing
options are used
--ignore-no-formats-error Ignore "No video formats" error. Usefull
lib/CLI/Meta/YtDlp.pm view on Meta::CPAN
# Thumbnail Options:
'write-thumbnail!' => undef,
'write-all-thumbnails' => undef,
'list-thumbnails' => undef,
# Internet Shortcut Options:
'write-link' => undef,
'write-url-link' => undef,
'write-webloc-link' => undef,
'write-desktop-link' => undef,
# Verbosity / Simulation Options:
'quiet|q' => undef,
'no-warnings' => undef,
'simulate|s' => undef,
'no-simulate' => undef,
'ignore-no-formats-error!' => undef,
'skip-download|no-download' => undef,
'print|O=s' => undef,
'dump-json|j' => undef,
( run in 0.259 second using v1.01-cache-2.11-cpan-299005ec8e3 )