2 lines
117 B
Plaintext
2 lines
117 B
Plaintext
|
page_ext=`echo "$content" | grep -Pzo '(?<=<a href=").*?(?="><img alt="Subscribe to RSS")' | head -1 | tr '\0' '\n'`
|