[grilo-plugins] thegamesdb: Update base api url



commit db0b69b1136e6ad425678ac5e490c1b84c3d8723
Author: 1PunMan <saurabhsingh412 gmail com>
Date:   Fri Jul 6 21:03:34 2018 +0530

    thegamesdb: Update base api url
    
    The current API has been deprecated and a date to be shutdown is yet
    to be defined but in the meanwhile the url needs to be updated to keep
    source working.
    
    Quote from: https://forums.thegamesdb.net/viewtopic.php?t=27
    
    On Jun 10, 2018
     > 2 weeks ago we started redirecting http://thegamesdb.net/
     > traffic to http://legacy.thegamesdb.net/,
     > and now in 2 weeks time whats currently known as
     > https://beta.thegamesdb.net/ would be moved to
     > https://thegamesdb.net/
    
    https://gitlab.gnome.org/GNOME/grilo-plugins/issues/6
    Signed-off-by: Victor Toso <victortoso redhat com>

 src/lua-factory/sources/grl-thegamesdb.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/lua-factory/sources/grl-thegamesdb.lua b/src/lua-factory/sources/grl-thegamesdb.lua
index fd3fde2..ae9590a 100644
--- a/src/lua-factory/sources/grl-thegamesdb.lua
+++ b/src/lua-factory/sources/grl-thegamesdb.lua
@@ -42,7 +42,7 @@ netopts = {
 -- Source utils --
 ------------------
 
-THEGAMESDB_BASE_API_URL = "http://thegamesdb.net/api/";
+THEGAMESDB_BASE_API_URL = "http://legacy.thegamesdb.net/api/";
 
 ---------------------------------
 -- Handlers of Grilo functions --


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]