Menu

#1 m4a to mp3

Amakode
open
nobody
Amakode (2)
5
2009-03-28
2009-03-28
Anonymous
No

Recently purchased songs from iTunes includes an atom "----" with some xml that AtomicParsley returns with many lines and they do not begin with "Atom". This causes the amakode.py version 1.8 to choke. I resolved this issue with a very simple change.

diff amakode.py amakode.py.orig
137c137
< if len(fields)==4 and fields[0]=="Atom":
---
> if fields[0]=="Atom":

Discussion


Log in to post a comment.

MongoDB Logo MongoDB