summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOmar Roth <omarroth@hotmail.com>2019-02-25 12:16:13 -0600
committerOmar Roth <omarroth@hotmail.com>2019-02-25 12:16:13 -0600
commit2847c34f58ea6b32b39c231a0cbdb5d764895e04 (patch)
tree3bc11bd9eb5f2edf69b6f29b663b1902f80247d0
parentb5a00f3c47f76871722bf5ae957b2b890789ca72 (diff)
downloadinvidious-2847c34f58ea6b32b39c231a0cbdb5d764895e04.tar.gz
invidious-2847c34f58ea6b32b39c231a0cbdb5d764895e04.tar.bz2
invidious-2847c34f58ea6b32b39c231a0cbdb5d764895e04.zip
Bump version
-rw-r--r--shard.yml2
-rw-r--r--src/invidious/comments.cr2
2 files changed, 2 insertions, 2 deletions
diff --git a/shard.yml b/shard.yml
index e0fea2ee..3ce6e76f 100644
--- a/shard.yml
+++ b/shard.yml
@@ -1,5 +1,5 @@
name: invidious
-version: 0.14.0
+version: 0.14.1
authors:
- Omar Roth <omarroth@hotmail.com>
diff --git a/src/invidious/comments.cr b/src/invidious/comments.cr
index 87cd4294..8ac3b156 100644
--- a/src/invidious/comments.cr
+++ b/src/invidious/comments.cr
@@ -252,7 +252,7 @@ end
def fetch_reddit_comments(id)
client = make_client(REDDIT_URL)
- headers = HTTP::Headers{"User-Agent" => "web:invidio.us:v0.14.0 (by /u/omarroth)"}
+ headers = HTTP::Headers{"User-Agent" => "web:invidio.us:v0.14.1 (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)
bedded maps)SimonBrazell 2020-02-23OSM redirects (experimental)SimonBrazell 2020-02-22Add date retrieved and source to YT assetsSimonBrazell 2020-02-22Always proxy video through Invidious without an accountv1.1.9SimonBrazell 2020-02-19Redirect requests for 'YouTube Player API' assets to local files instead.v1.1.8SimonBrazell 2020-02-12Avoid redirecting `tweetdeck.twitter.com` & list instancesv1.1.7SimonBrazell 2020-02-09Updated screenshotsSimonBrazell 2020-02-09Avoid redirecting `studio.youtube.com` & basic instance validationv1.1.6SimonBrazell 2020-02-06Fix missing query strings in redirectsv1.1.5SimonBrazell 2020-02-01Add support for Bibliogram redirectsv1.1.4SimonBrazell 2020-01-15Fix embedded video redirectsSimonBrazell 2019-10-30Update screen shots for latest buildSimonBrazell 2019-10-30Add instances to popup menuSimonBrazell