Ruby library for fetching documents and images from the web
WebFetcher is a module designed to facilitate fetching large amounts of documents and images from the web. With WebFetcher it is easy to do such things as downloading all the images on a page.
WebFetcher is a module designed to facilitate fetching large amounts of documents and images from the web. With WebFetcher it is easy to do such things as downloading all the images on a page.
To install rb-webfetcher, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rb-webfetcher
To see what files were installed by rb-webfetcher, run:
port contents rb-webfetcher
To later upgrade rb-webfetcher, run:
sudo port selfupdate && sudo port upgrade rb-webfetcher
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.