Paul Wise
Paul Wise
Also, some of the ID strings have instructions in the form of `d[1]` rather than `"Select all ..." ` strings.
To solve the issues with ID strings and JS parsing, you could copy all the strings into the librecaptcha codebase and curate them a bit, but they are possibly copyrightable...
So the current JS parsing approach is the least worst approach. None of the other JS parser options seem to be suitable at this time, so probably this bug should...
I haven't had the time/inclination to look at the esprima-python issues, from memory there were some AST output differences. I note that the JavaScript esprima (and a fork of it...
Since this is an area where there isn't much maintenance and it is unpredictable which dependencies will be better maintained at any one time and which are available in distros,...
Hmm, I cloned [a fork of the old repo](https://github.com/guregu/trealla) and got 8MB and 7448 commits. Where does the 1GB come from?
Maybe just detect "a and b" and specifically ignore that, since it will be rare that b would be anything else in this phrase? -- bye, pabs https://bonedaddy.net/pabs3/
The pull request never received any feedback from youtube-dl developers, so I guess they are just overloaded with PRs. I note there is now a conflict, so I'll rebase and...
I've fixed the conflict and force-pushed the branch. @aramzan @ealgase @spookyahell any idea how to get the youtube-dl developers to look at this PR and my other PRs?
Hmm, some of the tests have failed, looking into it.