You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#headers ={'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:99.0) Gecko/20100101 Firefox/99.0'}
#with urllib.request.urlopen('https://ckan-dataplatform-nl.dataplatform.nl/api/3/action/datastore_search?resource_id=0848d101-c7b7-417e-a1fd-a141b159af27&limit=5&q=title:jones' ) as url:
# url = url.read()
# # I'm guessing this would output the html source code ?