Revert "af_redditimgur: absolutize links before working on them"

This reverts commit 6a68ed0208.
This commit is contained in:
Andrew Dolgov 2022-07-27 07:19:59 +03:00
parent 6a68ed0208
commit e507d006fd
No known key found for this signature in database
GPG Key ID: 1A56B4FA25D4AF2A
1 changed files with 1 additions and 3 deletions

View File

@ -651,9 +651,7 @@ class Af_RedditImgur extends Plugin {
$xpath = new DOMXPath($doc);
/** @var ?DOMElement $content_link */
$content_link = UrlHelper::rewrite_relative($article["link"],
$xpath->query("(//a[contains(., '[link]')])")->item(0),
"a");
$content_link = $xpath->query("(//a[contains(., '[link]')])")->item(0);
if ($this->host->get($this, "enable_content_dupcheck")) {