Fix encoding errors

This commit is contained in:
Ritiek
2017-06-29 12:34:27 +05:30
parent e20be5d97e
commit 3009fb8583
4 changed files with 18 additions and 18 deletions

View File

@@ -41,8 +41,8 @@ def test_download():
def test_convert():
# exit code None = success
expect_convert = None
# exit code 0 = success
expect_convert = 0
content = spotdl.go_pafy(raw_song)
music_file = spotdl.misc.generate_filename(content.title)
music_file = spotdl.misc.fix_decoding(music_file)