From 5c916d69d457101326803eb076a746060e3618cf Mon Sep 17 00:00:00 2001 From: Vikas Kushwaha Date: Thu, 21 Nov 2024 13:30:52 +0530 Subject: Moved from github --- .config/yt-dlp/channel.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .config/yt-dlp/channel.conf (limited to '.config/yt-dlp/channel.conf') diff --git a/.config/yt-dlp/channel.conf b/.config/yt-dlp/channel.conf new file mode 100644 index 0000000..c742d18 --- /dev/null +++ b/.config/yt-dlp/channel.conf @@ -0,0 +1,12 @@ +--config videos.conf + +--output '%(channel)s/%(title)s.%(ext)s' +--output 'thumbnail:%(channel)s/.thumbnail/%(title)s.%(ext)s' +--output 'description:%(channel)s/.description/%(title)s.txt' + +--print-to-file %(title)s.%(ext)s %(channel)s/%(channel)s.channel.pl.txt +# --playlist-items ::-1 + +--write-thumbnail +--write-playlist-metafiles +--download-archive .info/archive.txt -- cgit v1.2.3