[FIX] Typo

master
flyingrub 2016-04-11 21:17:17 +02:00
parent 77fa94af6b
commit 248eca265c
1 changed files with 1 additions and 1 deletions

View File

@ -339,7 +339,7 @@ def download_track(track, playlist_name=None, playlist_file=None):
# filename
if track['downloadable'] and not arguments['--onlymp3']:
logger.info('Downloading the orginal file.')
logger.info('Downloading the original file.')
download_url = track['download_url']
url = '{0}?client_id={1}'.format(download_url, scdl_client_id)
r = requests.get(url, stream=True)