recipe: cosmetic work

class name and copyright notice
This commit is contained in:
Hiroshi Miura 2010-11-21 22:33:32 +09:00
parent cee89baa64
commit d002d73a5a
2 changed files with 18 additions and 2 deletions

View File

@ -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)'
__author__ = 'Hiroshi Miura'
description = 'News and current market affairs from Japan'

View File

@ -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'
__author__ = 'Hiroshi Miura'
oldest_article = 3