Update version and bump changelog

This commit is contained in:
Omar Roth 2019-02-06 17:49:28 -06:00
parent 8170dad9bd
commit 1dcfa90c8e
3 changed files with 78 additions and 2 deletions

View file

@ -291,7 +291,7 @@ end
def fetch_reddit_comments(id)
client = make_client(REDDIT_URL)
headers = HTTP::Headers{"User-Agent" => "web:invidio.us:v0.13.1 (by /u/omarroth)"}
headers = HTTP::Headers{"User-Agent" => "web:invidio.us:v0.14.0 (by /u/omarroth)"}
query = "(url:3D#{id}%20OR%20url:#{id})%20(site:youtube.com%20OR%20site:youtu.be)"
search_results = client.get("/search.json?q=#{query}", headers)