nedlir/languagepod101-scraper

Code Running but I can't find the downloaded files

Closed this issue · 3 comments

Hi ,

With limited coding knowledge I've been able to get the script running successfully but I can't seem to find where the files have downloaded.
The code runs and finishes with the "Yatta! Finished downloading the course" but there does not seem to be any files downloading.

Does anyone have any suggestions?

Thanks!!

Hi @stephensherin.

By default, the downloads will be put in the folder you run the code.

Are you using some IDE or running directly from a folder?

Thanks for the quick reply @nedlir. I'm running it using an IDE (PyCharm).
I believe I'm running from C:\Users\steph\PycharmProjects\CantoneseClass101. But there are no files other than the script & libraries that I originally downloaded.

Try to run the file inside the folder you want the file to be downloaded into or assign another directory. you can do it straight from the commandline: python language101_scraper.py

For more info: How to execute a python script in a different directory?