-
Notifications
You must be signed in to change notification settings - Fork 6
/
script.py
38 lines (20 loc) · 862 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
36
37
38
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# @trojanzhex
class Script(object):
START_MSG = """<b>Hello {},
I can extract audio and subtitles from everything !
Send me any video/audio file and extract what you want :).
See <i>help</i> for more details.
© @YasirPediaChannel</b>"""
HELP_MSG = """<b>Hai, Follow these Steps..</b>
🌀 <i>Send me any Valid video/audio file.</i>
🌀 <i>Click Download and Process button to download the file to my server</i>
🌀 <i>Wait till I process the video!</i>
🌀 <i>Now select the stream you need to extract!</i>
<b>© @YasirPediaChannel</b>"""
ABOUT_MSG = """⭕️<b>My Name : Streams Trimmer and Extractor Bot</b>
⭕️<b>Creater :</b> @YasirArisM
⭕️<b>Language :</b> <code>Python3</code>
⭕️<b>Library :</b> <a href='https://docs.pyrogram.org/'>Pyrogram v2.0.35</a>
"""