forked from encrypt/toot
fixes
This commit is contained in:
parent
ef829880bd
commit
2afbf164ea
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ extract_image() {
|
|||
}
|
||||
|
||||
extract_text() {
|
||||
sed -e "s/\(.*\)<img>.*<\/img>\(.*\)/\1\2/g" <<< $1
|
||||
sed -e "s/<img>.*<\/img>/ /g" <<< $1
|
||||
}
|
||||
|
||||
while :
|
||||
|
|
Loading…
Reference in a new issue