mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-03 04:33:28 +02:00
16 lines
624 B
Text
16 lines
624 B
Text
from calibre.web.feeds.news import CalibrePeriodical
|
|
|
|
class LivingDigital(CalibrePeriodical):
|
|
|
|
title = 'Living Digital'
|
|
calibre_periodicals_slug = 'living-digital'
|
|
|
|
description = '''
|
|
Catch the latest buzz in the digital world with Living Digital. Enjoy
|
|
reviews, news, features and recommendations on a wide range of consumer
|
|
technology products - from smartphones to flat panel TVs, netbooks to
|
|
cameras, and many more consumer lifestyle gadgets. To subscribe, visit
|
|
<a href="http://news.calibre-ebook.com/periodical/living-digital">calibre
|
|
Periodicals</a>.
|
|
'''
|
|
language = 'en_IN'
|