From d95b96b9c4922afd7e35ea23562dfa8cd01a6565 Mon Sep 17 00:00:00 2001 From: doe Date: Wed, 6 Aug 2014 01:18:28 +0200 Subject: [PATCH] Added notice to getSiteExampleURLs docstring on the expected format --- fanficdownloader/adapters/base_adapter.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fanficdownloader/adapters/base_adapter.py b/fanficdownloader/adapters/base_adapter.py index fd75e92..a91e4f9 100644 --- a/fanficdownloader/adapters/base_adapter.py +++ b/fanficdownloader/adapters/base_adapter.py @@ -297,9 +297,10 @@ class BaseSiteAdapter(Configurable): @classmethod def getSiteExampleURLs(self): """ + Return a string of space separated example URLs. Needs to be overriden in each adapter class. It's the adapter writer's responsibility to make sure the example(s) pass the - URL validate. + validateURL method. """ return 'no such example'