marklieberman / downloadstar

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

Adding "decodeURI" so file names are not obfuscated #14

Closed jrie closed 6 years ago

jrie commented 6 years ago

"decodeURI" ensures that the download file and name does not contain "%20" (spaces) and other characters, which are stored otherwise.