View Single Post
Old 07-07-2010, 10:38 AM   #2266
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 nook.life View Post
Starson17, you are the best. The recipe works perfectly now.
Nook.life, I don't know if you are still here, but the Explosm feed occasionally has non-comic articles that point to a forum. I recently realized how to filter those out. All those articles have "showthread" in the link and they can be filtered out with this (untested) code:

Code:
    def print_version(self, url):
        match = re.search(r'showthread', url)
        if not match:
            return url
edit: I tested the code - it works great.

Last edited by Starson17; 07-08-2010 at 08:39 AM.
Starson17 is offline