ok, I have tried to figure out what the heck you guys are doing for other feeds and apply them to mine but I ain't that smart!!
Here is my half finished recipe if someone would be so kind as to take a look and tell me how i can get this website minus all the crap!! i have the print pages but couldn't figure out how to do the find replace to change 2 different parts of the url.
thanks!
Code:
class AdvancedUserRecipe1279635146(BasicNewsRecipe):
title = u'EMS1'
oldest_article = 7
max_articles_per_feed = 100
use_embedded_content = False
no_stylesheets = True
feeds = [(u'columnist', u'http://www.ems1.com/ems-rss-feeds/columnists.xml'),
(u'topics', u'http://www.ems1.com/ems-rss-feeds/topics.xml'),
(u'most popular', u'http://www.ems1.com/ems-rss-feeds/most-popular-articles.xml'),
(u'EMS Tips', u'http://www.ems1.com/ems-rss-feeds/tips.xml'),
(u'Daily news', u'http://www.ems1.com/ems-rss-feeds/news.xml')]
def print_version(self, url):
baseurl = url.rpartition('/?')[0]
turl = baseurl.partition('/reviews/')[2]
return 'http://www.ems1.com/print.asp?act=print&vid=' + turl