mirror of
https://github.com/glomatico/gamdl.git
synced 2026-06-13 12:15:18 +03:00
Added missing line
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user