Mercurial > minori
diff include/gui/pages/torrents.h @ 183:01d259b9c89f
pages/torrents.cc: parse feed descriptions separately
services/anilist.cc: use constexpr STL string_view for HTTP queries
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Mon, 04 Dec 2023 13:40:42 -0500 |
parents | 39521c47c7a3 |
children | 2f5a9247e501 |
line wrap: on
line diff
--- a/include/gui/pages/torrents.h Mon Dec 04 13:19:54 2023 -0500 +++ b/include/gui/pages/torrents.h Mon Dec 04 13:40:42 2023 -0500 @@ -46,6 +46,7 @@ Qt::ItemFlags flags(const QModelIndex& index) const override; QByteArray DownloadTorrentList(); + void ParseFeedDescription(const std::string& description, Torrent& torrent); void ParseTorrentList(const QByteArray& ba); void RefreshTorrentList();