Releases: LordRusk/goscrape
v1.3.3
v1.3.2
v1.3.1
v1.3
Error handling done mostly with fmt.Errorf
rather then log.Fatal(errors.New())
or errors.New()
for ease of formatting. Download moved out of its own function because having a function that is only called once in the code forces people to jump around your code. It's much more readable...(if you know how to read code). License added. Generally better written GO.
v1.2
v1.0
Big changes with version 1.0, changed to using simple read-only api instead of reqest library, regex, etc. This has given the scraper great speed increases, along with cool additions like the -o
option which will save the files as their original uploaded name rather then post-id. Another change is the addition of getopts
, which now handles customDownloadDir
and useOrigFilename
, along with giving goscrape a nice default instructional error message. Goscrape has probably reached it's peak, I don't want it to get any more complex, but I've thought that many times before.