mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-28 19:58:18 +01:00
Updated for new line
This commit is contained in:
parent
800f473c97
commit
56a8bb160a
1 changed files with 3 additions and 1 deletions
|
@ -42,7 +42,9 @@ class Downloader(Configs):
|
||||||
else:
|
else:
|
||||||
for url in self.urls:
|
for url in self.urls:
|
||||||
self.tool(url)
|
self.tool(url)
|
||||||
print()
|
|
||||||
|
if self.urls and not self.urls[0].startswith('file'):
|
||||||
|
print()
|
||||||
|
|
||||||
def tool(self, url: str) -> None:
|
def tool(self, url: str) -> None:
|
||||||
""" Downloader tools wget, wget2, curl and lftp. """
|
""" Downloader tools wget, wget2, curl and lftp. """
|
||||||
|
|
Loading…
Add table
Reference in a new issue