Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make fetchers web-based #683

Closed
koppor opened this issue Mar 25, 2024 · 1 comment
Closed

Make fetchers web-based #683

koppor opened this issue Mar 25, 2024 · 1 comment
Labels

Comments

@koppor
Copy link
Member

koppor commented Mar 25, 2024

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.

@koppor koppor added the SLR label Mar 25, 2024
@koppor koppor moved this to Backlog in SLR Kanban Mar 25, 2024
@koppor
Copy link
Member Author

koppor commented Jul 3, 2024

Duplicate of JabRef#11093

@koppor koppor marked this as a duplicate of JabRef/jabref#11093 Jul 3, 2024
@koppor koppor closed this as completed Jul 3, 2024
@github-project-automation github-project-automation bot moved this from Backlog to Done in SLR Kanban Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant