We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efa2c82 commit 8f92ab1Copy full SHA for 8f92ab1
1 file changed
rss_reader/converter.py
@@ -75,6 +75,7 @@ def check_image_link(image_link):
75
where_sub_link = image_link.rfind('http')
76
if where_sub_link:
77
return image_link[where_sub_link:]
78
+ return image_link
79
80
81
class HtmlConverter(ConverterBase):
0 commit comments