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 11-07-2021, 10:18 PM   #1
pkarin77
Junior Member
pkarin77 began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Nov 2021
Device: Kindle Paperwhite
Post No images from rss custom news recipe PostToday.com

I try to download news article by create custom news source from Calibre to read on my Kindle

https://www.posttoday.com/rss/src/lifestyle.xml

But no images download from this article

https://www.posttoday.com/life/work-life-balance/667514

Anyone know how can I fix this problem?

This is my recipe


#!/usr/bin/env python
# vim:fileencoding=utf-8
from calibre.web.feeds.news import BasicNewsRecipe

class AdvancedUserRecipe1636337159(BasicNewsRecipe):
title = 'Post Today News'
oldest_article = 7
max_articles_per_feed = 100
auto_cleanup = True
compress_news_images = True

feeds = [
('Breaking News', 'https://www.posttoday.com/rss/src/breakingnews.xml'),
('เศรษฐกิจ-ธุรกิจ', 'https://www.posttoday.com/rss/src/economy.xml'),
('การเงิน-หุ้น', 'https://www.posttoday.com/rss/src/money.xml'),
('การเมือง', 'https://www.posttoday.com/rss/src/politics.xml'),
('รอบโลก', 'https://www.posttoday.com/rss/src/world.xml'),
('บ้าน-คอนโด', 'https://www.posttoday.com/rss/src/property.xml'),
('อาเซียน', 'https://www.posttoday.com/rss/src/aec.xml'),
('กีฬา', 'https://www.posttoday.com/rss/src/sport.xml'),
('บันเทิง', 'https://www.posttoday.com/rss/src/entertainment.xml'),
('ไลฟ์สไตล์', 'https://www.posttoday.com/rss/src/lifestyle.xml'),
('สังคม', 'https://www.posttoday.com/rss/src/social.xml'),
('ธรรมะ-จิตใจ', 'https://www.posttoday.com/rss/src/dhamma.xml'),
('ประชาสัมพันธ์', 'https://www.posttoday.com/rss/src/pr.xml'),
]
pkarin77 is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Calibre - Custom news sources (RSS feeds) aren't being saved in my recipes matthewkrieger Recipes 8 08-15-2019 10:16 AM
Custom news recipe default language ppclarke Recipes 2 04-13-2012 07:58 AM
Custom Cover for News Recipe Olger Recipes 1 11-28-2011 11:26 AM
Calibre - Custom news sources (RSS feeds) aren't being saved in my recipes matthewkrieger General Discussions 2 01-31-2011 12:06 PM
Custom Daily News Recipe mean_gene Recipes 0 12-27-2010 12:07 PM


All times are GMT -4. The time now is 01:14 AM.


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