Feature Request: option to show projected total scrape size and confirm before downloading #81
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hello!
I would like to ask/mention a feature idea, where the user gets a notification about how big the scrape size is before downloading.
Admittedly I do not know how the scraping process works in code, so I do not know if it would be implementable or not.
Basically my idea is to have an extra option inside config.conf that if enabled, it would show how big the scrape would be from the selected account(s) and then the user gets a notification about it, then decides to go with it or cancel, lets just say as an example the program asks if you still want to continue with it type Y otherwise N.
Having it as an option inside config.conf would make it so not everyone needs to use this, as I am sure people don't stay at their PCs or they just download overnight and dont want to wait for this extra check but it also would be a good addition for those who would either like to check if they have enough space on their drives and make a decision if they should scrape or change the download location before.
I don't know how useful this would be, since determining the size alone would take a very significant amount oof time, but I leave this for sim0n00ps to decline if he does not want to pursue this.
Feature Request: Show scrape size before downloading as an extra optionto Feature Request: option to show scrape size and confirm before downloadingThis can be done, my main concern is that the amout of requests that are needed to be made to work these out has always been a problem as essentially you are having to go to each media url invididually and get the file size. This can lead to you getting rate limited before you've even started downloading a piece of media. Obviously this all depends on the account you are scraping.
Feature Request: option to show scrape size and confirm before downloadingto Feature Request: option to show projected total scrape size and confirm before downloading