Rename --skip to --skip-format

This commit is contained in:
Ali Parlakci
2021-05-16 19:47:57 +03:00
committed by Serene
parent 739f97edcc
commit f768a7d61c
6 changed files with 7 additions and 7 deletions

View File

@@ -379,7 +379,7 @@ class RedditDownloader:
return RedditTypes.SortType.HOT
def _create_download_filter(self) -> DownloadFilter:
return DownloadFilter(self.args.skip, self.args.skip_domain)
return DownloadFilter(self.args.skip_format, self.args.skip_domain)
def _create_authenticator(self) -> SiteAuthenticator:
return SiteAuthenticator(self.cfg_parser)