4 #include "CoverFetcher.h" 5 #include "Utils/Pimpl.h" 7 namespace Cover::Fetcher
24 QString privateIdentifier()
const override;
31 QStringList
parseAddresses(
const QByteArray& website)
const override;
43 virtual void setWebsite(
const QString& website);
int estimatedSize() const override
get_estimated_size. Rough image size of the CoverFetchInterface
QString fulltextSearchAddress(const QString &address) const override
will always return the website which has been set by set_website(const QString&)
The CoverFetcherInterface interface.
Definition: CoverFetcher.h:34
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?
Parses a website for all images. This cover fetcher behaves different from the others because every C...
Definition: Website.h:18