mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-12-08 20:39:08 +00:00
Make file names compatible with previous versions
This commit is contained in:
@@ -118,7 +118,8 @@ def getYouTubeTitle(content, number):
|
|||||||
|
|
||||||
|
|
||||||
def generateFileName(content):
|
def generateFileName(content):
|
||||||
return slugify(content.title)
|
title = (content.title).replace(' ', '_')
|
||||||
|
return slugify(title, ok='_()[]{}', lower=False)
|
||||||
|
|
||||||
|
|
||||||
def downloadSong(content):
|
def downloadSong(content):
|
||||||
|
|||||||
Reference in New Issue
Block a user