Skip to content

Instantly share code, notes, and snippets.

@max-mapper
Last active November 11, 2023 03:11
Show Gist options
  • Star 25 You must be signed in to star a gist
  • Fork 5 You must be signed in to fork a gist
  • Save max-mapper/70674db0b5b181b8eeb1d3f9b638ab2a to your computer and use it in GitHub Desktop.
Save max-mapper/70674db0b5b181b8eeb1d3f9b638ab2a to your computer and use it in GitHub Desktop.
all wikipedia zim torrent links
cat links.json | xargs nugget -s 20
ls *.torrent | xargs -I {} sh -c "webtorrent torrents/{} -o zims"
// http://wiki.kiwix.org/wiki/Content_in_all_languages
var sizes = []; document.querySelectorAll('#zimtable tr > td:nth-child(6)').forEach(function (t) { sizes.push(t.querySelectorAll('a')[2].getAttribute('href')) })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment