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

Download doesn't start automatically #13

Open
garganshul108 opened this issue Oct 31, 2019 · 1 comment
Open

Download doesn't start automatically #13

garganshul108 opened this issue Oct 31, 2019 · 1 comment
Labels
advanced enhancement New feature or request help wanted Extra attention is needed question Further information is requested

Comments

@garganshul108
Copy link
Owner

The ./playlist_downloader script runs to generate a file named as <topic_name>.txt but the download after that doesn't start.

One has to make a folder and copy the ./curl_script and the <topic_name>.txt to the new folder.

Then run the following commands

chmod 777 ./curl_script.sh
./curl_script.sh <topic_name>.txt

Can this process be automated?

Anyone who is willing to make this work is welcome to contribute.

@garganshul108 garganshul108 added enhancement New feature or request help wanted Extra attention is needed question Further information is requested advanced labels Oct 31, 2019
@tusharsadhwani
Copy link

you can use python's os module to move files with os.rename, or to run shell commands with function os.system or os.Popen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
advanced enhancement New feature or request help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants