summaryrefslogtreecommitdiff
path: root/crocoite/controller.py
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2018-09-29 16:51:57 +0200
committerLars-Dominik Braun <lars@6xq.net>2018-09-29 16:51:57 +0200
commit07c34b2d004f16798c17ed479679a511c6bd2f29 (patch)
treed3b0696a23ed155ab5fad067f6ab003166343e77 /crocoite/controller.py
parentcbcdde65aa667369b0890a042e5b44d6b1e377aa (diff)
downloadcrocoite-07c34b2d004f16798c17ed479679a511c6bd2f29.tar.gz
crocoite-07c34b2d004f16798c17ed479679a511c6bd2f29.tar.bz2
crocoite-07c34b2d004f16798c17ed479679a511c6bd2f29.zip
Add documentation
For -recursive and -irc
Diffstat (limited to 'crocoite/controller.py')
-rw-r--r--crocoite/controller.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/crocoite/controller.py b/crocoite/controller.py
index 9c153b8..81f0638 100644
--- a/crocoite/controller.py
+++ b/crocoite/controller.py
@@ -312,8 +312,9 @@ class RecursiveController:
async def fetch (self, url):
"""
- Overrideable fetch action for URLs. Defaults to sequential
- SinglePageController.
+ Fetch a single URL using an external command
+
+ command is usually crocoite-grab
"""
def formatCommand (e):