This repository has been archived on 2021-11-29. You can view files and clone it, but cannot push or open issues or pull requests.
rsstube-bash-old/scripts/page-extractors/castro_fm

2 lines
117 B
Plaintext

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