Skip to content

Instantly share code, notes, and snippets.

View ddarkr's full-sized avatar
🪖
in the military service (~24.09)

도다 ddarkr

🪖
in the military service (~24.09)
View GitHub Profile
@ddarkr
ddarkr / steamworkshop.php
Created February 24, 2019 11:26 — forked from Subtixx/steamworkshop.php
Steam Workshop downloader
<?php
/*
* Usage Multiples:
* http://localhost/steamworkshop.php?ids[]=779297608&ids[]=468207596&ids[]=568872931&ids[]=898613611
* Usage Single:
* http://localhost/steamworkshop.php?id=779297608
*/
set_time_limit(0);
define("API_URL", "http://api.steampowered.com/ISteamRemoteStorage/GetPublishedFileDetails/v0001/");