Not a torrent or a full solution but applying the regex
/wiki/(?!.\:)[aA-zZ0-9%()_]
on the source should select all the articles (along with some generic wikipedia links matched at the bottom), then batch adding "https://en.wikipedia.org" to the beginning of each line gives full urls.
Here's one such list: https://hastebin.com/terugezeda
wget has an option (-i) to download links line-by-line from a text file but is sadly making a mess of the images, using
or for short.Maybe someone has a better idea for the last step
edit: shorthand version