]> git.wh0rd.org - tt-rss.git/commit
Differentiate enclosures based on content type.
authorTobias Kappé <tobias.kappe@gmail.com>
Sat, 18 Aug 2018 16:17:30 +0000 (17:17 +0100)
committerTobias Kappé <tobias.kappe@gmail.com>
Sat, 18 Aug 2018 16:17:30 +0000 (17:17 +0100)
commitac8a0e7dc6020bf099488ae04a49681c7fc7d6ef
treeed88b9d5f8967937799a8a0fead863c1dfab1a2e
parent32c0c07cc1fb1019a61b83814bdd7c3830b621e6
Differentiate enclosures based on content type.

Some RSS feeds contain multiple enclosures with the same URL. When the first of
these is not recognized as an image, later entries are not added to the
database as rows in ttrss_enclosures. This change differentiates enclosures
based on their content type, so an entry can have multiple enclosure types with
the same URL (but possibly a different content type).
classes/rssutils.php