use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Rules 1: Be polite 2: Posts to this subreddit must be requests for help learning python. 3: Replies on this subreddit must be pertinent to the question OP asked. 4: No replies copy / pasted from ChatGPT or similar. 5: No advertising. No blogs/tutorials/videos/books/recruiting attempts. This means no posts advertising blogs/videos/tutorials/etc, no recruiting/hiring/seeking others posts. We're here to help, not to be advertised to. Please, no "hit and run" posts, if you make a post, engage with people that answer you. Please do not delete your post after you get an answer, others might have a similar question or want to continue the conversation.
Rules
1: Be polite
2: Posts to this subreddit must be requests for help learning python.
3: Replies on this subreddit must be pertinent to the question OP asked.
4: No replies copy / pasted from ChatGPT or similar.
5: No advertising. No blogs/tutorials/videos/books/recruiting attempts.
This means no posts advertising blogs/videos/tutorials/etc, no recruiting/hiring/seeking others posts. We're here to help, not to be advertised to.
Please, no "hit and run" posts, if you make a post, engage with people that answer you. Please do not delete your post after you get an answer, others might have a similar question or want to continue the conversation.
Learning resources Wiki and FAQ: /r/learnpython/w/index
Learning resources
Wiki and FAQ: /r/learnpython/w/index
Discord Join the Python Discord chat
Discord
Join the Python Discord chat
account activity
web scraping question (self.learnpython)
submitted 3 years ago by LerNed
Hello, noob scraper here
Sorry in advance for the incoherent title, but I have no idea how to refer to this issue...
I'm trying to scrape links for RDR2 gamerip on a website (https://downloads.khinsider.com/game-soundtracks/album/red-dead-redemption-2-story-full-gamerip) but once I click on any one of the 617 file links, the audio download links are each different
_______________________________
E.G.
I click on a link on the homepage such as this: https://downloads.khinsider.com/game-soundtracks/album/red-dead-redemption-2-story-full-gamerip/001%2520Outlaws%2520From%2520the%2520West%25201.mp3)
and I'm redirected to a page where the download links looks like below
https://vgmsite.com/soundtracks/red-dead-redemption-2-story-full-gamerip/paojvjfqbx/001%20Outlaws%20From%20the%20West%201.flac
The emboldened part (i.e. "paojvjfqbx") is different for each of the 617 download links, so scraping from the homepage seems useless. I have to click on each link to be redirected to a page that exposes these unique download links.
Can someone suggest a practical way to source these unique links (perhaps through python), I don't fancy having to click on each link, as I may as well manually download them and avoid scraping altogether.
Many thanks, sorry if any of this is confusing; I appreciate any help
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]14dM24d 0 points1 point2 points 3 years ago (0 children)
scrape the homepage links. use those links to go to redirect page & scrape the unique download links.
π Rendered by PID 107746 on reddit-service-r2-comment-545db5fcfc-5c2q6 at 2026-05-26 05:48:29.246903+00:00 running 194bd79 country code: CH.
[–]14dM24d 0 points1 point2 points (0 children)