This commit fixes a bug where artists which have commas in their name
would break the sampler, because it wouldn't correctly split on commas.
This commit fixes the problem by using urllib.quote to encode the artist
and songs names before they are written to the CSV.
This commit fixes a bug where artists which have commas in their name would break the sampler, because it wouldn't correctly split on commas. This commit fixes the problem by using urllib.quote to encode the artist and songs names before they are written to the CSV.