forked from TroJanzHEX/Streams-Extractor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
script.py
35 lines (17 loc) · 764 Bytes
/
script.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# By @TroJanzHEX
class Script(object):
START_MSG = """<b>Hello {},
I can extract audio and subtitles from video files.
Send me any video file and extract what you want :).
See <i>help</i> for more details.
© @TroJanzHEX</b>"""
HELP_MSG = """<b>Hai, Follow these Steps..</b>
🌀 <i>Send me any Valid video file.</i>
🌀 <i>Click Download and Process button to download the file to my server</i>
🌀 <i>Wait till I process the video and select the stream you need to extract!</i>
<b>© @TroJanzHEX</b>"""
ABOUT_MSG = """⭕️<b>My Name : Streams Extractor Bot</b>
⭕️<b>Creater :</b> @TroJanzHEX
⭕️<b>Language :</b> <code>Python3</code>
⭕️<b>Library :</b> <a href='https://docs.pyrogram.org/'>Pyrogram 1.0.7</a>
"""