https://github.com/springload/youtube-image-downloader
Downloads all poster images of one or several YouTube playlists
https://github.com/springload/youtube-image-downloader
javascript youtube
Last synced: about 1 month ago
JSON representation
Downloads all poster images of one or several YouTube playlists
- Host: GitHub
- URL: https://github.com/springload/youtube-image-downloader
- Owner: springload
- License: mit
- Created: 2015-03-26T04:34:56.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-26T04:39:18.000Z (about 11 years ago)
- Last Synced: 2025-03-27T00:54:37.653Z (about 1 year ago)
- Topics: javascript, youtube
- Language: JavaScript
- Size: 129 KB
- Stars: 0
- Watchers: 33
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# YouTube image downloader
Hello,
I'm a little Node.js app that downloads poster images from YouTube playlist items.
## Setup
Getting up and running is easy:
* Run `npm install`
## Configuration
Edit the config file in your `data` directory.
* api_key: Your YouTube Data V3 API Key. It is recommended you register your own key and use it instead of the default key.
* image_output: The directory where you would like your images to be saved
* playlists: An array of Youtube playlist ids
## Running the app
Run `node youtube-image-downloader.js` and watch the magic happen :)