Add recipes wikia dish list
This commit is contained in:
parent
0a1eed722f
commit
1cab57f1b6
2 changed files with 42591 additions and 0 deletions
42588
wordlists/Dishes.txt
Normal file
42588
wordlists/Dishes.txt
Normal file
File diff suppressed because it is too large
Load diff
|
@ -15,3 +15,6 @@ sort Final-Fantasy-15-Items.txt -o Final-Fantasy-15-Items.txt
|
|||
|
||||
### No Man's Sky ###
|
||||
curl "http://orcz.com/No_Man's_Sky:_Items_List" | xidel --data - --css "table td:first-child a, #mw-content-text > ul > li" | sed -e 's/\s*—.*$//g' | sort >No-Mans-Sky-Items.txt
|
||||
|
||||
### 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' | sort >Dishes.txt
|
||||
|
|
Loading…
Reference in a new issue