bipinkrish / Save-Restricted-Bot

A Telegram Bot, Which can send you restricted content by it's post link
192 stars 397 forks source link

Not an issue #30

Closed RevealedSoulEven closed 8 months ago

RevealedSoulEven commented 8 months ago

Sorry for creating an issue. But I wanted to know the logic

Like I'm hosting it on my own computer but how does it uploads videos of 300+mb downloading them from the channel and reuploading in just few seconds?

And even I can't find the video downloaded to my local storage. So how does it do it??

What's the logic? Can you please explain. As I'm working on something very similar where I need this fast download speed to upload videos but I can't achieve this.

bipinkrish commented 8 months ago

It will download to local, upload and then delete, that's why you can't find it in local after upload.

It uses standard media downloader and uploader functions from Pyrogram.

RevealedSoulEven commented 8 months ago

Oohhh then also the upload speed it just too high. I thought you've been using some threading or so to achieve it. But however, great project.