rss-finder
rss-finder copied to clipboard
Detect rss anchor elements
Related to issue: #69
I added an if
statement that detects anchor elements that include the term "RSS" in their href
attribute.
I also created a small predicate to exclude any anchor element that holds a link to a media that has "RSS" in its name.
Other changes were made to ease the development process such as passing a link as an argument to the demo function.
@ggkovacs Can you look at this.