E
elfenliedtopfan2
Guest
ok what im trying to do is rip images and couple of xhr files also but scraping a website requires it to be in a hashed link witch i created in regex the issue i have i have to load one link then some how load the link witch is only avalible in inepct element like if you load inspect element and click on images you can get a link like this
https://media.sketchfab.com/urls/b1...64a534e5/7c6e1ce6e9644840bb01fa61da828e55.jpg
and what i need to do is load onto the site with the main link then get all images on the model with this kinda link i tryied regex with this
(https://media.sketchfab.com)\/urls\/[a-zA-Z0-9]+\/dist\/textures\/[a-zA-Z0-9]+\/[a-zA-Z0-9]+.jpg
and that gets the link well should do not fully tested yet becsuse i dont know how to load the site via regex then find this because its in inspct element and not sure how to access stuff like that form code
anyone know how to rip files form network tab in devcontols on chrome ?
Continue reading...
https://media.sketchfab.com/urls/b1...64a534e5/7c6e1ce6e9644840bb01fa61da828e55.jpg
and what i need to do is load onto the site with the main link then get all images on the model with this kinda link i tryied regex with this
(https://media.sketchfab.com)\/urls\/[a-zA-Z0-9]+\/dist\/textures\/[a-zA-Z0-9]+\/[a-zA-Z0-9]+.jpg
and that gets the link well should do not fully tested yet becsuse i dont know how to load the site via regex then find this because its in inspct element and not sure how to access stuff like that form code
anyone know how to rip files form network tab in devcontols on chrome ?
Continue reading...