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-04-27 16:35:31 +03:00
|
|
|
|
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)
|