/gophervidsdl

Download gophervids.appspot.com listed YouTube videos

Primary LanguageGoApache License 2.0Apache-2.0

Gopher Video Downloader GoDoc Build Status Go Report Card

Go utility to download and store all of the videos listed on http://gophervids.appspot.com

Usage

go install github.com/arian-amador/gophervidsdl

Flags

  -debug
        Show progress during download process
  -file string
        JSON file of all gophervids.com file (default "vids.json")
  -max int
        Maximum concurrent downloads to fetch (default 5)
  -output string
        Directory to store downloaded videos (default "output")
  -remote
        Get gophervids.com json listing

Contributing

Feel free to enhance features by issuing pull-requests.