Skip to content

Commit

Permalink
Karsi Gazete by Voltran
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Sep 7, 2015
1 parent 612c279 commit 2cff038
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions recipes/karsi_gazete.recipe
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
#!/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'
__author__ = 'Voltran'
language = 'tr'
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'),
]

2 comments on commit 2cff038

@jx1587
Copy link

@jx1587 jx1587 commented on 2cff038 Sep 11, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Youre awesome kovidgoyal ! Thanks much ! :)

@kovidgoyal
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're welcome :)

Please sign in to comment.