pulibrary / pdc-osti

2 stars 0 forks source link

Add max_page_count as an input variable in Scraper #4

Open astrochun opened 3 years ago

astrochun commented 3 years ago

The get_existing_datasets method has a set constant/variable:

MAX_PAGE_COUNT = 10

This should be an optional input parameter that can be set from the main block using argparse (see pulibrary/pdc-osti#3)