mirror of
https://github.com/omg-xtao/ytdlbot.git
synced 2024-11-16 11:52:14 +00:00
31 lines
627 B
JSON
31 lines
627 B
JSON
{
|
|
"name": "YouTube-Downloader",
|
|
"description": "A Telegrambot to download youtube video",
|
|
"repository": "https://github.com/tgbot-collection/ytdl-bot",
|
|
"logo": "https://avatars.githubusercontent.com/u/73354211?s=200&v=4",
|
|
"keywords": [
|
|
"telegram",
|
|
"youtube-dl"
|
|
],
|
|
"env": {
|
|
"TOKEN": {
|
|
"description": "Bot token",
|
|
"value": "bot32313"
|
|
},
|
|
"APP_ID": {
|
|
"description": "APP_ID",
|
|
"value": "5155161"
|
|
},
|
|
"APP_HASH": {
|
|
"description": "APP_HASH",
|
|
"value": "3131"
|
|
}
|
|
},
|
|
"formation": {
|
|
|
|
"worker": {
|
|
"quantity": 1,
|
|
"size": "free"
|
|
}
|
|
}
|
|
} |