In April, I uploaded all English answers from IslamQA.info to archive.org. My account was removed, so they are provided below.
The URLs were taken from https://islamqa.info/sitemaps/en/answers/1/sitemap.xml. archive-1446 was used rather than the main site since its HTML is smaller. Running overnight, downloading took three hours.
wget -i urls.txt --continue --tries=3 --wait=0.1 --random-wait --limit-rate=50m --directory-prefix=downloads
It took under ten minutes to run find -type f -not -name "*.txt" -exec sh -c 'w3m -T text/html -cols 9999 "$1" > "$1.txt"' echo {} \;. The text files were stripped using sed -i '1,/^Question$/ d; /^share Question$/,$ d' *.txt.
The ahadith were taken from https://github.com/samiulahmedjoy/hadith/raw/refs/heads/main/main-hadith.txt. Many line breaks were removed, bringing down the file size.