tblancher / pymazon

Automatically exported from code.google.com/p/pymazon
Other
0 stars 0 forks source link

Song titles with slash will result in subdirectory being created #26

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download any album or song where Songtitles have slashes ("/") eg. 
http://www.amazon.de/Duets/dp/B001SUYPZW/ref=dm_cd_album_bb 
2. Download songs into directory
3.

What is the expected output? What do you see instead?

Songs are downloaded into individual subdirectory according to the position of 
the Slash in the song title. eg: La Bohème / Act 1 - "O soave fanciulla" will 
create the subdirectory "La Bohème " in which we can find the mp3 with the 
filename Act 1 - "O soave fanciulla".mp3

What version of the product are you using? On what operating system?
Pymazon 0.9 on Ubuntu 10.04

Please provide any additional information below.
Escaping the slash in the song title should do the trick :)

Original issue reported on code.google.com by klug.joh...@gmail.com on 19 Aug 2010 at 1:30

GoogleCodeExporter commented 8 years ago
This is a duplicate of an already reported bug. See issue 25.

Original comment by SCColbert@gmail.com on 19 Aug 2010 at 3:11