feeddetector.h
a class providing functions to detect linked feeds in HTML sources
Definition: feeddetector.h:56
static FeedDetectorEntryList extractFromLinkTags(const TQString &s)
searches an HTML page for feeds listed in <link> tags <link> tags with rel attribute values alterna...
Definition: feeddetector.cpp:37
static TQStringList extractBruteForce(const TQString &s)
searches an HTML page for slightly feed-like looking links and catches everything not running away qu...
Definition: feeddetector.cpp:108