inbasic / bulk-media-downloader

A cross-browser extension to detect and download media resources
https://webextension.org/listing/bulk-media-downloader.html
131 stars 54 forks source link

Media files have the same filename, so BMD will download only 1 of them. #37

Open Adam0111 opened 4 years ago

Adam0111 commented 4 years ago

For example the following media files are recognized and listed: filename1.mp3 filename1.mp3 filename1.mp3 ...and so on... They are all different mp3 files, but since they have the same filename on the list, BULKmediaDownloader will only download 1 media file, not all of them. So how to set the downloading process to be able to download all the listed media files by rename them automatically like: filename1.mp3 filename2.mp3 filename3.mp3 ?