View Single Post
Old 04-18-2009, 08:44 PM   #462
OlaNordmann
Junior Member
OlaNordmann began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Apr 2009
Device: Sony 700BC
Quote:
Originally Posted by kiklop74 View Post
Complicating things.

Always keep it simple.

Code:
    def print_version(self, url):
        uneeded, sep, article_id = url.rpartition('artid=')
        return 'http://www.vg.no/pub/skrivervennlig.hbs?artid=' + article_id
Worked like a charm.. I really don't have a clue what I'm doing...
Anyway thanks alot, man I'm so grateful..
OlaNordmann is offline