Thread: maya recipe
View Single Post
Old 10-01-2010, 03:14 PM   #6
TonytheBookworm
Addict
TonytheBookworm is on a distinguished road
 
TonytheBookworm's Avatar
 
Posts: 264
Karma: 62
Join Date: May 2010
Device: kindle 2, kindle 3, Kindle fire
make_links is a built in function so of course make_links1 is not valid

In other words put the new stuff in with the old stuff because there is no point in reinventing the wheel.

I don't have the time to debug your code but basically do a for loop to find some stuff and then do whatever you need to with it. then do another for loop to find other stuff. and append it to the article list like i showed you. You can even take and rename title to temp1 after the first for loop if you like.

Last edited by TonytheBookworm; 10-01-2010 at 03:24 PM.
TonytheBookworm is offline   Reply With Quote