Skip to content

Commit

Permalink
#31 - Move Jikan API to v4
Browse files Browse the repository at this point in the history
With the deprecation of the API v3 endpoints and the included maintenance end of the MyAnimeList parser it was necessary to move to the new Jikan API v4.
  • Loading branch information
Fribb committed Apr 12, 2022
1 parent 165d82e commit 581fe56
Show file tree
Hide file tree
Showing 3 changed files with 256 additions and 231 deletions.
2 changes: 1 addition & 1 deletion Contents/Code/utils/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class CommonUtils:
''' the name of the Agent '''
AGENT_NAME = "MyAnimeList.net"
''' the library languages '''
AGENT_LANGUAGES = [Locale.Language.English]
AGENT_LANGUAGES = [Locale.Language.English, 'fr', 'zh', 'sv', 'no', 'da', 'fi', 'nl', 'de', 'it', 'es', 'pl', 'hu', 'el', 'tr', 'ru', 'he', 'ja', 'pt', 'cs', 'ko', 'sl', 'hr']
''' is the agent a primary provider of the metadata '''
AGENT_PRIMARY_PROVIDER = True
''' allows other agents to provide metadata '''
Expand Down
Loading

0 comments on commit 581fe56

Please sign in to comment.