mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-02 10:44:50 +00:00
Lupa
This commit is contained in:
parent
09663dfa36
commit
75f403152b
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ async def stream_extract(bot, update):
|
|||
start_time = perf_counter()
|
||||
namafile = get_subname(link, format)
|
||||
LOGGER.info(
|
||||
f"ExtractSub: {namafile} by {query.from_user.first_name} [{query.from_user.id}]"
|
||||
f"ExtractSub: {namafile} by {update.from_user.first_name} [{update.from_user.id}]"
|
||||
)
|
||||
extract = (await shell_exec(f"mediaextract -i {link} -map 0:{map} {namafile}"))[
|
||||
0
|
||||
|
|
|
|||
Loading…
Reference in a new issue