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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ programming in Python.
71
71
on [Sreeraj](https://github.com/SVR666) searchX-bot. (task option)
72
72
- Stop Duplicates (global and user option)
73
73
- Custom upload destination (global, user, and task option)
74
-
- Ability to choose token.pickle or service acccount and upload destinations from list with or without buttons (global, user and task option)
74
+
- Ability to choose token.pickle or service account and upload destinations from list with or without buttons (global, user and task option)
75
75
- Index link support only
76
76
for [Bhadoo](https://gitlab.com/GoogleDriveIndex/Google-Drive-Index/-/blob/master/src/worker.js)
77
77
@@ -135,7 +135,7 @@ programming in Python.
135
135
- Store RSS data
136
136
- Store incompleted task messages
137
137
- Store JDownloader settings
138
-
- Store config.py file on first build and incase any change occured to it, then next build it will define variables
138
+
- Store config.py file on first build and incase any change occurred to it, then next build it will define variables
139
139
from config.py instead of database
140
140
141
141
</details>
@@ -320,13 +320,13 @@ see [Using Service Accounts](https://github.com/anasty17/mirror-leech-telegram-b
320
320
**Example**:
321
321
- Here I will explain how to use mltb.* which is reference to files you want to work on.
322
322
1. First cmd: the input is mltb.mkv so this cmd will work only on mkv videos and the output is mltb.mkv also so all outputs is mkv. `-del` will delete the original media after complete run of the cmd.
323
-
2. Second cmd: the input is mltb.video so this cmd will work on all videos and the output is only mltb so the extenstion is same as input files.
323
+
2. Second cmd: the input is mltb.video so this cmd will work on all videos and the output is only mltb so the extension is same as input files.
324
324
3. Third cmd: the input in mltb.m4a so this cmd will work only on m4a audios and the output is mltb.mp3 so the output extension is mp3.
325
325
4. Fourth cmd: the input is mltb.audio so this cmd will work on all audios and the output is mltb.mp3 so the output extension is mp3.
326
326
5. FFmpeg Variables in last cmd which is metadata ({title}, {title2}, etc...), you can edit them in usetting
327
327
6. Telegram link for small size inputs like photo to set watermark.
328
328
329
-
-`NAME_SUBSTITUTE` (`Str`): Add word/letter/character/sentense/pattern to remove or replace with other words with sensitive case or without.
329
+
-`NAME_SUBSTITUTE` (`Str`): Add word/letter/character/sentence/pattern to remove or replace with other words with sensitive case or without.
330
330
**Notes**:
331
331
- Before any character you must add `\BACKSLASH`, those are the characters: `\^$.|?*+()[]{}-`
Here I will explain how to use mltb.* which is reference to files you want to work on.
251
251
1. First cmd: the input is mltb.mkv so this cmd will work only on mkv videos and the output is mltb.mkv also so all outputs is mkv. -del will delete the original media after complete run of the cmd.
252
-
2. Second cmd: the input is mltb.video so this cmd will work on all videos and the output is only mltb so the extenstion is same as input files.
252
+
2. Second cmd: the input is mltb.video so this cmd will work on all videos and the output is only mltb so the extension is same as input files.
253
253
3. Third cmd: the input in mltb.m4a so this cmd will work only on m4a audios and the output is mltb.mp3 so the output extension is mp3.
254
254
4. Fourth cmd: the input is mltb.audio so this cmd will work on all audios and the output is mltb.mp3 so the output extension is mp3.
255
255
5. Fifth cmd: You can add telegram link for small size input like photo to set watermark"""
@@ -361,7 +361,7 @@
361
361
"GDRIVE_ID": "Send Gdrive ID. If you want to use your token.pickle edit using owner/user token from usetting or add mtp: before the id. Example: mtp:F435RGGRDXXXXXX . Timeout: 60 sec",
- To execute one of those lists in bot for example, you must use -ff subtitle (list key) or -ff convert (list key)
385
385
Here I will explain how to use mltb.* which is reference to files you want to work on.
386
386
1. First cmd: the input is mltb.mkv so this cmd will work only on mkv videos and the output is mltb.mkv also so all outputs is mkv. -del will delete the original media after complete run of the cmd.
387
-
2. Second cmd: the input is mltb.video so this cmd will work on all videos and the output is only mltb so the extenstion is same as input files.
387
+
2. Second cmd: the input is mltb.video so this cmd will work on all videos and the output is only mltb so the extension is same as input files.
388
388
3. Third cmd: the input in mltb.m4a so this cmd will work only on m4a audios and the output is mltb.mp3 so the output extension is mp3.
389
389
4. Fourth cmd: the input is mltb.audio so this cmd will work on all audios and the output is mltb.mp3 so the output extension is mp3.
390
390
5. FFmpeg Variables in last cmd which is metadata ({title}, {title2}, etc...), you can edit them in usetting
f"This file has been splitted with default stream and audio, so you will only see one part with less size from orginal one because it doesn't have all streams and audios. This happens mostly with MKV videos. Path: {f_path}"
721
+
f"This file has been splitted with default stream and audio, so you will only see one part with less size from original one because it doesn't have all streams and audios. This happens mostly with MKV videos. Path: {f_path}"
msg=f"""Reply to an active Command message which was used to start the download/upload.
36
36
<code>/{BotCommands.ForceStartCommand[0]}</code> fd (to remove it from download queue) or fu (to remove it from upload queue) or nothing to start remove it from both download and upload queue.
37
-
Also send <code>/{BotCommands.ForceStartCommand[0]} GID</code> fu|fd or obly gid to force start by removeing the task rom queue!
37
+
Also send <code>/{BotCommands.ForceStartCommand[0]} GID</code> fu|fd or obly gid to force start by removing the task rom queue!
38
38
Examples:
39
39
<code>/{BotCommands.ForceStartCommand[1]}</code> GID fu (force upload)
40
40
<code>/{BotCommands.ForceStartCommand[1]}</code> GID (force download and upload)
0 commit comments