Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
youtube-dl under java , help needed #10841
Comments
|
Carefully read new issue template and provide all requested information. |
|
Jython has lots of bugs. As of now method 2 does not work. Anyway please paste the error message. |
|
surely , under jython youtube-dl is able to work with minor fixes , would create a new repo to maintain it |
i have been coding so that youtube-dl could work directly from java
method 1:
java code --> jvm ---> python ---> youtube-dl
method 2:
java code --> jvm ---> jython ---> youtube-dl
both of them shows error when i call file main.py from my java code
please assistme
error shown