You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, i was using this script directly by calling download_track from my code
But after the update changing path has become pain, before i add 3 or 4 lines and i was downloading to any directory i want. Is there anyway to change the downloaded track path without changing the working directory? is there any simplest way without modifying the library a lot?
The text was updated successfully, but these errors were encountered:
Yeah, this script was really not designed to be used as a library. This is an issue, as well as all the sys.exit calls... Unfortunately the code base is pretty gnarly and would require some significant refactoring to make this change. Hopefully we will get around to this, but for now the best way is to call the scdl script as a separate process using e.g. subprocess.run
Hello, i was using this script directly by calling download_track from my code
But after the update changing path has become pain, before i add 3 or 4 lines and i was downloading to any directory i want. Is there anyway to change the downloaded track path without changing the working directory? is there any simplest way without modifying the library a lot?
The text was updated successfully, but these errors were encountered: