Guest backslash Posted January 14, 2021 Share Posted January 14, 2021 (edited) Description: Downloads every video from the site vrhush.com. Realized how many terabytes they had in terms of content and decided that I wasn't going to even watch half of it. Here is the full code for anyone that wishes to learn from it or use it. Download: https://www.solidfiles.com/v/DGaXawpKwAn4B Setup: Fairly straight forward: 1. Download python 3.6+ onto your system, when installing it make sure you click the button that says "add to path" (if you are on windows). 2. Run the following commands in your console: pip install requests pip install bs4 3. Go into your main.py and edit your cookies (its at the bottom). You will need to go to your browsers and check local storage for the cookies you have on vrhush.com. Replace each of the entries below with your actual cookie. There are some videos out there, if you are truely clueless ill add a writeup for doing that. cookies = { "journey_session":"eyJpdiI6InpZZlI2aFByTFZqN3crSHRtK051ZVJad2FWajRDYmk0VUxRbFRpd2IreVE9IiwidmFsdWUiOiJSWTVBenhaRTg0dklcL0FZVXRHcHlpWmd0S3VIXC96NVJsNGwwRXp5NUVEWXRtbmVtajFtSWdCYU56SlN3OU5kK3pGaGNIeUU2UHdBYUZXdnQ1U01Fd1RnPT0iLCJtYWMiOiJiOGIxZWNlYmI4ZDJmZjdkYThkNDkzYjEyMDQ1Yzg1OTkyMGU3NGZhNzcyZGJhMmY1NjZhNmU4ZDgwMWQ2N2U4In0%3D", "remember_jauntGuard_59ba36addc2b2f9401580f014c7f58ea4e30989d":"eyJpdiI6IlkxeVlnS0NBbEkxV0o2MGJDUExZcnk2eldtRjRmajhCdjFtbXN1NkY3dFE9IiwidmFsdWUiOiI3TkZ5ZDdFTStFbGxZb0JTZnVVY2krcExTWWdlZmE3eTQwc0hBVEg1N1lYTzJndGdJMko5Rm9nclNYbURJK0s0cWc5eW5qRlwvZnY1TDF3UEFhSUVYenN0eFliZWdaQnZBaG9KclpFTStlZkdkQ2t1SXdiWnlTNEUreHo2NmduYmEiLCJtYWMiOiJmYjFmMDYxNWU4YTk5NmRkZjRkZTRhYWMyZjc3ZDg1OGE5ZjhhMTQyYWQ5MWE1ZTBkM2NiMDRmOTI0YTFkMjU1In0%3D", "nats_sess":"3a3f34b5a830f8d9c085bedc539aeef1", "nats_unique":"MzAwMDAyNDYuMy43MS4xODQuNS4wLjAuMC4w", "nats_landing":"No%2BLanding%2BPage%2BURL", "nats_cookie":"https%253A%252F%252Fvrhush.com%252F", "nats":"MzAwMDAyNDYuMy43MS4xODQuNS4wLjAuMC4w" } 4. Click start.bat, if it exits it means you did one of the steps listed above incorrectly. you will need to go into your command line and run the file manually i.e (open up command prompt drag and drop the batch file and then hit enter and see what the error is) 5. Thats it, happy scraping 😄 If you need help or anything else leave a comment, also open to suggestions for future crawling bots. enjoy Edited January 15, 2021 by backslash added link Quote Link to comment
VIP plexpornmaster Posted January 14, 2021 VIP Share Posted January 14, 2021 (edited) Not sure if I'm just stupid or what, but I'm not actually seeing code here. Did a link not get added or something? Anyways, nice job (I assume). I've written more than a few similar scripts (though in my case with bash instead of python). Edited January 14, 2021 by plexpornmaster Quote Link to comment
Guest backslash Posted January 15, 2021 Share Posted January 15, 2021 3 hours ago, plexpornmaster said: Not sure if I'm just stupid or what, but I'm not actually seeing code here. Did a link not get added or something? Anyways, nice job (I assume). I've written more than a few similar scripts (though in my case with bash instead of python). yeah zero clue what happened, didn't properly add the link. Fixed and added the link. Thank you, yeah these scripts come in handy if you have a limited trial and want to make the most of it. Quote Link to comment
Hux Posted September 27, 2021 Share Posted September 27, 2021 Is there a way to download specific scenes with this method? Don't have the space to rip the whole site. Quote Link to comment
Recommended Posts
Join the conversation
You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.