We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c946c8 commit 9cb3819Copy full SHA for 9cb3819
feedfinder.py
@@ -264,7 +264,7 @@ def feeds(uri, all=False):
264
if all or not feeds:
265
# look harder for feed links on another server
266
feeds.extend(list(filter(isFeed, list(filter(isXMLRelatedLink, links)))))
267
- if all or not feeds:
+ if all and not feeds:
268
_debuglog('no A tags, guessing')
269
suffixes = [ # filenames used by popular software:
270
'atom.xml', # blogger, TypePad
0 commit comments