mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-09-29 15:31:08 -04:00
17 lines
624 B
Plaintext
17 lines
624 B
Plaintext
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'
|