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 code is licensed under the GPL 3.0, see below the code for a copy of the license | |
console.log('simple roblox asset downloader by puyo <[email protected]> <https://github.com/puyoxyz>'); | |
console.log('this is specifically for shirts and pants'); | |
const cdnPath = 'https://assetdelivery.roblox.com/v1/asset/?id='; | |
let request; let xml2js; let parser; let fs; | |
try { |