diff --git a/resources/recipes/nikkei_free.recipe b/resources/recipes/nikkei_free.recipe index f3a51e2fd6..3dfcee98b0 100644 --- a/resources/recipes/nikkei_free.recipe +++ b/resources/recipes/nikkei_free.recipe @@ -1,4 +1,12 @@ -class AdvancedUserRecipe1287958571(BasicNewsRecipe): +#!/usr/bin/env python + +__license__ = 'GPL v3' +__copyright__ = '2010, Hiroshi Miura ' +''' +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' diff --git a/resources/recipes/the_h.recipe b/resources/recipes/the_h.recipe index c25a39ca99..7326efe9dd 100644 --- a/resources/recipes/the_h.recipe +++ b/resources/recipes/the_h.recipe @@ -1,4 +1,12 @@ -class AdvancedUserRecipe1289003166(BasicNewsRecipe): +#!/usr/bin/env python + +__license__ = 'GPL v3' +__copyright__ = '2010, Hiroshi Miura ' +''' +www.h-online.com +''' + +class TheHeiseOnline(BasicNewsRecipe): title = u'The H' __author__ = 'Hiroshi Miura' oldest_article = 3