Skip to content

Why not add year filtering to the query itself #18

Description

@kir-malishev

The script now searches for all articles regardless of the year, and then filters them if the --min-year option is specified. Because of this, much fewer articles are downloaded from one page than they actually are. To get around this, I use a trick like this:

python -m PyPaperBot --query="stereoscopic&as_ylo=2010" --scholar-pages=10 --dwn-dir="./"

It would be cool to set the as_ylo option inside the script itself

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions