From 64babd6713a1f908d723a69b2be05c9d9815c4e9 Mon Sep 17 00:00:00 2001 From: pictuga Date: Sun, 23 Jul 2017 20:24:38 +0200 Subject: [PATCH] morss: make readabilite links absolute --- morss/morss.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/morss/morss.py b/morss/morss.py index f01fa7d..a37afb8 100644 --- a/morss/morss.py +++ b/morss/morss.py @@ -243,7 +243,7 @@ def ItemFill(item, options, feedurl='/', fast=False): log('non-text page') return True - out = readabilite.get_article(data, options.encoding or crawler.detect_encoding(data, con)) + out = readabilite.get_article(data, link, options.encoding or crawler.detect_encoding(data, con)) item.content = out