003random / getJS

A tool to fastly get all javascript sources/files
MIT License
731 stars 103 forks source link

Added go routines and refactored #5

Closed pczajkowski closed 4 years ago

pczajkowski commented 4 years ago

I've added go routines, so it should be faster now. But in order to do so I've also refactored quite a lot of code, it's helped me to understand it better. Hope you'll still find it useful.

pczajkowski commented 4 years ago

OK, I've got a bit carried away and added option to save JS into files (including embedded scripts). I'll stop now. But it's really interesting project.

003random commented 4 years ago

Not sure why I didnt notice this PR earlier. LGTM, Thanks!!