Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add WikidataId to ExternalIds #475

Merged
merged 1 commit into from
Jan 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
}
Loading