mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
recipe: cosmetic work
class name and copyright notice
This commit is contained in:
parent
cee89baa64
commit
d002d73a5a
@ -1,4 +1,12 @@
|
|||||||
class AdvancedUserRecipe1287958571(BasicNewsRecipe):
|
#!/usr/bin/env python
|
||||||
|
|
||||||
|
__license__ = 'GPL v3'
|
||||||
|
__copyright__ = '2010, Hiroshi Miura <miurahr@linux.com>'
|
||||||
|
'''
|
||||||
|
www.nikkei.com
|
||||||
|
'''
|
||||||
|
|
||||||
|
class NikkeiNet(BasicNewsRecipe):
|
||||||
title = u'\u65e5\u7d4c\u65b0\u805e\u96fb\u5b50\u7248(Free)'
|
title = u'\u65e5\u7d4c\u65b0\u805e\u96fb\u5b50\u7248(Free)'
|
||||||
__author__ = 'Hiroshi Miura'
|
__author__ = 'Hiroshi Miura'
|
||||||
description = 'News and current market affairs from Japan'
|
description = 'News and current market affairs from Japan'
|
||||||
|
@ -1,4 +1,12 @@
|
|||||||
class AdvancedUserRecipe1289003166(BasicNewsRecipe):
|
#!/usr/bin/env python
|
||||||
|
|
||||||
|
__license__ = 'GPL v3'
|
||||||
|
__copyright__ = '2010, Hiroshi Miura <miurahr@linux.com>'
|
||||||
|
'''
|
||||||
|
www.h-online.com
|
||||||
|
'''
|
||||||
|
|
||||||
|
class TheHeiseOnline(BasicNewsRecipe):
|
||||||
title = u'The H'
|
title = u'The H'
|
||||||
__author__ = 'Hiroshi Miura'
|
__author__ = 'Hiroshi Miura'
|
||||||
oldest_article = 3
|
oldest_article = 3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user