code adjustments according to pep8

This commit is contained in:
Mike Fährmann
2017-01-30 19:40:15 +01:00
parent 8e93633319
commit 4f123b8513
19 changed files with 103 additions and 34 deletions

View File

@@ -6,14 +6,18 @@
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
class NoExtractorError(Exception):
"""No extractor can handle the given URL"""
class AuthenticationError(Exception):
"""Invalid or missing login information"""
class AuthorizationError(Exception):
"""Insufficient privileges to access a resource"""
class NotFoundError(Exception):
"""Requested resource (gallery/image) does not exist"""