mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-23 06:31:20 -04:00
FeedReader: Added processing of enclosure in RSS feed
This commit is contained in:
parent
f9ca6cd3e1
commit
ad9d566767
15 changed files with 406 additions and 108 deletions
|
@ -54,6 +54,11 @@ public:
|
|||
static RsFeedReaderErrorState processXslt(const std::string &xslt, HTMLWrapper &html, std::string &errorString);
|
||||
|
||||
static RsFeedReaderErrorState processTransformation(const RsFeedReaderFeed &feed, RsFeedReaderMsg *msg, std::string &errorString);
|
||||
|
||||
static bool isContentType(const std::string &contentType, const char *type);
|
||||
static bool toBase64(const std::vector<unsigned char> &data, std::string &base64);
|
||||
static bool fromBase64(const std::string &base64, std::vector<unsigned char> &data);
|
||||
|
||||
private:
|
||||
virtual void threadTick() override; /// @see RsTickingThread
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue