diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -1,8 +1,8 @@ -[](https://pypi.org/project/youtube-dlc) [](https://travis-ci.com/blackjack4494/youtube-dlc) +[](https://pypi.org/project/youtube-dlc) [](https://pepy.tech/project/youtube-dlc) -[](https://gitter.im/youtube-dlc) +[](https://gitter.im/youtube-dlc) [](https://github.com/blackjack4494/youtube-dlc/blob/master/LICENSE) youtube-dlc - download videos from youtube.com or other video platforms. @@ -298,6 +298,8 @@ Then simply type this may change. --no-cache-dir Disable filesystem caching --rm-cache-dir Delete all filesystem cache files + --trim-file-name Limit the filename length (extension + excluded) ## Thumbnail images: --write-thumbnail Write thumbnail image to disk @@ -368,6 +370,8 @@ Then simply type this before each download (maximum possible number of seconds to sleep). Must only be used along with --min-sleep-interval. + --sleep-subtitles Enforce sleep interval on subtitles as well. + ## Video Format Options: -f, --format FORMAT Video format code, see the "FORMAT @@ -775,4 +779,4 @@ $ youtube-dlc --date 19700101 $ # Download only the videos uploaded in the 200x decade $ youtube-dlc --dateafter 20000101 --datebefore 20091231 -```
\ No newline at end of file +``` |