-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add product IDs * Fix up product loading script * Update .gitignore
- Loading branch information
1 parent
e0bf36f
commit 6beb61c
Showing
44 changed files
with
501 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,4 @@ mtgJson/ | |
*.log* | ||
.idea/ | ||
__pycache__/ | ||
data/review_temp.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,48 @@ | ||
code: dd3 | ||
products: | ||
Duel Deck Anthology: | ||
category: DECK_BOX | ||
category: MULTI_DECK | ||
identifiers: | ||
cardKingdomId: '197095' | ||
tcgplayerProductId: '94108' | ||
subtype: DUEL | ||
Duel Deck Anthology Chandra Deck: | ||
category: DECK | ||
identifiers: | ||
mcmId: '270805' | ||
subtype: DUEL | ||
Duel Deck Anthology Demonic Deck: | ||
category: DECK | ||
identifiers: | ||
mcmId: '270807' | ||
subtype: DUEL | ||
Duel Deck Anthology Divine Deck: | ||
category: DECK | ||
identifiers: | ||
mcmId: '270806' | ||
subtype: DUEL | ||
Duel Deck Anthology Elves Deck: | ||
category: DECK | ||
identifiers: | ||
mcmId: '270802' | ||
subtype: DUEL | ||
Duel Deck Anthology Garruk Deck: | ||
category: DECK | ||
identifiers: | ||
mcmId: '270808' | ||
subtype: DUEL | ||
Duel Deck Anthology Goblins Deck: | ||
category: DECK | ||
identifiers: | ||
mcmId: '270803' | ||
subtype: DUEL | ||
Duel Deck Anthology Jace Deck: | ||
category: DECK | ||
identifiers: | ||
mcmId: '270804' | ||
subtype: DUEL | ||
Duel Deck Anthology Liliana Deck: | ||
category: DECK | ||
identifiers: | ||
mcmId: '270809' | ||
subtype: DUEL |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.