v4.8.0-hotfix
- Revert to ytdl, coz yt-dlp have bug in /tarwatch command
This commit is contained in:
parent
53403b2df4
commit
9dbad49a23
10
README.md
10
README.md
|
|
@ -28,7 +28,6 @@
|
|||
- Custom image support
|
||||
- Racaty.net support
|
||||
- Shell and Executor
|
||||
- Change to YT-DLP
|
||||
- Stickers module
|
||||
|
||||
## From Original Repos
|
||||
|
|
@ -145,9 +144,18 @@ Fill up rest of the fields. Meaning of each fields are discussed below:
|
|||
```
|
||||
exe.io, gplinks.in, shrinkme.io, urlshortx.com, shortzon.com
|
||||
```
|
||||
|
||||
Above are the supported url Shorteners. Except these only some url Shorteners are supported.
|
||||
|
||||
**Note**: You can limit maximum concurrent downloads by changing the value of **MAX_CONCURRENT_DOWNLOADS** in aria.sh. By default, it's set to `7`.
|
||||
### Add more buttons (Optional)
|
||||
Two buttons are already added of File Link and Index Link, you can add extra buttons too, these are optional, if you don't know what are below entries, simply leave them, don't fill anything in them.
|
||||
- **BUTTON_THREE_NAME**:
|
||||
- **BUTTON_THREE_URL**:
|
||||
- **BUTTON_FOUR_NAME**:
|
||||
- **BUTTON_FOUR_URL**:
|
||||
- **BUTTON_FIVE_NAME**:
|
||||
- **BUTTON_FIVE_URL**:
|
||||
|
||||
</details>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
from .download_helper import DownloadHelper
|
||||
import time
|
||||
from yt_dlp import YoutubeDL, DownloadError
|
||||
from youtube_dl import YoutubeDL, DownloadError
|
||||
from bot import download_dict_lock, download_dict
|
||||
from ..status_utils.youtube_dl_download_status import YoutubeDLDownloadStatus
|
||||
import logging
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@ google-auth-httplib2
|
|||
google-auth-oauthlib
|
||||
heroku3
|
||||
html-telegraph-poster
|
||||
https://raw.githubusercontent.com/Ncode2014/nekadok/req/heroku-dlp-master.zip
|
||||
js2py
|
||||
lxml
|
||||
messages
|
||||
|
|
@ -27,3 +26,4 @@ speedtest-cli
|
|||
telegraph
|
||||
tenacity
|
||||
TgCrypto
|
||||
youtube_dl
|
||||
|
|
|
|||
Loading…
Reference in New Issue