abhishekjnvk / telegram-channel-downloader

Open Source Node.js script that simplifies scraping media files and messages from Telegram channels, groups, or users, facilitating offline access and storage of images, videos, and documents
79 stars 15 forks source link

Feature Request: Ability to Skip files that already exist #5

Open Katylar opened 4 months ago

Katylar commented 4 months ago

Basically, it's not uncommon for me to get an error when downloading/archiving a large channel. So when I try to restart the download, I end up redownloading everything--even the files I've already successfully downloaded.

It'd be great if we can add a flag that will allow a download operation to skip if a file with the same filename already exists in the export folder.

abhishekjnvk commented 3 months ago

@Katylar I have added a feature to filter media files based on the media type(imge, video, audio) and extension to solve this issue, in the comming days i will be working on feauture to skip and start download from a particular message.

DimaMinka commented 1 month ago

check the pr @Katylar https://github.com/abhishekjnvk/telegram-channel-downloader/pull/17