otsch
otsch
@BruceDone Fixed 👍🏻
Ping @BruceDone 🙏🏻
> It might be a good idea to let users pick a shorter wait time when they get a 429 error You can already customize the wait times, see https://www.crwlr.software/packages/crawler/v1.1/the-crawler/politeness#wait-and-retry...
> Branch 5.4 accepts only bug fixes. Please remove the new arguments from this PR and keep only the bugfix part. Then please submit another PR for 6.3 to consider...
@nicolas-grekas I now also fixed the code style issues from the fabbot.io github action. Sadly the "Tests 8.0" action failed now, but I think it's not related to the code...
> innerText is something that one should use on tags that don't have child nodes. If that's the case I'm misunderstanding it. In the docs it says: > innerText() is...
> Is that based on a real world use case that you have? Yes, the first one with sunrise and sunset is. I tried to get the time using `innerText`...
> What about returning the tail only if the head is empty? That would cover the use case that you describe (and that makes sense to me), without trying to...
@nicolas-grekas done 🙂 It's now returning the value of the first (non empty) text child node. It doesn't concatenate.
@nicolas-grekas also done ☑️