View Single Post
Old 08-17-2011, 01:41 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 ricardoff View Post
Thank you very much! I don't know what indent means but I'll look it up!
It means to put spaces in front of the lines of text and move them to the right, like this:
Code:
class AdvancedUserRecipe1313445974(BasicNewsRecipe):
    title          = u'International Viewpoint'
    oldest_article = 90
    max_articles_per_feed = 100

    feeds          = [(u'Articles', u'http://www.internationalviewpoint.org/spip.php?page=backend')]

    def print_version(self, url):
        return url.replace('http://www.internationalviewpoint.org/spip.php?article', 'http://www.internationalviewpoint.org/spip.php?page=print_article&id_article=')
Starson17 is offline   Reply With Quote