Skip to content

Turn relative links into absolute ones

Latest
Compare
Choose a tag to compare
@alexdebril alexdebril released this 16 Oct 14:15
· 1 commit to main since this release
0bde9ae
Fix: Relative links (#419)

* Fix: Relative URLs in links

Feed discovery with relative URLs in links
Example: https://k47.cz/
Solution to the problem: #417

* Update Feed.php (Fix relative URLs in links)

We will replace the links (add the host if it doesn’t exist) in the content as well

* Update Node.php (Fix relative URLs in links)

* Update Reader.php (Fix relative URLs in links)

Remember the URL for further processing

* Update Link.php (Fix relative URLs in links)

* Update XmlParser.php (Fix relative URLs in links)

* Update Explorer.php

* Update Node.php

Delete tabs