Compare commits

...

2 Commits

Author SHA1 Message Date
Ben Goldsworthy 5120d13117
log _Excel Saga_ episodes 2024-03-15 22:20:34 +01:00
Ben Goldsworthy f3368d7d92
fix: undefined TV episode log 2024-03-15 22:20:17 +01:00
2 changed files with 29 additions and 0 deletions

View File

@ -1,4 +1,32 @@
[
{
"name": "The Cold is Winter! Snowed Under Episode",
"overview": "When Ilpalazzo sends Excel and Hyatt on a mission to gather more resources for Across, the duo find themselves journeying out to the mountains. However, whether it\u2019s panning for gold or hunting for meat, finding resources in the middle of a survival drama setting promises to be far from an easy task for our intrepid heroines! And elsewhere, Watanabe, Iwata and Sumiyoshi face trials of their own as they attend a bizarre training seminar and meet up with a new colleague\u2014the beautiful and dangerous Misaki Matsuya.",
"air_date": "1999-11-11",
"episode_number": 6,
"season_number": 1,
"tmdb_id": 408097,
"series": {
"tmdb_id": 9519
},
"date_added": "2024-03-15",
"date_finished": "2024-03-15",
"added_by_id": "86586"
},
{
"name": "The Interesting Giant Tower",
"overview": "To find out just how corrupt F City\u2019s officials are, Excel and Hyatt are sent to infiltrate City Hall, where they soon find themselves embroiled in a sea of deceitful, underhanded and downright crazy goings-on! But with the help of some Resident Evil-style hints scrawled on the bathroom wall, the duo just might be able to unravel the events going on at City Hall, not to mention add their own brand of chaos to the mix\u2026",
"air_date": "1999-11-04",
"episode_number": 5,
"season_number": 1,
"tmdb_id": 408096,
"series": {
"tmdb_id": 9519
},
"date_added": "2024-03-15",
"date_finished": "2024-03-15",
"added_by_id": "86585"
},
{
"name": "Love Puny",
"overview": "When Ilpalazzo decides to amuse himself with a handheld dating game, little does he realise that his in-game choices are affecting Watanabe\u2019s real life attempts to spend time with his beautiful (if somewhat ill) new neighbour Hyatt! But as the game gets continually tougher and crazier, will Ilpalazzo and Watanabe be able to get a winning \"score\", or will it all end in a catastrophic game over?",

View File

@ -618,6 +618,7 @@ def main() -> None:
item_id = "".join(re.findall(r"\d+", input("Enter ISBN: ")))
elif "tv-episodes" == media_type:
log = "log"
while re.search("(tt)?[0-9]+", item_id) is None:
item_id = input("Enter TVDB or IMDB ID: ")