summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOmar Roth <omarroth@hotmail.com>2019-03-20 09:20:51 -0500
committerOmar Roth <omarroth@hotmail.com>2019-03-20 09:20:51 -0500
commit88e6b865d9ace82edbb4fd5cbda43747cc5268ed (patch)
tree3c77e9a24bdb3e21bff6beba1cac57c4f9a48e17
parentd5c6d74f143f8230b810291ae5f4300ed29420d6 (diff)
downloadinvidious-88e6b865d9ace82edbb4fd5cbda43747cc5268ed.tar.gz
invidious-88e6b865d9ace82edbb4fd5cbda43747cc5268ed.tar.bz2
invidious-88e6b865d9ace82edbb4fd5cbda43747cc5268ed.zip
Update contact email for text captcha
-rw-r--r--src/invidious.cr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/invidious.cr b/src/invidious.cr
index 979365c1..041e5850 100644
--- a/src/invidious.cr
+++ b/src/invidious.cr
@@ -90,7 +90,7 @@ YT_URL = URI.parse("https://www.youtube.com")
REDDIT_URL = URI.parse("https://www.reddit.com")
LOGIN_URL = URI.parse("https://accounts.google.com")
PUBSUB_URL = URI.parse("https://pubsubhubbub.appspot.com")
-TEXTCAPTCHA_URL = URI.parse("http://textcaptcha.com/omarroth@hotmail.com.json")
+TEXTCAPTCHA_URL = URI.parse("http://textcaptcha.com/omarroth@protonmail.com.json")
CURRENT_BRANCH = {{ "#{`git branch | sed -n '/\* /s///p'`.strip}" }}
CURRENT_COMMIT = {{ "#{`git rev-list HEAD --max-count=1 --abbrev-commit`.strip}" }}
CURRENT_VERSION = {{ "#{`git describe --tags --abbrev=0`.strip}" }}