tastelessjolt / youtube-dl-android

A basic implementation of youtube-dl in Android/Java
GNU General Public License v3.0
105 stars 23 forks source link

Need JavaScriptEngine to work on the background thread #1

Closed tastelessjolt closed 6 years ago

tastelessjolt commented 6 years ago

I've tried a few javascript engines but I realized it'd be better to just parse JS and convert equivalent code in Java as is done in youtube-dl here

tastelessjolt commented 6 years ago

Closed it because converted the python basic JS Interpreter to Java.