mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-09-29 15:31:08 -04:00
17 lines
561 B
Plaintext
17 lines
561 B
Plaintext
from calibre.web.feeds.news import CalibrePeriodical
|
|
|
|
class PCQ(CalibrePeriodical):
|
|
|
|
title = 'PCQuest'
|
|
calibre_periodicals_slug = 'pc-quest-india'
|
|
|
|
description = '''
|
|
Buying a tech product? Seeking a tech solution? Consult PCQuest, India's
|
|
market-leading selection and implementation guide for the latest
|
|
technologies: servers, business apps, security, open source, gadgets and
|
|
more. To subscribe visit, <a
|
|
href="http://news.calibre-ebook.com/periodical/pc-quest-india">calibre
|
|
Periodicals</a>.
|
|
'''
|
|
language = 'en_IN'
|