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 09-07-2015, 02:49 AM   #1
Voltran
Junior Member
Voltran began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Sep 2015
Device: Kindle Touch
Smile Karsi Gazetesi / Karsi Newspaper / Turkey

Hi,

Guys i managed to pull together the news of the newspaper Karsi from Turkey. So right now i can read them all, but i want facebook share button so that after i read them i wanna share them.

Also currently i'm using this recipe as a custom recipe. I want it to be a free calibre native recipe for everyone to use. How do we do that ? Any suggestions ?

Here is the code of my custom recipe

#!/usr/bin/env python2
# vim:fileencoding=utf-8
from __future__ import unicode_literals, division, absolute_import, print_function
from calibre.web.feeds.news import BasicNewsRecipe

class AdvancedUserRecipe1441607918(BasicNewsRecipe):
title = 'Karsi Gazete'
oldest_article = 1
max_articles_per_feed = 100
auto_cleanup = True

feeds = [
('G\xfcndem', 'http://www.karsigazete.com.tr/rss/post/1.xml'),
('Yazarlar', 'http://www.karsigazete.com.tr/rss/columnist'),
('Bilim & Teknoloji', 'http://www.karsigazete.com.tr/rss/post/4.xml'),
('Asayi\u015f', 'http://www.karsigazete.com.tr/rss/post/23.xml'),
('\xc7evre', 'http://www.karsigazete.com.tr/rss/post/17.xml'),
('D\xfcnya', 'http://www.karsigazete.com.tr/rss/post/2.xml'),
('E\u011fitim', 'http://www.karsigazete.com.tr/rss/post/10.xml'),
('Ekonomi', 'http://www.karsigazete.com.tr/rss/post/3.xml'),
('Genel', 'http://www.karsigazete.com.tr/rss/post/18.xml'),
('Kad\u0131n', 'http://www.karsigazete.com.tr/rss/post/12.xml'),
('K\xfclt\xfcr & Sanat', 'http://www.karsigazete.com.tr/rss/post/6.xml'),
('Magazin', 'http://www.karsigazete.com.tr/rss/post/20.xml'),
('Politika', 'http://www.karsigazete.com.tr/rss/post/22.xml'),
('R\xf6portaj', 'http://www.karsigazete.com.tr/rss/post/11.xml'),
('Sa\u011fl\u0131k', 'http://www.karsigazete.com.tr/rss/post/8.xml'),
('Spor', 'http://www.karsigazete.com.tr/rss/post/5.xml'),
('Televizyon', 'http://www.karsigazete.com.tr/rss/post/26.xml'),
('Ya\u015fam', 'http://www.karsigazete.com.tr/rss/post/7.xml'),
]


Hope someone can add it to the builtin news list in Calibre !
Voltran is offline   Reply With Quote
Old 09-07-2015, 04:27 AM   #2
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 44,041
Karma: 22669822
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
https://github.com/kovidgoyal/calibr...04ca7a9c84311d
kovidgoyal is offline   Reply With Quote
Advert
Reply

Tags
karsi gazetesi, newspaper, turkey


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Hi From Turkey coderserdar Introduce Yourself 5 10-28-2011 03:26 AM
Seriously thoughtful Earthquake in Turkey GeoffC Lounge 7 10-24-2011 02:58 AM
Hello from Turkey techmania Introduce Yourself 12 09-11-2010 12:58 PM
hello from turkey mali Introduce Yourself 6 06-29-2010 11:46 AM


All times are GMT -4. The time now is 02:28 PM.


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