diff options
Diffstat (limited to 'scrape.go')
| -rw-r--r-- | scrape.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -96,7 +96,7 @@ func (s *Scraper) Run() { } } - go s.scrape() + s.scrape() s.wg.Wait() close(s.jobs) |
| index : flyscrape | |
| Flyscrape is a command-line web scraping tool designed for those without advanced programming skills. |
| summaryrefslogtreecommitdiff |