Skip to content
This repository was archived by the owner on Sep 28, 2024. It is now read-only.

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
fedecalendino committed Jul 8, 2023
1 parent f7a2450 commit 8ab2cfb
Show file tree
Hide file tree
Showing 3 changed files with 110 additions and 77 deletions.
3 changes: 0 additions & 3 deletions nintendeals/commons/classes/eshops.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
class NAeShop:

FORMAT = "https://www.nintendo.com/{lang}_{country}/games/detail/{slug}"

def __init__(self, game: "Game"):
Expand All @@ -19,7 +18,6 @@ def us_en(self) -> str:


class EUeShop:

FORMAT_NO_LANG = "https://www.nintendo.{domain}{slug}"
FORMAT_LANG = "https://www.nintendo.{domain}/{lang}{slug}"

Expand Down Expand Up @@ -98,7 +96,6 @@ def nz_en(self) -> str:


class JPeShop:

NEW_FORMAT = "https://store-jp.nintendo.com/list/software/{nsuid}.html"
OLD_FORMAT = "https://www.nintendo.co.jp/titles/{nsuid}"

Expand Down
Loading

0 comments on commit 8ab2cfb

Please sign in to comment.