/[straw]/straw/src/lib/rssfinder.py
ViewVC logotype

Diff of /straw/src/lib/rssfinder.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by juri, Fri Jul 18 16:26:59 2003 UTC revision 1.6 by ScottDW, Mon Nov 10 04:58:09 2003 UTC
# Line 139  def getFeedsFromSyndic8(uri): Line 139  def getFeedsFromSyndic8(uri):
139    
140  def getRealFeeds(uris):  def getRealFeeds(uris):
141      feeds = []      feeds = []
142        checked = []
143      for u in uris:      for u in uris:
144            if u in checked:
145                continue
146            checked.append(u)
147          res = isFeed(u)          res = isFeed(u)
148          if res:          if res:
149              feeds.append((u, res))              feeds.append((u, res))

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26