marklieberman / downloadstar

Download all items in a webpage that match a pattern
GNU General Public License v3.0
90 stars 16 forks source link

Toggle alphabetical sorting of media items #56

Closed EArmour closed 6 years ago

EArmour commented 6 years ago

When using automatic numbering, there are cases where the original files are named unpredictably, either due to random generation or intentional obfuscation. With the current forced alphabetization of the media list, this can result in downloading and naming ordered items out of order.

I added the ability to toggle between the original, unordered list (preserving the order of elements in the scraped DOM) and the alphabetical URL sort that is currently mandatory.

marklieberman commented 6 years ago

Thank you for the PR