This commit is contained in:
Kovid Goyal 2012-06-23 11:02:18 +05:30
parent 8156e13e83
commit 4a1ed673d7

View File

@ -149,8 +149,7 @@ class BBCBrasilRecipe(BasicNewsRecipe):
# Author of this recipe. # Author of this recipe.
__author__ = 'Carlos Laviola' __author__ = 'Carlos Laviola'
# Specify English as the language of the RSS feeds (ISO-639 code). language = 'pt_BR'
language = 'en_GB'
# Set tags. # Set tags.
tags = 'news, sport, blog' tags = 'news, sport, blog'