So i want to scrape attribute value in python and currently i'm using regex but its not that effective so i wanted to know what should i use instead since many says that regex is bad for such thing.
Thanks
This is what i try to get.
<input type="hidden" name="test" value="99948555">
value always contains random numbers.