Updated for new line

This commit is contained in:
Dimitris Zlatanidis 2023-04-29 23:05:26 +03:00
parent 800f473c97
commit 56a8bb160a

View file

@ -42,7 +42,9 @@ class Downloader(Configs):
else:
for url in self.urls:
self.tool(url)
print()
if self.urls and not self.urls[0].startswith('file'):
print()
def tool(self, url: str) -> None:
""" Downloader tools wget, wget2, curl and lftp. """