Split download function

This commit is contained in:
Ali Parlakçı
2018-07-23 22:06:33 +03:00
committed by GitHub
parent 229def6578
commit bcae177b1e
2 changed files with 101 additions and 117 deletions

View File

@@ -80,4 +80,10 @@ class InvalidSortingType(Exception):
pass
class FileNotFoundError(Exception):
pass
class NoSuitablePost(Exception):
pass
class ImgurLimitError(Exception):
pass