Npm update
Recent Commits to want-my-rss
-
Npm update
-
0.28
0.28
-
Update release action
Update release action
-
Merge pull request #72 from oleastre/rel-fix
Merge pull request #72 from oleastre/rel-fix fix: allow 'rel' attribute to contain other values
-
fix: allow 'rel' attribute to contain other values
fix: allow 'rel' attribute to contain other values Some rss links on discuss forums have rel values that contains "nofollow". Such links do not appear in the list of available feeds. This solves the issue by checking the rel attribute contains 'alternate' instead of a pure equality.