I am new to python and I want to use web scraping to download songs from website. how do I write code to check if the website has uploaded a new song and have that song automatically be downloaded onto my computer. I know how to use the requests.get() module but i am more interested in knowing how to download and save every new song that the website uploads on the site. I would extremely appreciate the help from anyone. Thanks! -- https://mail.python.org/mailman/listinfo/python-list
- Web Scraping 121sukha via Python-list
- Re: Web Scraping alister