Skip to content

Instantly share code, notes, and snippets.

@connorshea
Created July 12, 2022 03:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save connorshea/2c31a8e0deb319aa00aa1159cbb43171 to your computer and use it in GitHub Desktop.
Save connorshea/2c31a8e0deb319aa00aa1159cbb43171 to your computer and use it in GitHub Desktop.
ANIME_SPECIFIC_PROPERTIES = [
'P1811', # list of episodes
'P1113', # number of episodes
'P364', # original language of film or TV show
'P449', # original broadcaster
'P2047', # duration
'P86', # composer
'P57', # director
'P4086', # MyAnimeList anime ID
'P8729', # AniList anime ID
'P1985', # Anime News Network anime ID
'P5845', # AnimeClick anime ID
'P1874', # Netflix ID
'P1267', # AlloCiné series ID
'P4110', # Crunchyroll ID
'P4983', # TMDb TV series ID
'P3138', # OFDb film ID
'P2603', # Kinopoisk film ID
'P6992', # IMFDB ID
'P345', # IMDb ID
'P480', # FilmAffinity ID
'P5646', # AniDB anime ID
'P2603', # Kinopoisk film ID
'P3138', # OFDb film ID
'P4835', # TheTVDB.com series ID
'P5327', # fernsehserien.de ID
'P5032', # Filmweb.pl film ID
'P7107', # LezWatch.TV show ID
'P4834', # Deutsche Synchronkartei series ID
'P5387', # Behind The Voice Actors TV show ID
'P4529', # Douban film ID
'P6127', # Letterboxd film ID
'P4947', # TMDb movie ID
].freeze
MANGA_SPECIFIC_PROPERTIES = [
'P4087', # MyAnimeList manga ID
'P8731', # AniList manga ID
'P1984', # Anime News Network manga ID
'P5849', # AnimeClick manga ID
'P6947', # Goodreads series ID
].freeze
SHARED_PROPERTIES = [
'P407', # language of work or name
'P495', # country of origin
'P8345', # media franchise
'P136', # genre
'P2360', # intended public
'P921', # main subject
'P1881', # list of characters
].freeze
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment