24#include "CoverFetcher.h"
25#include "Utils/Pimpl.h"
29namespace Cover::Fetcher
46 QString privateIdentifier()
const override;
49 Website(
const QString& url=QString());
56 bool isWebserviceFetcher()
const override;
66 virtual void setWebsite(
const QString& website);
The CoverFetcherInterface interface.
Definition CoverFetcher.h:35
QString fulltextSearchAddress(const QString &address) const override
will always return the website which has been set by set_website(const QString&)
QStringList parseAddresses(const QByteArray &website) const override
Get addresses from the downloaded website. If can_fetch_cover_directly returns true,...
bool canFetchCoverDirectly() const override
Can the cover be fetched from the adress without starting a two-stage query?
int estimatedSize() const override
get_estimated_size. Rough image size of the CoverFetchInterface