What would prevent get_printversion from finding a url in a rss feed and simply modifying it? I thought maybe def get_obfuscated_article(self, url): might be what I need to use. Cause when I look at the rss the links to the printversion simply need ?printArticle=y appended I just can't figure out for the life of me how to get this thing to feed in the links on the rss and simply modify it....
When i try this:
I still get the non-print version as if the dang thing isn't modifying the link(s).
So I tried this,
What i was hoping the above would do is sparse the rss feed for links. and sort them in a variable called link and then pass it into the print_version function using the parameter of link.
I'm probably way off but I'm trying to figure it out just need a little boost if someone minds helping a newbie.