Magneto Python Aria-Custom Filename and unzip password protected files Examples

Magneto Python Aria-Custom Filename and unzip password protected files Examples

Magneto

Here are some examples for custom filename

⁍ For example of unzipmirror, go to last of this page


⁍ Note :- Custom Filename is not supported while mirroring torrent or magnet.

You can read aria2p documentation here

https://pawamoy.github.io/aria2p/reference/options/#aria2p.options.Options.out

and custom filename is not supported for mega.nz links yet, but i will add soon. Need to read and understand megasdk documentation. It seems hard to me.


by going through pyrogram and aria2p documentation i have added custom filename support for url, telegram files and yt-dl supported links but i am unable to understand megasdk documentation and megasdk python binding coding 😢

||Set Custom FileName While Mirroring Links/URLs||



||Set Custom FileName While Mirroring Telegram Files||







||Extract password protected files without custom name||

Note :- Here we have a .7z archived file whose password is mirrorbot

Syntax :- /unzipmirror link pswd: yourpassword

Detailed :- /unzipmirror<space>link<space>pswd:<space>yourpassword



||Extract password protected files with custom name||

Note :- Here we have a .7z archived file whose password is mirrorbot and we want give it name dev

Syntax :- /unzipmirror link |dev.7z|pswd: yourpassword

Detailed :- /unzipmirror<space>link<space>|customname|<space>pswd:<space>yourpassword

Note :- Don't forget space where it is needed and do not add extra space any where.

Note :- Use extension in filename otherwise it will not be extracted. Extension will be removed automatically after extracting.

I will deal with space soon....

Tip :- Use space everywhere but don't use just before or just after custom filename.

filename should be closed with |

||Download from password protected index links||

Here we have two index links. Username of first index is dev and password is dev1 and username of 2nd index link is torrentdrive and password is aryantd

After writing link, write username in new line and password in next new line.

See example :-


Report Page