Otiel/BandcampDownloader

Select discography albums to download

andrienko opened this issue · 2 comments

Maybe, would be nice, when downloading discography, to have option to exclude some of the albums (maybe via a modal with listbox or something, maybe activated by separate button or just an option).

Right now, whenever I want to skip some albums (when downloading discography fails on some albums) I am using the snippet:

console.log([].map.call(document.querySelectorAll('.music-grid-item.square a'), a => a.href).join("\r\n"))

(I just paste it into console and it gives list of URLs, I can then paste these to window and erase unwanted ones from there. Maybe will be useful for someone...)

Otiel commented

Thanks for the idea! 👍

That's actually something I have in mind, but I need to do a lot of refactoring before starting to implement this. One day maybe...

Otiel commented

Duplicate #210