Rouge
Rouge
Take the logged URL and use it in chrome and it'll give you the actual error, I'll bet that it's a badly formed token.
@RoiBar this is not a javascript tool, read the read me
I found a selector which seems to only select the time posted link, which links to the full tweet's page. `tweet_selector = article > div > div > div:nth-child(2) >...
> id_selector = "div > div > :nth-child(2) > :nth-child(2) > :nth-child(1) > div > div > :nth-child(1) > a" > tweet_selector = 'article' I would combine the article part...
I'm back with a new selector! `article > div > div > div > div > div > div > div.r-1d09ksm > a`. The class name on the last div...
Hi, this is a duplicate of #23
> Doest work in 2021, somebody know what is it? Check #23
nice issue number
Can you post the full python output?
> Also can't get module to import just Document or just Node, so basically nothing works Doing `from kdl import Node, Document` seems to run without an exception. But it...