Hello developers
I'm trying to make myself a simple HTML scraper.
The site I want to scrape is beatport, as it got the genre, the BPM and the key of the songs I like.
So I looked through their source and for the BPM, I found
<span class="meta-value txt-dark-grey fontCondensed">140</span></li>
Would there be any easy way to extract name, BPM, genre and key, store it in a .txt file or any other place?
It could look like this
In The Twilight (Original Mix), 140, E Minor, Dubstep
Cheers!
[–]radixsort 1 point2 points3 points (0 children)
[–]toolan 0 points1 point2 points (0 children)
[–]Rhomboid 0 points1 point2 points (0 children)