morss: make readabilite links absolute
parent
bbca5dca6b
commit
64babd6713
|
@ -243,7 +243,7 @@ def ItemFill(item, options, feedurl='/', fast=False):
|
||||||
log('non-text page')
|
log('non-text page')
|
||||||
return True
|
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
|
item.content = out
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue