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/pocketcasts

2 lines
149 B
Plaintext
Raw Permalink Normal View History

2021-11-28 19:00:00 -05:00
page_ext=`echo "$content" | grep -Po '(?<=<div class="button rss_button"><a href=").*?(?=" target="_blank">RSS</a></div>)' | head -1 | tr '\u' '\n'`