diff options
| author | Autumn <git@autumnfo.rest> | 2026-05-08 10:11:25 +0100 |
|---|---|---|
| committer | Autumn <git@autumnfo.rest> | 2026-05-08 10:11:25 +0100 |
| commit | b0cec231913a083c7fcce667861d4bc5c61bb5bd (patch) | |
| tree | 4747a1728247f7cfb1656a282190128632c5343f /src/yt-dlp | |
| parent | 34dbdaf0d0ab0c3221cc8c2e6bb7e76f04ae8adc (diff) | |
[conf/yt-dlp] added yt-dlp config
Diffstat (limited to 'src/yt-dlp')
| -rw-r--r-- | src/yt-dlp/video.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/yt-dlp/video.conf b/src/yt-dlp/video.conf new file mode 100644 index 0000000..ae09363 --- /dev/null +++ b/src/yt-dlp/video.conf @@ -0,0 +1,7 @@ +--no-playlist +-N 4 +-f "bv[ext=mp4][height<=?1080][fps<=?60]+ba[ext=m4a]" +--embed-subs +--embed-metadata +--embed-thumbnail +--embed-chapters |
