Skip to content

Commit 9b776de

Browse files
committed
little bugfix
1 parent efa2c82 commit 9b776de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rss_reader/converter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ def check_image_link(image_link):
7575
where_sub_link = image_link.rfind('http')
7676
if where_sub_link:
7777
return image_link[where_sub_link:]
78+
return image_link
7879

7980

8081
class HtmlConverter(ConverterBase):

0 commit comments

Comments
 (0)