Skip to content
This repository has been archived by the owner on Jan 27, 2024. It is now read-only.

Commit

Permalink
change: python vim comment
Browse files Browse the repository at this point in the history
  • Loading branch information
exander77 committed Nov 26, 2020
1 parent 1f5ba78 commit 692d766
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ulozto_downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def get_download_link(session, url):
url (str): URL of the page with file
Returns:
str: URL for downloading the file
G str: URL for downloading the file
"""

page = session.get('{}?do=slowDirectDownload'.format(url), allow_redirects=False)
Expand Down Expand Up @@ -272,4 +272,6 @@ def sigint_handler(sig, frame):

args = parser.parse_args()

download(args.url, args.username, args.password, args.parts, args.output)
download(args.url, args.username, args.password, args.parts, args.output)

# vim: ts=4 sw=4 noexpandtab syntax=python

0 comments on commit 692d766

Please sign in to comment.