![]() |
#1 |
Junior Member
![]() Posts: 2
Karma: 10
Join Date: Apr 2025
Device: Kindle Paperwhite
|
Creating an RSS feed, unable to load images
I am trying to create an RSS feed that works out of the box without any advanced recipe tweaking, and the body will be mostly consisting of images. I am unable to get this to work. Here is a sample feed:
Code:
<?xml version="1.0" encoding="UTF-8"?> <rss version="2.0"> <channel> <title>Title</title> <link>https://test.com</link> <description>Some description</description> <item> <title>Chapter 79</title> <guid>4383</guid> <description> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Chapter 79</title> </head> <body> <img src='https://img.path/1' alt='Page 0' /><img src='https://img.path/2' alt='Page 1' /> </body> </html> </description> </item> . . . |
![]() |
![]() |
![]() |
#2 |
Junior Member
![]() Posts: 2
Karma: 10
Join Date: Apr 2025
Device: Kindle Paperwhite
|
Some other stuff that I tried:
Code:
<item> <title>Chapter 79</title> <guid>4383</guid> <description> <img src='https://tachiyomi.enarvy.in/api/v1/manga/312/chapter/79/page/0' alt='Page 0' /><img src='https://tachiyomi.enarvy.in/api/v1/manga/312/chapter/79/page/1' alt='Page 1' /> </description> </item> Code:
<item> <title>Chapter 79</title> <guid>4383</guid> <content:encoded> <![CDATA[<div> <img src='https://tachiyomi.enarvy.in/api/v1/manga/312/chapter/79/page/0' alt='Page 0' /><img src='https://tachiyomi.enarvy.in/api/v1/manga/312/chapter/79/page/1' alt='Page 1' /> </div> ]]> </content:encoded> </item> |
![]() |
![]() |
Advert | |
|
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
RSS feed | messiaen | Recipes | 1 | 02-03-2016 09:55 PM |
Unable to download news articles even if there is a valid RSS Feed | earl412 | Recipes | 0 | 03-30-2013 09:21 PM |
Removing images from RSS feed | Lucc | Recipes | 0 | 06-14-2011 04:06 AM |
RSS Feed | timezone | Feedback | 8 | 01-02-2010 06:55 PM |
Help Creating custom RSS feed need only the image | Malakai | Calibre | 0 | 07-31-2009 04:28 PM |