I'm busy trying to scrape a dynamic website in order to get a URL that I can use to download the server software for a game every time it updates.
The site is "http://craftstud.io/builds" and where it says "Server XX.X.X.X" is what I'm trying to scrape.
I really don't want it to get complicated with Javascript and external modules, so if there is a simple solution I am all ears.
I also can't for the life of me get third party modules installed such as BeautifulSoup (Stupid Windows).
Thanks all!