fix supportedsites.py for modules without docstring

(fixes #1332)
This commit is contained in:
Mike Fährmann
2021-02-21 22:57:37 +01:00
parent 7b5ee922b7
commit e39aea42cd
3 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
# -*- coding: utf-8 -*-
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
"""Extractors for https://cyberdrop.me/"""
import base64
from .common import Extractor, Message