Karl Lorey
Karl Lorey
Same code produces the following result for me withing seconds: ``` {'title': 'Improve version pinning'} ``` Please add dependencies (`pip freeze`, etc.) and further information to reproduce, so far I'm...
Thanks, that's very weird. * Which version are you using? * since `generate_all_value_matches` just calls BeautifulSoup's find all in the latest version, I have no answer yet.
Does the same happen for `what?`?
Why don't you add a second example?
This is how it's meant to be called, not sure what you're trying to achieve. ```python training_set = TrainingSet() html = "with a question mark?" page = Page(html) sample =...
W was now able to reproduce, will look into this if I find the time. Seems like it does not stop generating CSS selectors although the tag is unique already.
Prettify creates whitespace that mlscraper currently is sensitive to. I know this is not perfect, but it's on the roadmap.
Related: #15
Good catch!
I don't understand what you're trying to achieve. Can you share the exact code you've tried?