Thread
:
Field and Stream Recipe no Longer Working
View Single Post
05-11-2015, 08:40 AM
#
2
village_idiot
Junior Member
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
View Public Profile
Find More Posts by village_idiot
Track Posts by village_idiot via RSS