Skip to content
Snippets Groups Projects
  1. Oct 27, 2020
  2. Oct 25, 2020
  3. Oct 11, 2020
  4. Sep 28, 2020
  5. Aug 03, 2020
  6. Mar 31, 2020
  7. Mar 29, 2020
  8. Mar 07, 2020
  9. Feb 11, 2020
  10. Nov 10, 2019
  11. Apr 20, 2019
  12. Feb 14, 2019
  13. Feb 02, 2019
  14. Jan 03, 2019
    • Leigh McCulloch's avatar
      Add go modules · cfd2ad2a
      Leigh McCulloch authored
      Add go module files (go.mod, go.sum) and update travis config to build
      with Go 1.11 which was the first version of Go to support modules, and
      to build both with and without modules in that version.
      
      Closes #104
      cfd2ad2a
  15. Oct 10, 2018
  16. Oct 02, 2018
  17. Sep 30, 2018
  18. Sep 29, 2018
  19. Sep 14, 2018
    • Christopher Sawyer's avatar
      Add a User-Agent header to ParseURL() (#97) · c9d2a409
      Christopher Sawyer authored
      * Add a User-Agent header to ParseURL()
      
      I changed the .Get() call to .Do() here for a header insertion
      
      This is a cheap edit, but I've discovered that on GETs the User-Agent is being sent blank.  This is a problem for RSS feeds from Reddit, as Reddit will send back phony 429s  (Rate Limit) responses because the User-Agent is not "valid".   Might want to expose this further if people need to imitate a User-Agent to get around a server-side restriction.
      
      * Update UA string
      c9d2a409
  20. May 02, 2018
  21. Feb 20, 2018
  22. Feb 05, 2018
  23. Jan 03, 2018
  24. Dec 25, 2017
  25. Dec 07, 2017
  26. Oct 20, 2017
Loading