def resolve(pageID):
page = wikipedia.page(pageID, preload=True)
return {
"url": page.url,
"summary": page.summary,
"images": page.images,
}
# --- SEARCH PARAMETERS --- #
# Run `pytest` when changing these parameters to ensure they still work.
评论列表
文章目录