rename extractor classes starting with a digit

This commit is contained in:
Mike Fährmann
2019-11-02 20:42:09 +01:00
parent b3b9da6d74
commit 2a3bd4e3c7
4 changed files with 10 additions and 24 deletions

View File

@@ -6,13 +6,13 @@
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
"""Extract images from https://www.2chan.net/"""
"""Extractors for https://www.2chan.net/"""
from .common import Extractor, Message
from .. import text
class FutabaThreadExtractor(Extractor):
class _2chanThreadExtractor(Extractor):
"""Extractor for images from threads on www.2chan.net"""
category = "2chan"
subcategory = "thread"