Last active
March 11, 2022 05:17
-
-
Save seamonkey420/45f851d3c900a5bcce81636410a577e6 to your computer and use it in GitHub Desktop.
Youtube-DLP example script. Embeds metadata and thumbnails, uses US as geo code and saves to D:/Downloads/YT folders. Uses yt-dlp fork vs yt-dl.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| yt-dlp.exe -f b --geo-bypass-country US --embed-thumbnail --add-metadata --compat-options embed-metadata -P "D:/Downloads/YT" YOUTUBEURLHERE/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment