View Single Post
Old 05-11-2015, 08:40 AM   #2
village_idiot
Junior Member
village_idiot began at the beginning.
 
Posts: 4
Karma: 10
Join Date: May 2015
Device: Kindle Touch
Found the issue. In the recipe the following line appears:

Quote:
url = self.INDEX + link['href']
Apparently field and stream links are no longer relative, the correct line of code should be

Quote:
url = link['href']
village_idiot is offline   Reply With Quote