Thread: print#
View Single Post
Old 11-26-2010, 03:06 PM   #6
Starson17
Wizard
Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.
 
Posts: 4,004
Karma: 177841
Join Date: Dec 2009
Device: WinMo: IPAQ; Android: HTC HD2, Archos 7o; Java:Gravity T
Quote:
Originally Posted by mufc View Post
Yes, Sorry.
What is the correct code to pull the print version ?
It looks like you just add "?print=1" to the url.
Code:
    def print_version(self, url):
        return url + "?print=1"
Quote:
Oh by the way I found some of your code that relates to turning hyperlinks in articles to plain text. Thanks.
I was using a piece of code in extra css that removed all underlines from all links but left the background color. I like your way better.
I'm glad it was useful.
Starson17 is offline   Reply With Quote