4#include "CoverFetcher.h"
5#include "Utils/Pimpl.h"
9namespace Cover::Fetcher
26 QString privateIdentifier()
const override;
29 Website(
const QString& url=QString());
36 bool isWebserviceFetcher()
const override;
46 virtual void setWebsite(
const QString& website);
The CoverFetcherInterface interface.
Definition: CoverFetcher.h:35
Parses a website for all images. This cover fetcher behaves different from the others because every C...
Definition: Website.h:22
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