Skip to content

Commit

Permalink
right stuf messed up their backend or smth
Browse files Browse the repository at this point in the history
  • Loading branch information
LNRelease committed Oct 7, 2023
1 parent f4510e5 commit db36c77
Show file tree
Hide file tree
Showing 12 changed files with 751 additions and 1,108 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ Dec 12|[Suzume](https://yenpress.com/titles/9781975373061-suzume)|1|Yen Press|
Dec 12|[That Time I Got Reincarnated as a Slime](https://yenpress.com/titles/9781975375539-that-time-i-got-reincarnated-as-a-slime-vol-17-light-novel)|17|Yen Press|πŸ–₯οΈπŸ“–|
Dec 12|[The Girl I Saved on the Train Turned Out to Be My Childhood Friend](https://yenpress.com/titles/9781975372644-the-girl-i-saved-on-the-train-turned-out-to-be-my-childhood-friend-vol-5-light-novel)|5|Yen Press|πŸ–₯οΈπŸ“–|
Dec 12|[The Magician Who Rose From Failure](https://j-novel.club/series/the-magician-who-rose-from-failure#volume-6)|6|J-Novel Club|πŸ–₯️<input class="spacer" alt="πŸ“–" type="image" disabled>|
Dec 12|[Vampire Hunter D](https://www.rightstufanime.com/Vampire-Hunter-D-Novel-Omnibus-Volume-4)|10-12|Dark Horse|<input class="spacer" alt="πŸ–₯️" type="image" disabled>πŸ“–|
Dec 12|[Vampire Hunter D](https://www.rightstufanime.com/Vampire-Hunter-D-Novel-Omnibus-Volume-4_2)|10-12|Dark Horse|<input class="spacer" alt="πŸ–₯️" type="image" disabled>πŸ“–|
Dec 13|[A Late-Start Tamer's Laid-Back Life](https://j-novel.club/series/a-late-start-tamer-s-laid-back-life#volume-8)|8|J-Novel Club|πŸ–₯️<input class="spacer" alt="πŸ“–" type="image" disabled>|
Dec 14|[The Diary of a Middle-Aged Sage's Carefree Life in Another World](https://j-novel.club/series/the-diary-of-a-middle-aged-sage-s-carefree-life-in-another-world#volume-1)|1|J-Novel Club|πŸ–₯️<input class="spacer" alt="πŸ“–" type="image" disabled>|
Dec 15|[Chillin' in Another World with Level 2 Super Cheat Powers](https://j-novel.club/series/chillin-in-another-world-with-level-2-super-cheat-powers#volume-12)|12|J-Novel Club|πŸ–₯️<input class="spacer" alt="πŸ“–" type="image" disabled>|
Expand Down
56 changes: 31 additions & 25 deletions books.csv

Large diffs are not rendered by default.

1,321 changes: 664 additions & 657 deletions info.csv

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lnrelease/publisher/kodansha.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

NAME = 'Kodansha'

PARSE = re.compile(r'(?P<name>.+?),? (Volume |vol |Part |part )?(?P<volume>\d+)')
PARSE = re.compile(r'(?P<name>.+?),? (?:[Vv]ol(?:ume)? |[Pp]art )?(?P<volume>\d+)')
BRACKET = re.compile(r'(?P<name>.+?)(?: \(.+?\))?')


Expand Down
3 changes: 2 additions & 1 deletion lnrelease/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
import store

TITLE = re.compile(r' \((?:(?:light )?novels?|audio(?:book)?)\)', flags=re.IGNORECASE)
SERIES = re.compile(r'(?:\b|\s)+(?:\((?:(?:light )?novels?|audio(?:book)?)\)|(?:(volume|part) [\d\-\.]+)|omnibus|(?:special|collector\'s) edition)(?:\b|\s|$)+', flags=re.IGNORECASE)
NONWORD = re.compile(r'\W')

PHYSICAL = ('Physical', 'Hardcover', 'Hardback', 'Paperback')
Expand Down Expand Up @@ -114,7 +115,7 @@ class Series:
title: str

def __post_init__(self) -> None:
self.title = TITLE.sub('', self.title).replace('’', "'").strip()
self.title = SERIES.sub('', self.title).replace('’', "'").strip()
self.key = self.key or clean_str(self.title)

@classmethod
Expand Down
2 changes: 1 addition & 1 deletion physical.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ Dec 12|[Spy Classroom Short Story Collection](https://yenpress.com/titles/978197
Dec 12|[Suzume](https://yenpress.com/titles/9781975373061-suzume)|1|Yen Press|πŸ–₯οΈπŸ“–|
Dec 12|[That Time I Got Reincarnated as a Slime](https://yenpress.com/titles/9781975375539-that-time-i-got-reincarnated-as-a-slime-vol-17-light-novel)|17|Yen Press|πŸ–₯οΈπŸ“–|
Dec 12|[The Girl I Saved on the Train Turned Out to Be My Childhood Friend](https://yenpress.com/titles/9781975372644-the-girl-i-saved-on-the-train-turned-out-to-be-my-childhood-friend-vol-5-light-novel)|5|Yen Press|πŸ–₯οΈπŸ“–|
Dec 12|[Vampire Hunter D](https://www.rightstufanime.com/Vampire-Hunter-D-Novel-Omnibus-Volume-4)|10-12|Dark Horse|<input class="spacer" alt="πŸ–₯️" type="image" disabled>πŸ“–|
Dec 12|[Vampire Hunter D](https://www.rightstufanime.com/Vampire-Hunter-D-Novel-Omnibus-Volume-4_2)|10-12|Dark Horse|<input class="spacer" alt="πŸ–₯️" type="image" disabled>πŸ“–|
Dec 19|[A Tale of the Secret Saint](https://sevenseasentertainment.com/books/a-tale-of-the-secret-saint-light-novel-vol-5/)|5|Seven Seas Entertainment|<input class="spacer" alt="πŸ–₯️" type="image" disabled>πŸ“–|
Dec 19|[I Swear I Won't Bother You Again!](https://sevenseasentertainment.com/books/i-swear-i-wont-bother-you-again-light-novel-vol-4/)|4|Seven Seas Entertainment|πŸ–₯οΈπŸ“–|
Dec 19|[My Unique Skill Makes Me OP Even at Level 1](https://www.penguinrandomhouse.com/books/734066/my-unique-skill-makes-me-op-even-at-level-1-vol-4-light-novel-by-miki-nazuna/9781647293116)|4|Kodansha|<input class="spacer" alt="πŸ–₯️" type="image" disabled>πŸ“–|
Expand Down
453 changes: 38 additions & 415 deletions series.csv

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions year/2019.md
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,7 @@ Dec 31|[I Became the Secretary of a Hero](https://crossinfworld.com/sechero-vol2
Dec 31|[Is It Wrong to Try to Pick Up Girls in a Dungeon?](https://yenpress.com/titles/9781975385019-is-it-wrong-to-try-to-pick-up-girls-in-a-dungeon-vol-14-light-novel)|14|Yen Press|πŸ–₯οΈπŸ“–|
Dec 31|[Our Last Crusade or the Rise of a New World](https://yenpress.com/titles/9781975305734-our-last-crusade-or-the-rise-of-a-new-world-vol-2-light-novel)|2|Yen Press|πŸ–₯οΈπŸ“–|
Dec 31|[Outbreak Company](https://j-novel.club/series/outbreak-company#volume-12)|12|J-Novel Club|πŸ–₯️<input class="spacer" alt="πŸ“–" type="image" disabled>|
Dec 31|[Seraph of the End: Guren Ichinose, Resurrection at Nineteen](https://kodansha.us/product/seraph-of-the-end-guren-ichinose-resurrection-at-nineteen-1)|1|Kodansha|<input class="spacer" alt="πŸ–₯️" type="image" disabled>πŸ“–|
Dec 31|[Spice and Wolf](https://yenpress.com/titles/9781975386801-spice-and-wolf-vol-21-light-novel-spring-log-iv)|21|Yen Press|πŸ–₯οΈπŸ“–|
Dec 31|[The Alchemist Who Survived Now Dreams of a Quiet City Life](https://yenpress.com/titles/9781975331610-the-alchemist-who-survived-now-dreams-of-a-quiet-city-life-vol-2-light-novel)|2|Yen Press|πŸ–₯οΈπŸ“–|
Dec 31|[The Irregular at Magic High School](https://yenpress.com/titles/9781975332471-the-irregular-at-magic-high-school-vol-14-light-novel-ancient-city-insurrection-arc-part-i)|14|Yen Press|πŸ–₯οΈπŸ“–|
1 change: 1 addition & 0 deletions year/2020.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ Mar 30|[I Shall Survive Using Potions!](https://j-novel.club/series/i-shall-surv
Mar 31|[86--EIGHTY-SIX](https://yenpress.com/titles/9781975303167-86-eighty-six-vol-4-light-novel-under-pressure)|4|Yen Press|πŸ–₯οΈπŸ“–|
Mar 31|[OWARIMONOGATARI](https://kodansha.us/product/owarimonogatari-2)|2|Kodansha|<input class="spacer" alt="πŸ–₯️" type="image" disabled>πŸ“–|
Mar 31|[Record of Wortenia War](https://j-novel.club/series/record-of-wortenia-war#volume-5)|5|J-Novel Club|πŸ–₯️<input class="spacer" alt="πŸ“–" type="image" disabled>|
Mar 31|[Seraph of the End: Guren Ichinose, Resurrection at Nineteen](https://kodansha.us/product/seraph-of-the-end-guren-ichinose-resurrection-at-nineteen-2)|2|Kodansha|<input class="spacer" alt="πŸ–₯️" type="image" disabled>πŸ“–|
Mar 31|[So I'm a Spider, So What?](https://yenpress.com/titles/9781975398996-so-i-m-a-spider-so-what-vol-8-light-novel)|8|Yen Press|πŸ–₯οΈπŸ“–|
Mar 31|[The Dirty Way to Destroy the Goddess's Heroes](https://yenpress.com/titles/9781975357153-the-dirty-way-to-destroy-the-goddess-s-heroes-vol-3-light-novel-i-m-not-a-bad-evil-god-you-know)|3|Yen Press|πŸ–₯οΈπŸ“–|

Expand Down
11 changes: 7 additions & 4 deletions year/2021.md
Original file line number Diff line number Diff line change
Expand Up @@ -680,13 +680,16 @@ Nov 23|[Reborn as a Space Mercenary: I Woke Up Piloting the Strongest Starship!]
Nov 23|[Record of Wortenia War](https://j-novel.club/series/record-of-wortenia-war#volume-13)|13|J-Novel Club|πŸ–₯️<input class="spacer" alt="πŸ“–" type="image" disabled>|
Nov 23|[Reincarnated as a Dragon Hatchling](https://sevenseasentertainment.com/books/reincarnated-as-a-dragon-hatchling-light-novel-vol-2/)|2|Seven Seas Entertainment|<input class="spacer" alt="πŸ–₯️" type="image" disabled>πŸ“–|
Nov 23|[The Saint's Magic Power is Omnipotent](https://sevenseasentertainment.com/books/the-saints-magic-power-is-omnipotent-light-novel-vol-4/)|4|Seven Seas Entertainment|<input class="spacer" alt="πŸ–₯️" type="image" disabled>πŸ“–|
Nov 24|[Invaders of the Rokujouma!?](https://j-novel.club/series/invaders-of-the-rokujouma#volume-1)|1|J-Novel Club|<input class="spacer" alt="πŸ–₯️" type="image" disabled>πŸ“–|
Nov 24|[Invaders of the Rokujouma!?](https://j-novel.club/series/invaders-of-the-rokujouma#volume-2)|2|J-Novel Club|<input class="spacer" alt="πŸ–₯️" type="image" disabled>πŸ“–|
Nov 24|[Invaders of the Rokujouma!?](https://j-novel.club/series/invaders-of-the-rokujouma#volume-3)|3|J-Novel Club|<input class="spacer" alt="πŸ–₯️" type="image" disabled>πŸ“–|
Nov 24|[Invaders of the Rokujouma!?](https://j-novel.club/series/invaders-of-the-rokujouma#volume-4)|4|J-Novel Club|<input class="spacer" alt="πŸ–₯️" type="image" disabled>πŸ“–|
Nov 24|[Invaders of the Rokujouma!?](https://j-novel.club/series/invaders-of-the-rokujouma#volume-1)|1-4|J-Novel Club|<input class="spacer" alt="πŸ–₯️" type="image" disabled>πŸ“–|
Nov 24|[Invaders of the Rokujouma!?](https://j-novel.club/series/invaders-of-the-rokujouma#volume-5)|5-7|J-Novel Club|<input class="spacer" alt="πŸ–₯️" type="image" disabled>πŸ“–|
Nov 24|[Invaders of the Rokujouma!?](https://j-novel.club/series/invaders-of-the-rokujouma#volume-8)|7.5-8.5|J-Novel Club|<input class="spacer" alt="πŸ–₯️" type="image" disabled>πŸ“–|
Nov 24|[Invaders of the Rokujouma!?](https://j-novel.club/series/invaders-of-the-rokujouma#volume-11)|9-11|J-Novel Club|<input class="spacer" alt="πŸ–₯️" type="image" disabled>πŸ“–|
Nov 24|[Invaders of the Rokujouma!?](https://j-novel.club/series/invaders-of-the-rokujouma#volume-14)|12-14|J-Novel Club|<input class="spacer" alt="πŸ–₯️" type="image" disabled>πŸ“–|
Nov 24|[Invaders of the Rokujouma!?](https://j-novel.club/series/invaders-of-the-rokujouma#volume-17)|15-17|J-Novel Club|<input class="spacer" alt="πŸ–₯️" type="image" disabled>πŸ“–|
Nov 24|[Invaders of the Rokujouma!?](https://j-novel.club/series/invaders-of-the-rokujouma#volume-20)|18-20|J-Novel Club|<input class="spacer" alt="πŸ–₯️" type="image" disabled>πŸ“–|
Nov 24|[Invaders of the Rokujouma!?](https://j-novel.club/series/invaders-of-the-rokujouma#volume-23)|21-23|J-Novel Club|<input class="spacer" alt="πŸ–₯️" type="image" disabled>πŸ“–|
Nov 24|[Invaders of the Rokujouma!?](https://j-novel.club/series/invaders-of-the-rokujouma#volume-26)|24-27|J-Novel Club|<input class="spacer" alt="πŸ–₯️" type="image" disabled>πŸ“–|
Nov 24|[Invaders of the Rokujouma!?](https://j-novel.club/series/invaders-of-the-rokujouma#volume-30)|28-31|J-Novel Club|<input class="spacer" alt="πŸ–₯️" type="image" disabled>πŸ“–|
Nov 24|[My Daughter Left the Nest and Returned an S-Rank Adventurer](https://j-novel.club/series/my-daughter-left-the-nest-and-returned-an-s-rank-adventurer#volume-2)|2|J-Novel Club|πŸ–₯️<input class="spacer" alt="πŸ“–" type="image" disabled>|
Nov 24|[Slayers](https://j-novel.club/series/slayers#volume-11)|11|J-Novel Club|πŸ–₯️<input class="spacer" alt="πŸ“–" type="image" disabled>|
Nov 25|[Mushoku Tensei: Jobless Reincarnation](https://sevenseasentertainment.com/books/mushoku-tensei-jobless-reincarnation-light-novel-vol-14/)|14|Seven Seas Entertainment|πŸ–₯️<input class="spacer" alt="πŸ“–" type="image" disabled>|
Expand Down
5 changes: 3 additions & 2 deletions year/2022.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ Feb 01|[Banner of the Stars](https://j-novel.club/series/crest-of-the-stars#volu
Feb 01|[Disciple of the Lich: Or How I Was Cursed by the Gods and Dropped Into the Abyss!](https://sevenseasentertainment.com/books/disciple-of-the-lich-or-how-i-was-cursed-by-the-gods-and-dropped-into-the-abyss-light-novel-vol-2/)|2|Seven Seas Entertainment|<input class="spacer" alt="πŸ–₯️" type="image" disabled>πŸ“–|
Feb 01|[Grimgar of Fantasy and Ash](https://sevenseasentertainment.com/books/grimgar-of-fantasy-and-ash-vol-17/)|17|Seven Seas Entertainment|<input class="spacer" alt="πŸ–₯️" type="image" disabled>πŸ“–|
Feb 01|[In Another World With My Smartphone](https://j-novel.club/series/in-another-world-with-my-smartphone#volume-20)|20|J-Novel Club|<input class="spacer" alt="πŸ–₯️" type="image" disabled>πŸ“–|
Feb 01|[Invaders of the Rokujouma!?](https://j-novel.club/series/invaders-of-the-rokujouma#volume-34)|32-35|J-Novel Club|<input class="spacer" alt="πŸ–₯️" type="image" disabled>πŸ“–|
Feb 01|[My Next Life as a Villainess: All Routes Lead to Doom!](https://j-novel.club/series/my-next-life-as-a-villainess-all-routes-lead-to-doom#volume-9)|9|J-Novel Club|<input class="spacer" alt="πŸ–₯️" type="image" disabled>πŸ“–|
Feb 01|[Reincarnated as the Last of My Kind (Audiobook)](https://crossinfworld.com/Reincarnated-as-the-Last-of-My-Kind-Volume-3.html)|3|Cross Infinite World|πŸ”Š|
Feb 01|[The NPCs in this Village Sim Game Must Be Real!](https://sevenseasentertainment.com/books/the-npcs-in-this-village-sim-game-must-be-real-light-novel-vol-2/)|2|Seven Seas Entertainment|<input class="spacer" alt="πŸ–₯️" type="image" disabled>πŸ“–|
Expand Down Expand Up @@ -652,8 +653,8 @@ Oct 03|[When Supernatural Battles Became Commonplace](https://j-novel.club/serie
Oct 04|[A Sister's All You Need.](https://yenpress.com/titles/9781975316495-a-sister-s-all-you-need-vol-13-light-novel)|13|Yen Press|πŸ–₯οΈπŸ“–|
Oct 04|[Bottom-Tier Character Tomozaki](https://yenpress.com/titles/9781975338404-bottom-tier-character-tomozaki-vol-8-5-light-novel)|8.5|Yen Press|πŸ–₯οΈπŸ“–|
Oct 04|[Didn't I Say to Make My Abilities Average in the Next Life?!](https://sevenseasentertainment.com/books/didnt-i-say-to-make-my-abilities-average-in-the-next-life-light-novel-vol-14/)|14|Seven Seas Entertainment|πŸ–₯οΈπŸ“–|
Oct 04|[From Toxic Classmate to Girlfriend Goals](https://www.rightstufanime.com/From-Toxic-Classmate-to-Girlfriend-Goals-Novel-Volume-1)|1|Tentai Books|<input class="spacer" alt="πŸ–₯️" type="image" disabled>πŸ“–|
Oct 04|[I Kissed My Girlfriend's Little Sister?!](https://www.rightstufanime.com/I-Kissed-My-Girlfriends-Little-Sister-Novel-Volume-1)|1|Tentai Books|<input class="spacer" alt="πŸ–₯️" type="image" disabled>πŸ“–|
Oct 04|[From Toxic Classmate to Girlfriend Goals](https://www.rightstufanime.com/From-Toxic-Classmate-to-Girlfriend-Goals-Novel-Volume-1_3)|1|Tentai Books|<input class="spacer" alt="πŸ–₯️" type="image" disabled>πŸ“–|
Oct 04|[I Kissed My Girlfriend's Little Sister?!](https://www.rightstufanime.com/I-Kissed-My-Girlfriends-Little-Sister-Novel-Volume-1_3)|1|Tentai Books|<input class="spacer" alt="πŸ–₯️" type="image" disabled>πŸ“–|
Oct 04|[Sugar Apple Fairy Tale](https://yenpress.com/titles/9781975350000-sugar-apple-fairy-tale-vol-1-light-novel-the-silver-sugar-master-and-the-obsidian-fairy)|1|Yen Press|πŸ–₯οΈπŸ“–|
Oct 04|[Suppose a Kid from the Last Dungeon Boonies Moved to a Starter Town](https://yenpress.com/titles/9781975340476-suppose-a-kid-from-the-last-dungeon-boonies-moved-to-a-starter-town-vol-10-light-novel)|10|Yen Press|πŸ–₯οΈπŸ“–|
Oct 04|[The Detective Is Already Dead](https://yenpress.com/titles/9781975348250-the-detective-is-already-dead-vol-4)|4|Yen Press|πŸ–₯οΈπŸ“–|
Expand Down
2 changes: 1 addition & 1 deletion year/2023.md
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,7 @@ Dec 12|[That Time I Got Reincarnated as a Slime](https://yenpress.com/titles/978
Dec 12|[The Executioner and Her Way of Life (Audiobook)](https://yenpress.com/titles/9781975388294-the-executioner-and-her-way-of-life-vol-1-thus-she-is-reborn)|1|Yen Press|πŸ”Š|
Dec 12|[The Girl I Saved on the Train Turned Out to Be My Childhood Friend](https://yenpress.com/titles/9781975372644-the-girl-i-saved-on-the-train-turned-out-to-be-my-childhood-friend-vol-5-light-novel)|5|Yen Press|πŸ–₯οΈπŸ“–|
Dec 12|[The Magician Who Rose From Failure](https://j-novel.club/series/the-magician-who-rose-from-failure#volume-6)|6|J-Novel Club|πŸ–₯️<input class="spacer" alt="πŸ“–" type="image" disabled>|
Dec 12|[Vampire Hunter D](https://www.rightstufanime.com/Vampire-Hunter-D-Novel-Omnibus-Volume-4)|10-12|Dark Horse|<input class="spacer" alt="πŸ–₯️" type="image" disabled>πŸ“–|
Dec 12|[Vampire Hunter D](https://www.rightstufanime.com/Vampire-Hunter-D-Novel-Omnibus-Volume-4_2)|10-12|Dark Horse|<input class="spacer" alt="πŸ–₯️" type="image" disabled>πŸ“–|
Dec 13|[A Late-Start Tamer's Laid-Back Life](https://j-novel.club/series/a-late-start-tamer-s-laid-back-life#volume-8)|8|J-Novel Club|πŸ–₯️<input class="spacer" alt="πŸ“–" type="image" disabled>|
Dec 14|[The Diary of a Middle-Aged Sage's Carefree Life in Another World](https://j-novel.club/series/the-diary-of-a-middle-aged-sage-s-carefree-life-in-another-world#volume-1)|1|J-Novel Club|πŸ–₯️<input class="spacer" alt="πŸ“–" type="image" disabled>|
Dec 15|[Chillin' in Another World with Level 2 Super Cheat Powers](https://j-novel.club/series/chillin-in-another-world-with-level-2-super-cheat-powers#volume-12)|12|J-Novel Club|πŸ–₯️<input class="spacer" alt="πŸ“–" type="image" disabled>|
Expand Down

0 comments on commit db36c77

Please sign in to comment.