Expand description
Helpers for capturing Stack Overflow question pages.
Direct non-browser fetches of question pages can receive an anti-bot
challenge instead of the question content. For HTML-derived outputs we use
the public StackPrinter export for the same question, while screenshot
capture continues to use the original page URL.
Functionsยง
- fetch_
stackoverflow_ html - Fetch a Stack Overflow question through
StackPrinter. - is_
stackoverflow_ question_ url - Return true when
urlpoints at a Stack Overflow question page. - stackprinter_
url - Build the public
StackPrinterURL for a Stack Overflow question.