mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
14 lines
533 B
Plaintext
14 lines
533 B
Plaintext
from calibre.web.feeds.news import CalibrePeriodical
|
||
|
||
class MiDDay(CalibrePeriodical):
|
||
|
||
title = 'MiDDay'
|
||
calibre_periodicals_slug = 'midday'
|
||
|
||
description = '''Get your dose of the latest news, views and fun - from the
|
||
world of politics, sports and Bollywood to the cartoons, comics and games of
|
||
the entertainment section - India’s leading tabloid has it all. To subscribe
|
||
visit <a href="http://news.calibre-ebook.com/periodical/midday">calibre
|
||
Periodicals</a>.'''
|
||
language = 'en_IN'
|