mirror of
https://gitea.phreedom.club/localhost_frssoft/dybr2fedi.git
synced 2024-11-27 05:51:27 +00:00
Non-critical fix
This commit is contained in:
parent
2604a159f2
commit
300db5a278
|
@ -45,7 +45,7 @@ get_Lies_pages()
|
|||
--data-urlencode 'sort=-published-at'
|
||||
}
|
||||
|
||||
get_Lies_pages > response.json
|
||||
get_Lies_pages > "$basedir"/response.json
|
||||
|
||||
for i in $(jj -l -i "$basedir"/response.json 'data.#.id' | tac); do
|
||||
orig=$(echo $i | sed -e 's/"//g; s|^|https://dybr.ru/blog/liesliasau/|g')
|
||||
|
|
Loading…
Reference in a new issue