git clone https://github.com/MISP/misp-docker
cd misp-docker
docker compose up
This file contains 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
# downloading youtube video playlist | |
# yt-dlp --config-location yt-dlp.conf <PLAYLIST_LINK> [[PLAYLIST_LINK] ..] | |
# or put this config to work directory | |
--continue | |
--ignore-errors | |
--output "%(playlist)s/%(playlist_index)s - %(title)s - (%(duration)ss) [%(resolution)s] [%(id)s].%(ext)s" | |
--merge-output-format mkv |
This file contains 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
# downloading youtube video channels | |
# | |
# yt-dlp --config-location yt-dlp.conf | |
# or put this config to work directory | |
# | |
# list of channels in CUR_DIR/channels.txt | |
# | |
# video format not above 1080p + best audio | |
--continue |
OlderNewer