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 May 28, 2019
1 parent c4215c9 commit 5872944
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 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 @@ -270,3 +270,5 @@ def sigint_handler(sig, frame):
args = parser.parse_args()

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

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

0 comments on commit 5872944

Please sign in to comment.