mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-09 13:04:51 +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()
|
start_time = perf_counter()
|
||||||
namafile = get_subname(link, format)
|
namafile = get_subname(link, format)
|
||||||
LOGGER.info(
|
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}"))[
|
extract = (await shell_exec(f"mediaextract -i {link} -map 0:{map} {namafile}"))[
|
||||||
0
|
0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue