Open kirbyzhou opened 5 years ago
KODI always tell me connection error.
I have try to CURL it by hand. https://api.douban.com/v2/movie/search?q=StarTrek Error returns by douban
{"msg":"invalid_apikey","code":104,"request":"GET \/v2\/movie\/search"}
This is because of Douban API. Douban closed some APIs , such as search. and need APIkey for others. It seems no solution so far. You may use alternative Scraper, like Movie DB. The content are Chinese included.
KODI always tell me connection error.
I have try to CURL it by hand. https://api.douban.com/v2/movie/search?q=StarTrek Error returns by douban
{"msg":"invalid_apikey","code":104,"request":"GET \/v2\/movie\/search"}