Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 251 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 251 Bytes

Example Usage

from parseland_lib.parse import parse_page
from parseland_lib.s3 import get_landing_page_from_s3
    
url = 'https://doi.org/10.1002/andp.19033150414'
lp = get_landing_page_from_s3(url)
response = parse_page(lp)
print(response)