Categories > Coding > Javascript >
[HELP] How to get a raw download link from mediafire?
Posted
So i've been writing a scraper for RobloxScripts.com, and the problem that I'm getting is that the download links are not raw download links, which is what I need. Is there any way of getting the raw download link with Puppeteer? I don't want to download a local copy of the file, since this may cause problems in the future. I just want to have the raw download link (or at least the raw content).
Added
@_realnickk thing is, the "download link" is just an HTML page with obfuscated JS that downloads the file
Cancel
Post
Added
I thought of a way to get the download, however it involves downloading a local copy of it, and I'm not even sure if it'll be possible.
Cancel
Post
Added
@_realnickk dw i found a solution that is much easier
for some reason it actually redirects you to the RAW download link if it ever finds that u arent a web browser
Cancel
Post
My new discord is Wabz#1337 with ID 777154062789509130
Replied
@Moon what am i using to do what? scrape robloxscripts.com or downloading the raw file from mediafire?
Cancel
Post
My new discord is Wabz#1337 with ID 777154062789509130
Replied
@Moon you still didnt specify which one of the two things you want me to answer on
for scraping robloxscripts.com im using a headless browser called puppeteer
for downloading raw files from mediafire axios seems to work i didnt expect that since if you visit the page on a real browser it puts a ton of obfuscated JS that downloads the file
Cancel
Post
My new discord is Wabz#1337 with ID 777154062789509130
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post