badoux / goscraper

Golang pkg to quickly return a preview of a webpage (title/description/images)
MIT License
108 stars 38 forks source link

Add timeout, useragent and proxy support. #7

Open researcx opened 5 years ago

researcx commented 5 years ago

Thanks! I've made the pull request. As Go doesn't support optional function parameters (https://github.com/golang/go/issues/1675), the timeout, useragent and proxy parameters will become required with this code. This may require users using goscraper to adjust the goscrape function in their code to this variant, which isn't too ideal.