mirror of
https://github.com/tgbot-collection/ytdlbot.git
synced 2024-11-10 17:25:59 +08:00
43 lines
No EOL
942 B
JSON
43 lines
No EOL
942 B
JSON
{
|
|
"name": "YouTube-Downloader",
|
|
"description": "A Telegrambot to download youtube video",
|
|
"repository": "https://github.com/tgbot-collection/ytdlbot",
|
|
"logo": "https://avatars.githubusercontent.com/u/73354211?s=200&v=4",
|
|
"keywords": [
|
|
"telegram",
|
|
"youtube-dl"
|
|
],
|
|
"env": {
|
|
"TOKEN": {
|
|
"description": "Bot token",
|
|
"value": "token"
|
|
},
|
|
"APP_ID": {
|
|
"description": "APP ID",
|
|
"value": "12345"
|
|
},
|
|
"APP_HASH": {
|
|
"description": "APP HASH",
|
|
"value": "12345abc"
|
|
},
|
|
"OWNER": {
|
|
"description": "Your telegram username",
|
|
"value": "username",
|
|
"required": false
|
|
}
|
|
},
|
|
"formation": {
|
|
"worker": {
|
|
"quantity": 1,
|
|
"size": "free"
|
|
}
|
|
},
|
|
"buildpacks": [
|
|
{
|
|
"url": "https://github.com/heroku/heroku-buildpack-python.git"
|
|
},
|
|
{
|
|
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git"
|
|
}
|
|
]
|
|
} |