1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-12-18 22:31:32 +03:00
leon/packages/videodownloader/README.md

33 lines
838 B
Markdown
Raw Normal View History

2019-02-10 15:26:50 +03:00
# Video Downloader Package
The video downloader package contains modules which include video downloading.
## Modules
### YouTube
Download new video(s) from a YouTube playlist.
#### Usage
1. Save the YouTube video(s) in a YouTube playlist via [youtube.com](https://www.youtube.com).
2. If you do not have a Google API key yet, please [follow these steps](https://developers.google.com/youtube/v3/getting-started).
3. Provide the Google API key & YouTube playlist ID in `packages/videodownloader/config/config.json`.
```
(en-US) "Download new videos from YouTube"
2019-02-10 15:26:50 +03:00
(fr-FR) "Télécharges les nouvelles vidéos depuis YouTube"
...
```
#### Options
##### Synchronization
2021-05-31 02:53:49 +03:00
[Read the docs](https://docs.getleon.ai/configuration#synchronizer).
2019-02-10 15:26:50 +03:00
#### Links
- [YouTube Data API](https://developers.google.com/youtube/v3/getting-started)