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
The script now searches for all articles regardless of the year, and then filters them if the
--min-yearoption 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_ylooption inside the script itself