DataONEorg / mnlite

Light weight read-only DataONE member node in Python Flask
Apache License 2.0
0 stars 0 forks source link

Adding a config option to choose which JSON-LD record to pull from the page #57

Closed iannesbitt closed 8 months ago

iannesbitt commented 10 months ago

Currently, we just pull the first JSON-LD record from the HTML. USAP-DC has valid Dataset records in the second JSON-LD script tag on the page but not the first. Creating a config option to specify the record (if different from the default value of 0) would solve this issue.

iannesbitt commented 8 months ago

Tested and working.