Add Shakepeare's complete works
This commit is contained in:
parent
8f4a3f41bd
commit
83d27d2289
2 changed files with 149692 additions and 0 deletions
149689
wordlists/Shakespeares-Works.txt
Normal file
149689
wordlists/Shakespeares-Works.txt
Normal file
File diff suppressed because it is too large
Load diff
|
@ -25,3 +25,6 @@ curl https://stardewids.com/ | xidel --data - --css "td.ts a" | sort >Stardew-Va
|
|||
|
||||
### Recipes Wikia ###
|
||||
curl http://recipes.wikia.com/sitemap-newsitemapxml-index.xml | xidel --data - --css "loc" | grep -i NS_0 | xargs -n1 -I{} sh -c 'curl {} | xidel --data - --css "loc"' | sed -e 's/^.*\///g' -e 's/_/ /g' | python -c "import urllib, sys; print urllib.unquote(sys.argv[1] if len(sys.argv) > 1 else sys.stdin.read()[0:-1])" | sort >Dishes.txt
|
||||
|
||||
### Shakespeare's Complete Works ###
|
||||
curl https://www.gutenberg.org/files/100/100-0.txt >Shakespeares-Works.txt
|
||||
|
|
Loading…
Reference in a new issue