Siri Shortcuts - Episode 8

Shortcut Name: Send RSS feed to Feedbin
Revision: 1.0
Add to Shortcuts!
What does it do?
Accepts a given Safari page (via share sheet), and subscribe to it with Feedbin.
How does it work?
- Use the share sheet to send the URL of the current webpage to the Shortcut.
- Then convert the URL to text.
- Use regex to insert https://feedbin.com/?subscribe= prior to the input URL.
Example: http://burk.io becomes https://feedbin.com/?subscribe=https://burk.io - Open the newly formatted URL in Safari, allowing you to add tags within Feedbin.
"Source Code"