Open bschung5 opened 7 years ago
Sounds like an interesting feature, let me take a look.
Any chance having this feature published in the master? I have more than 30 books to be downloaded.
Regards, Thiago
The major reaeson I didn't merge this pull requests:
"download all books concurently" doesn't sounds like a good idea, espcially when you allow at most 100 books to download at same time. Chrome will fork more than 100 processes to download these books and certainly crash user's computer because they can use a lot of memory. (You can test this out)
I added a function that can automatically download all books in the Safari Queue of the user. This batch downloading function reduced the time wasted on manually start new downloading job of another book. Hope you will merge this pull request.