Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception thrown on call #7

Open
legier opened this issue Apr 5, 2020 · 1 comment
Open

Exception thrown on call #7

legier opened this issue Apr 5, 2020 · 1 comment

Comments

@legier
Copy link

legier commented Apr 5, 2020

Hi,
When I try to use your code I got ecpetion thrown on last line, where it should start downloading. Exception says that It cannot find a file. Could you please help mi with this?
image

@dcrystalj
Copy link
Owner

dcrystalj commented Apr 5, 2020

if you inspect source code there you have 2 files in there.
One is on line 20. so make sure you have piano.txt file

second is on line 39:

destination = '~/Desktop/hdpiano/{0}/%(title)s.%(ext)s'.format(folder_name)

Because you are using windows you need to modify destination path. something like destination = 'C:\\users\\{0}\\.%(title)s.%(ext)s'.format(folder_name)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants