Skip to content

Commit

Permalink
Merge pull request #475 from mschuepbach/feature/wikidata-id
Browse files Browse the repository at this point in the history
Add WikidataId to ExternalIds
  • Loading branch information
Shadowghost authored Jan 2, 2024
2 parents 19cae49 + 8716c50 commit 397a528
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
3 changes: 3 additions & 0 deletions TMDbLib/Objects/General/ExternalIds.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@ public class ExternalIds

[JsonProperty("tvrage_id")]
public string TvrageId { get; set; }

[JsonProperty("wikidata_id")]
public string WikidataId { get; set; }
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
imdb_id: tt1856101,
facebook_id: BladeRunner2049,
twitter_id: bladerunner,
instagram_id: bladerunnermovie
instagram_id: bladerunnermovie,
wikidata_id: Q21500755
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
freebase_id: /en/bruce_willis,
freebase_mid: /m/0h7pj,
id: Id_1,
tvrage_id: 10183
tvrage_id: 10183,
wikidata_id: Q2680
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
tvdb_id: 349232,
freebase_mid: /m/03mb620,
id: Id_1,
tvrage_id: 637041
tvrage_id: 637041,
wikidata_id: Q14625947
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
tvdb_id: 30272,
freebase_id: /en/breaking_bad_season_1,
freebase_mid: /m/05yy27m,
id: Id_1
id: Id_1,
wikidata_id: Q1582890
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
freebase_id: /en/game_of_thrones,
freebase_mid: /m/0524b41,
id: Id_1,
tvrage_id: 24493
tvrage_id: 24493,
wikidata_id: Q23572
}

0 comments on commit 397a528

Please sign in to comment.