Skip to content

Commit f0acf47

Browse files
authored
Add Brute Concrete to the list of prods (#37)
1 parent 0b20ef4 commit f0acf47

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

demos.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -917,4 +917,13 @@ const allDemos = [
917917
"screenshot": "https://content.pouet.net/files/screenshots/00103/00103977.jpg",
918918
"demozoo": "371364"
919919
} ,
920+
{
921+
"pouet": "104973",
922+
"title": "Brute Concrete",
923+
"group": "United Force and Digital Dynamite",
924+
"youtube": "cHac0VpKh8c",
925+
"date": "2025-09-15",
926+
"screenshot": "https://content.pouet.net/files/screenshots/00104/00104973.jpg",
927+
"demozoo": "377656"
928+
} ,
920929
];

gen.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ def get_prod_info(self, prod_id):
158158
96594, # Naumachia Insianis
159159
97517, # We float here
160160
103977, # Tension
161+
104973, # Brute Concrete
161162
]
162163

163164
# Comment if you want to fetch all prods (note that it will send lots of requests to pouet.net).

0 commit comments

Comments
 (0)