Skip to content

Instantly share code, notes, and snippets.

@virtadpt
Forked from max-mapper/links.json
Created August 6, 2019 01:21
Show Gist options
  • Save virtadpt/8ee632cb09ca96df63da22daf9a71124 to your computer and use it in GitHub Desktop.
Save virtadpt/8ee632cb09ca96df63da22daf9a71124 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