mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-02 11:26:14 -04:00
Bump version and update CHANGELOG
This commit is contained in:
parent
7abe5dc845
commit
81c2ecc788
3 changed files with 73 additions and 2 deletions
|
@ -270,7 +270,7 @@ end
|
|||
|
||||
def fetch_reddit_comments(id)
|
||||
client = make_client(REDDIT_URL)
|
||||
headers = HTTP::Headers{"User-Agent" => "web:invidio.us:v0.12.0 (by /u/omarroth)"}
|
||||
headers = HTTP::Headers{"User-Agent" => "web:invidio.us:v0.13.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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue