Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@nijssen
Copy link

@nijssen nijssen commented Jan 31, 2021

In some feeds (example) the links are not absolute URLs containing the domain, so then the item's link looks like chrome-extension://.../path-on-the-authors-site/.

This PR fixes that issue. Tested on Opera 73.0.3856.344 on Windows 10 (but I doubt it matters).

By the way, I ran the release task...hope that was the intention?

if (!link) {
link = node.querySelector('link[type="text/html"]');
}
if (!link) {
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This code appears to be duplicated so I removed it

@zakius
Copy link
Collaborator

zakius commented Jan 31, 2021

Thanks, I'll take a look to see if it doesn't skip any earlier covered corner cases and if I don't notice any issues I'll pull it in.

As of the release task it's mostly for my own convenience, it creates ready to publish packages with version changed accordingly and should be used only for that but don't worry about that too much as it's a non-issue as long as there are no conflicts.

@zakius zakius merged commit 46997f8 into SmartRSS:master Feb 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants