Data update
This commit is contained in:
parent
5af6d93694
commit
796d366b97
455 changed files with 7413 additions and 1900 deletions
|
|
@ -16,7 +16,7 @@ url=https://rosettacode.org/w/api.php?$(IFS='&'; echo "${params[*]}")
|
|||
more=''
|
||||
|
||||
while true; do
|
||||
json=$(curl -s "$url$more")
|
||||
json=$(curl -Ls "$url$more")
|
||||
|
||||
<<<"$json" jq -r '.query .categorymembers | .[] .title' |
|
||||
grep -E '^Category:[.a-zA-Z0-9]' |
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ url=https://rosettacode.org/w/api.php?$(IFS='&'; echo "${params[*]}")
|
|||
more=''
|
||||
|
||||
while true; do
|
||||
json=$(curl -s "$url$more")
|
||||
json=$(curl -Ls "$url$more")
|
||||
|
||||
<<<"$json" jq -r '.query .categorymembers | .[] .title'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue