ekardnam 5 anos atrás
pai
commit
2afbf164ea
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      megafono_bot.sh

+ 1 - 1
megafono_bot.sh

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