From 50d1ee466fd49ec07e85a18238bb5e68abd3d84a Mon Sep 17 00:00:00 2001 From: Carol Date: Thu, 7 Sep 2023 15:13:29 +0800 Subject: [PATCH] =?UTF-8?q?change:=20=E4=BF=AE=E6=94=B9tmdb=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tmdb.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tmdb.py b/tmdb.py index 8237657..276161f 100644 --- a/tmdb.py +++ b/tmdb.py @@ -9,6 +9,7 @@ import utils.DateUtil as DateUtil # https://api.tmdb.org # https://tmdb.nastool.org # https://t.nastool.workers.dev +# https://api.themoviedb.org api_url = "https://api.themoviedb.org" image_url = "https://www.themoviedb.org"