mirror of
https://github.com/leon-ai/leon.git
synced 2024-12-19 06:41:33 +03:00
32 lines
841 B
Markdown
32 lines
841 B
Markdown
|
# 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"
|
||
|
(fr-FR) "Télécharges les nouvelles vidéos depuis YouTube"
|
||
|
...
|
||
|
```
|
||
|
|
||
|
#### Options
|
||
|
|
||
|
##### Synchronization
|
||
|
|
||
|
[Read the docs](http://docs.getleon.ai/configuration.html#synchronizer).
|
||
|
|
||
|
#### Links
|
||
|
|
||
|
- [YouTube Data API](https://developers.google.com/youtube/v3/getting-started)
|