mirror of
https://github.com/omg-xtao/ytdlbot.git
synced 2025-01-30 17:58:36 +00:00
Add FAQ
This commit is contained in:
parent
e726eadfa3
commit
c1385878ce
25
FAQ.md
Normal file
25
FAQ.md
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
# Project status
|
||||||
|
|
||||||
|
This project is in zombie mode now.
|
||||||
|
|
||||||
|
It is not maintained anymore. No features will be added, no bugs will be fixed.
|
||||||
|
|
||||||
|
Existing code and bot will continue to work without any guarantees.
|
||||||
|
|
||||||
|
# Can you support downloading from XXX?
|
||||||
|
|
||||||
|
Please reach out to [yt-dlp](https://github.com/yt-dlp/yt-dlp)
|
||||||
|
|
||||||
|
# My video is not downloading, slow, or not downloading at all
|
||||||
|
|
||||||
|
Just wait. It is a free service, and it is not guaranteed to work.
|
||||||
|
|
||||||
|
See [Grafana Dashboard](https://grafana.dmesg.app/d/9yXGmc1nk/youtube-download-celery?orgId=2) for current server status
|
||||||
|
|
||||||
|
# Why is the bot not responding?
|
||||||
|
|
||||||
|
If `/start` command is not responding, please contact me [@BennyThink](https://t.me/BennyThink)
|
||||||
|
|
||||||
|
# Can't redeem VIP
|
||||||
|
|
||||||
|
If you are not able to redeem VIP, please contact me [@BennyThink](https://t.me/BennyThink)
|
@ -7,11 +7,15 @@ YouTube Download Bot🚀
|
|||||||
Download videos from YouTube and other platforms through a Telegram Bot
|
Download videos from YouTube and other platforms through a Telegram Bot
|
||||||
|
|
||||||
-----
|
-----
|
||||||
|
**READ [FAQ](FAQ.md) FIRST IF YOU ENCOUNTER ANY ISSUES.**
|
||||||
|
|
||||||
|
-----
|
||||||
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)
|
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)
|
||||||
|
|
||||||
Can't deploy? Fork to your personal account and deploy it there!
|
Can't deploy? Fork to your personal account and deploy it there!
|
||||||
**Starting November 28, 2022, free Heroku Dynos, free Heroku Postgres, and free Heroku Data for Redis® plans will no longer be available.**
|
|
||||||
|
**Starting November 28, 2022, free Heroku Dynos, free Heroku Postgres, and free Heroku Data for Redis® plans will no
|
||||||
|
longer be available.**
|
||||||
[Heroku Announcement](https://devcenter.heroku.com/articles/free-dyno-hours)
|
[Heroku Announcement](https://devcenter.heroku.com/articles/free-dyno-hours)
|
||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
@ -258,6 +262,7 @@ https://www.youtube.com/playlist?list=PL1Hdq7xjQCJxQnGc05gS4wzHWccvEJy0w
|
|||||||
https://dmesg.app/m3u8/prog_index.m3u8
|
https://dmesg.app/m3u8/prog_index.m3u8
|
||||||
|
|
||||||
## test twitter
|
## test twitter
|
||||||
|
|
||||||
https://twitter.com/nitori_sayaka/status/1526199729864200192
|
https://twitter.com/nitori_sayaka/status/1526199729864200192
|
||||||
https://twitter.com/BennyThinks/status/1475836588542341124
|
https://twitter.com/BennyThinks/status/1475836588542341124
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
pyrogram==1.4.16
|
pyrogram==1.4.16
|
||||||
tgcrypto==1.2.3
|
tgcrypto==1.2.3
|
||||||
yt-dlp==2022.8.19
|
yt-dlp==2022.9.1
|
||||||
APScheduler==3.9.1
|
APScheduler==3.9.1
|
||||||
beautifultable==1.1.0
|
beautifultable==1.1.0
|
||||||
ffmpeg-python==0.2.0
|
ffmpeg-python==0.2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user