Added missing line

This commit is contained in:
R. M
2023-06-11 01:09:12 -03:00
parent aee494f464
commit 37554e8f49
+1
View File
@@ -98,6 +98,7 @@ def main():
for url_txt in args.url:
with open(url_txt, "r", encoding="utf8") as f:
_url.extend(f.read().splitlines())
args.url = _url
dl = Gamdl(
args.wvd_location,
args.cookies_location,