Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Recipes

Notices

Reply
 
Thread Tools Search this Thread
Old 04-19-2025, 03:59 AM   #1
EnArvy
Junior Member
EnArvy began at the beginning.
 
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>
.
.
.
However, the generated book is empty, and none of the images are present. I have tried replacing description tag with content tag, still no juice. Can somebody help me here?
EnArvy is offline   Reply With Quote
Old 04-19-2025, 05:34 AM   #2
EnArvy
Junior Member
EnArvy began at the beginning.
 
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>
EnArvy is offline   Reply With Quote
Advert
Reply


Forum Jump

Similar Threads
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


All times are GMT -4. The time now is 01:58 PM.


MobileRead.com is a privately owned, operated and funded community.