5
0
Fork 1
forked from encrypt/toot
This commit is contained in:
ekardnam 2019-02-19 16:44:29 +00:00
parent ef829880bd
commit 2afbf164ea

View file

@ -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 :