1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-12-21 15:51:49 +03:00
leon/packages/videodownloader/config/config.sample.json
2019-02-10 20:26:50 +08:00

14 lines
202 B
JSON

{
"youtube": {
"api_key": "YOUR_GOOGLE_API_KEY",
"playlist_id": "PLAYLIST_ID",
"options": {
"synchronization": {
"enabled": true,
"method": "direct",
"email": ""
}
}
}
}