This commit is contained in:
Kovid Goyal 2022-11-24 13:53:36 +05:30
parent 5a404de21a
commit 11eeaf1f70
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -1,6 +1,7 @@
from collections import defaultdict
from calibre.web.feeds.news import BasicNewsRecipe, classes
class Frontline(BasicNewsRecipe):
title = u'Frontline'
__author__ = 'unkn0wn'