Commit e92b8730 authored by captainwong's avatar captainwong

update douban-api-proxy url

parent 8ce57f3f
...@@ -7,7 +7,7 @@ from cps.services.Metadata import Metadata ...@@ -7,7 +7,7 @@ from cps.services.Metadata import Metadata
class Google(Metadata): class Google(Metadata):
__name__ = "豆瓣" __name__ = "豆瓣"
__id__ = "douban" __id__ = "douban"
__url__ = "http://192.168.1.168:8085" __url__ = "http://douban-api-proxy.captainwong.cn"
def search(self, query, __): def search(self, query, __):
if self.active: if self.active:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment