-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Improved Temp File Handling #1107
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job in general, thanks for working on it.
Sure thing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this possibly go into a new branch hotfix
or similar? We would want to push this kind of change to PyPi ASAP. Not right now, but a possible scenario is that dev
has some changes not yet ready for merging (in a future scenario).
Possibly we should have a hotfix
branch where we push this type of bugfix to? - Or maybe it can go straight to master?
Hotfix branch is better. Pushing hotfixes to master can make a mess. One the hotfix is published, we can take time to rework the code (if required) and then push the changes to Dev and eventually master. |
Also want to say a massive thank you for your hard work, especially having a well structured PR message that explains everything! |
That would defeat the purpose of a A PR like this ("urgent" bug fix), should go into (PR --> `hotfix` --> `master`) |
I guess in this case we need to create the |
Exactly what was meant: Yes, we need to create a |
Wait that wont work @MikhailZex @aklajnert - This PR's branch was made off How do we fix this? We want the branch not to have the changes from dev |
I think this branch should be rebased with master first. |
or simpler, copy your changes to a separate folder, fork |
I am not sure a hotfix branch is even necessary. If you can test and review a PR directly, what is the need for testing and reviewing the branch if it is just going to be merged immediately? Let me know if yall think otherwise. |
I could remake the PR starting from |
Did you try rebasing with master? That could do the trick. |
f1d10ec
to
36f8a74
Compare
On |
on the |
This aligns with #1076 and is mentioned in #1103
This should resolve: #1104 & #1103
Summary:
saveFile
handling #1076./Temp
directory after noticing.webm
files were being leftover$
but that is an issue with pytube and it does not affect the final mp3 file nameResources
Windows Special Chars: https://ss64.com/nt/syntax-esc.html
Linux Special Chars: https://tldp.org/LDP/Bash-Beginners-Guide/html/sect_03_03.html#:~:text=Escape%20characters%20are%20used%20to,with%20the%20exception%20of%20newline.