aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/google-news
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2023-01-20 14:58:55 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2023-01-20 15:17:13 +0530
commit5ddcd036f964ce75f93c3fdc1a657feeb43103c8 (patch)
tree8f39e1bf5588930e508d7eacc691ffb82ee88cb6 /recipes/google-news
parentfeat: add several recipes (#293) (diff)
downloadferdium-recipes-5ddcd036f964ce75f93c3fdc1a657feeb43103c8.tar.gz
ferdium-recipes-5ddcd036f964ce75f93c3fdc1a657feeb43103c8.tar.zst
ferdium-recipes-5ddcd036f964ce75f93c3fdc1a657feeb43103c8.zip
Update serviceUrls for all google services to return to the current user's page if the session is active
Diffstat (limited to 'recipes/google-news')
-rw-r--r--recipes/google-news/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/google-news/package.json b/recipes/google-news/package.json
index c7d7694..4db1d40 100644
--- a/recipes/google-news/package.json
+++ b/recipes/google-news/package.json
@@ -1,9 +1,9 @@
1{ 1{
2 "id": "google-news", 2 "id": "google-news",
3 "name": "Google News", 3 "name": "Google News",
4 "version": "1.3.0", 4 "version": "1.3.1",
5 "license": "MIT", 5 "license": "MIT",
6 "config": { 6 "config": {
7 "serviceURL": "https://news.google.com/" 7 "serviceURL": "https://news.google.com/u/0/"
8 } 8 }
9} 9}