Add tests, fix style.

This commit is contained in:
BlipRanger
2022-04-25 12:53:59 -04:00
parent dbd0c6cd42
commit d64acc25f5
4 changed files with 44 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ from bdfr.site_downloaders.base_downloader import BaseDownloader
logger = logging.getLogger(__name__)
class vreddit(BaseDownloader):
class Vreddit(BaseDownloader):
def __init__(self, post: Submission):
super().__init__(post)