Been trying to self learn python for the last couple weeks, and started a small project where
I would like to extract specific values within an URL knowing CSS path for example from:
https://lolalytics.com/lol/aatrox/counters/?lane=middle&vslane=middle&patch=12.9
And gather all the class “Counter_wr__fzjtG” on the URL
Thank you!