Skip to content

Commit 3b53ee1

Browse files
authored
Add Tension to the list of prods (#35)
1 parent 903155c commit 3b53ee1

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

demos.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -908,4 +908,13 @@ const allDemos = [
908908
"screenshot": "https://content.pouet.net/files/screenshots/00097/00097517.jpg",
909909
"demozoo": "355455"
910910
} ,
911+
{
912+
"pouet": "103977",
913+
"title": "Tension",
914+
"group": "Digital Dynamite and Aenima",
915+
"youtube": "48nLsoDwfJM",
916+
"date": "2025-04-15",
917+
"screenshot": "https://content.pouet.net/files/screenshots/00103/00103977.jpg",
918+
"demozoo": "371364"
919+
} ,
911920
];

gen.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,11 +157,13 @@ def get_prod_info(self, prod_id):
157157
96589, # Empires
158158
96594, # Naumachia Insianis
159159
97517, # We float here
160+
103977, # Tension
160161
]
161162

162163
# Comment if you want to fetch all prods (note that it will send lots of requests to pouet.net).
163164
ids = ids[-5:]
164165

166+
# Print out the json structs for each prod. To be pasted in demos.js.
165167
for some_id in ids:
166168
prod_info = api.get_prod_info(some_id)
167169
print(json.dumps(prod_info, indent=4), ",")

0 commit comments

Comments
 (0)