Skip to content

Instantly share code, notes, and snippets.

View av-gantimurov's full-sized avatar

av-gantimurov

View GitHub Profile
@av-gantimurov
av-gantimurov / misp_notes.md
Created February 17, 2023 10:53
MISP Notes

MISP

Установка в DOCKER

git clone https://github.com/MISP/misp-docker
cd misp-docker
docker compose up
@av-gantimurov
av-gantimurov / yt-dlp.conf
Created October 8, 2024 06:36
Конфигурационный файл для загрузки плейлистов с видео
# 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
@av-gantimurov
av-gantimurov / yt-dlp.conf
Created October 8, 2024 06:43
Конфигурационный файл для yt-dlp для загрузки видео с каналов по списку.
# 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