Skip to content

Instantly share code, notes, and snippets.

@jxu
Created June 18, 2025 02:28
Show Gist options
  • Save jxu/61cef54b1f4dfad00cd40ab7a09c6154 to your computer and use it in GitHub Desktop.
Save jxu/61cef54b1f4dfad00cd40ab7a09c6154 to your computer and use it in GitHub Desktop.
Extract Q&A content from old piazza browser download
for i in {0001..3600}; do [ -e $i.html ] && pup 'div#qanda-content' < ${i}.html > ${i}_qa.html ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment