Categorygithub.com/wedojava/ytdlgo
module
0.1.5
Repository: https://github.com/wedojava/ytdlgo.git
Documentation: pkg.go.dev

# README

ytdlgo

Build on POSIX

cd scripts
sh ./build.sh

Usage

Download Once

Download youtube video links directly

ytdlgo
  • It will download videos from youtube group by the ./list.txt contains
  • every line contains subfolder name and video page url, split by |

Download youtube video by playlist or channel

ytdlgo 123
  • It will scan configs/channelmap.txt and download all videos
  • channelmap.txt is split by |, before is subfolder name, after is channel or playlist link url.
  • every channel or playlist at one line.
  • 123 means it will try to run the download 123 times.

Download by task

ytdlgo 0
  • It will scan configs/channelmap.txt and download all videos
  • channelmap.txt is split by |, before is subfolder name, after is channel or playlist link url.
  • every channel or playlist at one line.
  • It will start scan at **:15 every hour

# Packages

No description provided by the author