consistent extractor naming scheme + docstrings

This commit is contained in:
Mike Fährmann
2016-09-12 10:20:57 +02:00
parent 888a988725
commit d7e168799d
50 changed files with 170 additions and 147 deletions

View File

@@ -12,7 +12,7 @@ from .common import Extractor, Message
from .. import text
class ChanExtractor(Extractor):
"""Base class for extractors for Futaba Channel boards"""
directory_fmt = ["{category}", "{board}-{thread}"]
filename_fmt = "{tim}-{filename}{ext}"
api_url = ""