View Single Post
Old 06-17-2011, 05:08 AM   #3
sexymax15
Enthusiast
sexymax15 began at the beginning.
 
sexymax15's Avatar
 
Posts: 30
Karma: 12
Join Date: Jun 2011
Location: India
Device: Kindle 3g
Here's the recipe of Nexus with no images.It does not fetch a few articles I don't know why. So you will need to compromise a little


Quote:
#created by sexymax15 .......sexymax15@gmail.com
#Nexos recipe

class AdvancedUserRecipe1308286431(BasicNewsRecipe):
title = u'Nexos'
oldest_article = 30
max_articles_per_feed = 30

no_stylesheets = True
remove_javascript = True
use_embedded_content = False
remove_tags_before = {'class':'titulonotav2'}
remove_tags = [dict(name='img')]

feeds = [(u'nexos', u'https://www.nexos.com.mx/?P=rss')]

def print_version(self, url):
return url.replace('/?P=leerarticulo&Article=',
'/?P=leerarticulov2print&Article=')
Screenshots:



Attached Files
File Type: zip NexosnoImages.zip (480 Bytes, 107 views)
sexymax15 is offline   Reply With Quote