Remove unused function

master
flyingrub 2017-09-19 15:03:17 +02:00
parent 5bc90dd40f
commit 960783345e
1 changed files with 0 additions and 14 deletions

View File

@ -364,20 +364,6 @@ def download_my_stream():
# TODO
# Use Token
def download_all_of_a_page(tracks):
"""
NOT RECOMMENDED
Download all song of a page
"""
logger.error(
'NOTE: This will only download the songs of the page.(49 max)'
)
logger.error('I recommend you to provide a user link and a download type.')
for counter, track in enumerate(tracks, 1):
logger.info('\nTrack n°{0}'.format(counter))
download_track(track)
def try_utime(path, filetime):
try:
os.utime(path, (time.time(), filetime))