项目作者: wedojava

项目描述 :
YouTubeDownloadGo via simple txt config files
高级语言: Go
项目地址: git://github.com/wedojava/ytdlgo.git
创建时间: 2020-03-22T17:56:13Z
项目社区:https://github.com/wedojava/ytdlgo

开源协议:

下载


ytdlgo

Build on POSIX

  1. cd scripts
  2. sh ./build.sh

Usage

Download Once

  1. 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

  1. 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

  1. 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