Skip to content

Commit

Permalink
update: Studio Ghibli API base endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Nekidev committed Dec 30, 2023
1 parent cd1bcb3 commit 53f4c2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions anime_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
("Animechan", apis.AnimechanAPI, "https://animechan.xyz/docs", True),
("Jikan", None, "https://jikan.docs.apiary.io/#", False),
("Waifu Pics", apis.WaifuPicsAPI, "https://waifu.pics/docs", True),
("Studio Ghibli API", apis.StudioGhibliAPI, "https://ghibliapi.herokuapp.com/", True),
("Studio Ghibli API", apis.StudioGhibliAPI, "https://ghibliapi.dev/", True),
("Kitsu", None, "https://kitsu.docs.apiary.io/#", False),
("AniList", None, "https://anilist.gitbook.io/anilist-apiv2-docs/", False),
("AniDB", None, "https://wiki.anidb.net/w/API", False),
Expand Down Expand Up @@ -67,6 +67,6 @@
),
]

__version__ = '1.0.1'
__authors__ = ['Nekidev <[email protected]>']
__version__ = '1.0.2'
__authors__ = ['Nekidev <[email protected]>']
__license__ = "MIT License"

0 comments on commit 53f4c2e

Please sign in to comment.