You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-4Lines changed: 14 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -288,6 +288,8 @@ Fill up rest of the fields. Meaning of each field is discussed below.
288
288
289
289
-`DATABASE_URL` (`Str`): Your Mongo Database URL (Connection string). Follow this [Create Database](https://github.com/anasty17/test?tab=readme-ov-file#create-database) to create database. Data will be saved in Database: bot settings, users settings, rss data and incomplete tasks. **NOTE**: You can always edit all settings that saved in database from the official site -> (Browse collections).
290
290
291
+
-`DATABASE_NAME` (`Str`): Name of the Mongo database. Default is `mltb`.
292
+
291
293
-`CMD_SUFFIX` (`Str`|`Int`): Commands index number. This number will added at the end all commands.
292
294
293
295
-`AUTHORIZED_CHATS` (`Str`): Fill user_id and chat_id of groups/users you want to authorize. To auth only specific topic(s) write it in this format `chat_id|thread_id` Ex:-100XXXXXXXXXXX or -100XXXXXXXXXXX|10 or -100XXXXXXXXXXX|10|12. Separate them by spaces.
@@ -319,6 +321,8 @@ from [Streamwish](https://streamwish.com/?op=my_account).
319
321
options [HERE](https://github.com/yt-dlp/yt-dlp/blob/master/yt_dlp/YoutubeDL.py#L184) or use this [script](https://t.me/mltb_official_channel/177) to convert cli arguments to api options. Format: {key: value, key: value, key: value}.
-`GALLERY_DL_OPTIONS` (`Dict`): Dict of gallery-dl options. Supports custom gallery-dl options globally, per user, and per task. Format: {key: value, key: value}.
325
+
322
326
-`USE_SERVICE_ACCOUNTS` (`Bool`): Whether to use Service Accounts or not, with google-api-python-client. For this to work
323
327
see [Using Service Accounts](https://github.com/anasty17/mirror-leech-telegram-bot#generate-service-accounts-what-is-service-account) section below. Default is `False`.
324
328
@@ -382,7 +386,7 @@ see [Using Service Accounts](https://github.com/anasty17/mirror-leech-telegram-b
382
386
383
387
**6. Leech**
384
388
385
-
-`LEECH_SPLIT_SIZE` (`Int`): Size of split in bytes. Default is `2GB`. Default is `4GB` if your account is premium.
389
+
-`LEECH_SPLIT_SIZE` (`Int`): Size of split in bytes. Default is `~2GB` (2000 MiB). Default is `~4GB` (4000 MiB) if your account is premium.
386
390
387
391
-`AS_DOCUMENT` (`Bool`): Default type of Telegram file upload. Default is `False` mean as media.
388
392
@@ -611,11 +615,13 @@ qbmirror - or /qm Mirror torrent using qBittorrent
611
615
jdmirror - or /jm Mirror using jdownloader
612
616
nzbmirror - or /nm Mirror using sabnzbd
613
617
ytdl - or /y Mirror yt-dlp supported links
618
+
gallerydl - or /gdl Mirror using gallery-dl
614
619
leech - or /l Upload to telegram
615
620
qbleech - or /ql Leech torrent using qBittorrent
616
621
jdleech - or /jl Leech using jdownloader
617
622
nzbleech - or /nl Leech using sabnzbd
618
623
ytdlleech - or /yl Leech yt-dlp supported links
624
+
gallerydlleech - or /gdlleech Leech using gallery-dl
619
625
clone - Copy file/folder to Drive
620
626
count - Count file/folder from GDrive
621
627
usetting - or /us User settings
@@ -625,18 +631,22 @@ sel - Select files from torrent
0 commit comments