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

Phase 3 - Change code so that temp files download into a temp folder #20

Open
rdeodha opened this issue Oct 22, 2021 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@rdeodha
Copy link
Collaborator

rdeodha commented Oct 22, 2021

Currently, if a YouTube video has caption disabled, the application downloads the audio from the video into a file called temp.mp4
This file gets downloaded in the root project folder, which is not good practice. We need to make a temp folder in the root directly where all temporary files get downloaded. Additionally, after the application is done with the temporary files, it should delete them off disk.

To test, use this YouTube video: https://www.youtube.com/watch?v=2kttVyakHN4

@rdeodha rdeodha added the enhancement New feature or request label Oct 22, 2021
@rdeodha
Copy link
Collaborator Author

rdeodha commented Oct 22, 2021

Also gitignore should ignore all files in the temp folder.

@rdeodha rdeodha changed the title Change code so that temp files download into a temp folder Phase 3 - Change code so that temp files download into a temp folder Nov 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant