yausername / youtubedl-android

youtube-dl for android
GNU General Public License v3.0
947 stars 172 forks source link

Possible fix for Seal issues with Termux #212

Closed BobbyESP closed 1 year ago

BobbyESP commented 1 year ago

yt-dlp seems to take the termux internal files path as HOME (Linux principal directory). Adding the appContext.filesDir provided by the app that is using youtubedl-android as HOME, we force the python enviroment to take that variable as main directory and not Termux one.