What's Changed
* Extract records from **biorxiv** and **medrxiv** based on **start date** and **end date** by achouhan93 in https://github.com/PhosphorylatedRabbits/paperscraper/pull/24
* Extract records from **chemrxiv** based on **start date** and **end date** by achouhan93 and jannisborn in https://github.com/PhosphorylatedRabbits/paperscraper/pull/25
EXAMPLE
Since v0.2.5 `paperscraper` also allows to scrape {med/bio/chem}rxiv for specific dates!
py
medrxiv(begin_date="2023-04-01", end_date="2023-04-08")
But watch out. The resulting `.jsonl` file will be labelled according to the current date and all your subsequent searches will be based on this file **only**. If you use this option you might want to keep an eye on the source files (`paperscraper/server_dumps/*jsonl`) to ensure they contain the paper metadata for all papers you're interested in.
New Contributors
* achouhan93 made their first contribution in https://github.com/PhosphorylatedRabbits/paperscraper/pull/24
**Full Changelog**: https://github.com/PhosphorylatedRabbits/paperscraper/compare/v0.2.4...v0.2.5