Handled an error that happens with the 'wait_selector' argument if it resolved to more than 1 element. This affects the StealthyFetcher and the PlayWrightFetcher classes.
Fixed the encoding type in cases where the content_type header gets value with parameters like charset (Thanks to @andyfcx for #12 )
Quality of life
Added more tests to cover new parts of the code and made tests run in threads
[!NOTE]
A friendly reminder that maintaining and improving Scrapling takes a lot of time and effort which I have been happily doing for months even though it's becoming harder. So, if you like Scrapling and want it to keep improving, you can help by supporting me through the Sponsor button.
What's changed
Bugs Squashed
StealthyFetcher
and thePlayWrightFetcher
classes.content_type
header gets value with parameters likecharset
(Thanks to @andyfcx for #12 )Quality of life
Contributions