How to pull info from a website *urgent*
#16
see out.append(cheadline(headline[0],headline[1],headline[2])).

that calls the cheadline class constructor with three args and appends it to the list.

so now we look at the cheadline class

class cheadline:
def (self, title, description, link):
self.title = title
self.description = description
self.link = link

there it is, it is the first arg.
Reply
#17
hmm.. has this script been finished?

would love to try it Wink

"z"
Reply

Logout Mark Read Team Forum Stats Members Help
How to pull info from a website *urgent*0