File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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] ;
Original file line number Diff line number Diff 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 ), "," )
You can’t perform that action at this time.
0 commit comments