From 3912deadc44d329c0d1ae746fe8b50e28e3cb513 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 8 Jun 2012 09:50:26 +0530 Subject: [PATCH] ... --- recipes/malaya_business_insight.recipe | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/recipes/malaya_business_insight.recipe b/recipes/malaya_business_insight.recipe index 3c9075b7cd..7959257b5c 100644 --- a/recipes/malaya_business_insight.recipe +++ b/recipes/malaya_business_insight.recipe @@ -4,8 +4,8 @@ class MalayaBusinessInsight(BasicNewsRecipe): title = u'Malaya Business Insight' custom_title = "Malaya Business Insight - " + time.strftime('%d %b %Y %I:%M %p') __author__ = 'jde' - __date__ = '06 June 2012' - __version__ = '1.0' + __date__ = '07 June 2012' + __version__ = '1.2' description = "The Malaya Business Insight is a broadsheet newspaper in the Philippines. The newspaper's name was derived from the Filipino word that means 'freedom'." language = 'en_PH' publisher = 'Malaya Business Insight' @@ -39,6 +39,9 @@ class MalayaBusinessInsight(BasicNewsRecipe): ,dict(name='p', attrs={'class':'dnn'}) ,dict(name='span', attrs={'class':'breadcrumbs pathway'}) ,dict(name='dt', attrs={'class':'article-info-term'}) + ,dict(name='div', attrs={'class':'ja-articles-mainwrap'}) + ,dict(name='h1', attrs={'class':'componentheading'}) + ,dict(name='div', attrs={'id':'ja-content-mass-top'}) ]