mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-29 19:18:42 -07:00
Add more RSS debug
This commit is contained in:
parent
1c6ef50b77
commit
d93a63e01a
2 changed files with 4 additions and 1 deletions
|
@ -240,8 +240,10 @@ RssArticlePtr xmlToRssArticle(RssFeed* parent, QXmlStreamReader& xml)
|
|||
author = xml.readElementText();
|
||||
else if (xml.name() == "guid")
|
||||
guid = xml.readElementText();
|
||||
else
|
||||
else {
|
||||
qDebug() << "Skipping item tag: " << xml.name();
|
||||
xml.skipCurrentElement();
|
||||
}
|
||||
}
|
||||
|
||||
if (guid.isEmpty()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue