Error in match (python shell)
#16
you need to have a function after the if len(match)<1:

otherwise it does nothing.

eg:
Code:
if len(match)<1:
  print "it's a match"

or whatever you need done with the match
Reply
#17
so for url in match:addLink(name,url,''),I will scrape and not copy the link myself to get use to the routine,even though I am often tempted to just copy the resulting link in the tut.I will continue tonight and try to finish.I'm exited about completing this.But I know I still have some hurtles even after I complete it.But it is the first step!Smile
Reply
#18
match=re.compile then the video link that I needed.I'm getting there.
Reply

Logout Mark Read Team Forum Stats Members Help
Error in match (python shell)0