Travis Briggs
Travis Briggs
I'm going to try and write a PR that addresses this, because I've been bitten by it too when trying to programmatically step through time while using tween.js.
Here's the basic idea of what I'm trying to do: EDIT: Fixed the fiddle and actually it seems to work just fine, https://jsfiddle.net/audiodude/anL0tzux/37/
Sorry for all the comments. I figured out that the problem with my actual code is that I call start later after creating the tween, which I'm having trouble producing...
I'm having a problem related to this, which I describe in https://github.com/openzim/wikimedia_wp1_bot/issues/69. Although I have attempted to catch the mwclient.errors.AssertUserFailedError and login again, that doesn't seem to be working. Any...
> is the soup moniker derived from the beautifulsoup package name? Yes, I believe it is. I'd be happy to set and use self.html if that's more standard. Do you...
It got hung up in discussions of "spawning multiple downloaders". I think it needs more discussion before it can be finished. Also it has probably started to rot a bit...
Basically the problem is that we crawl multiple pages in order to deliver the final lists of case_names, case_dates, download_urls etc. I think there might have been a misunderstanding here:...
I think that many times with these sites, the landing page is just a search box and the scraper generates a search query in order to get to the sub...
Also, as another point of conversation, the original `kan` site got refactored into `kan_p` and `kan_u` after this PR was in progress. It's the last instance of OpinionSiteLinearWebDriven, but I...