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

Wiley scraper returns no articles #24

Open
trevorspreadbury opened this issue Mar 31, 2022 · 0 comments
Open

Wiley scraper returns no articles #24

trevorspreadbury opened this issue Mar 31, 2022 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers high priority Describes a high priority issue journal scraper Relates to JournalScraper

Comments

@trevorspreadbury
Copy link
Collaborator

Describe the bug
Wiley scraper fails to return anything.

To Reproduce
Steps to reproduce the behavior:

  1. Create the following exsclaim query:
{
    "name": "wiley-nano",
    "journal_family": "wiley",
    "maximum_scraped": 2,
    "sortby": "relevant",
    "query":
    {
        "search_field_1":
        {
            "term":"nano",
            "synonyms":["nanoparticle"]
        }
    },
    "open": true,
    "save_format": ["boxes"],
    "logging": ["print", "exsclaim.log"]
}
  1. Run the following command: Using run.py

Expected behavior
Journal article urls are collected and searched through for figures.

Outputs
Just a moment... Please turn JavaScript on and reload the page. Checking your browser before accessing onlinelibrary.wiley.com. Please enable Cookies and reload the page. This process is automatic. Your browser will redirect to your requested content shortly. Please allow up to 5 seconds… Redirecting… DDoS protection by Cloudflare Ray ID: 6f4c0f528d116326

Environment (please complete the following information):

  • Using Docker
  • Python version 3.9.9

Additional context
This may require converting the Wiley scraper to be a dynamic one using selenium like RSC or other methods to avoid bot detection.

@trevorspreadbury trevorspreadbury added bug Something isn't working good first issue Good for newcomers high priority Describes a high priority issue journal scraper Relates to JournalScraper labels Mar 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers high priority Describes a high priority issue journal scraper Relates to JournalScraper
Projects
None yet
Development

No branches or pull requests

1 participant