You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have fetchers with API key and screen scraping. For the screen scapers, they mostly don't work. We should switch to a browser-based screen-scraping. Mostly because of CloudFlare.
The PR JabRef#7075 attempted to display the Google Scholar captchas in JabRef. The PR was not completed. -- This issue says: Rewrite the fetchers not to use URLDownload, but JCEF.
Note that this is different from JabRef#11093. There, a new UI is demanded.
Here, the it should be allowed that the fetchers run stand-alonewithout user interaction.
The text was updated successfully, but these errors were encountered:
We have fetchers with API key and screen scraping. For the screen scapers, they mostly don't work. We should switch to a browser-based screen-scraping. Mostly because of CloudFlare.
Maybe the Java Chromium Embedded Framework (JCEF) helps. The test class https://github.com/chromiumembedded/java-cef/blob/master/java/tests/detailed/handler/RequestHandler.java seems to guide one to the usage.
The PR JabRef#7075 attempted to display the Google Scholar captchas in JabRef. The PR was not completed. -- This issue says: Rewrite the fetchers not to use
URLDownload
, but JCEF.Note that this is different from JabRef#11093. There, a new UI is demanded.
Here, the it should be allowed that the fetchers run stand-alone without user interaction.
The text was updated successfully, but these errors were encountered: