mirror of
https://github.com/beetbox/beets.git
synced 2026-01-02 22:12:53 +01:00
change prints to ease sources copy/paste
This commit is contained in:
parent
39584a8b69
commit
e2506f3d03
1 changed files with 2 additions and 2 deletions
|
|
@ -41,9 +41,9 @@ def main(argv=None):
|
|||
"""
|
||||
if argv is None:
|
||||
argv = sys.argv
|
||||
|
||||
print 'Fetching samples from:'
|
||||
for s in test_lyrics.GOOGLE_SOURCES + test_lyrics.DEFAULT_SOURCES:
|
||||
print 'Fetching sample from %s' % s['url']
|
||||
print s['url']
|
||||
url = s['url'] + s['path']
|
||||
fn = test_lyrics.url_to_filename(url)
|
||||
if not os.path.isfile(fn):
|
||||
|
|
|
|||
Loading…
Reference in a new issue