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.
Checklist
Question
I try to run youtube-dl on my Android phone, so I installed termux-app on my phone and then run youtube-dl by it.
In addition, I also refer to the source code of ltermux-app, and then embed a termux-app terminal emulator in my own application to extend the Android command line function.
However, there is a big difference in the time it takes to get the running results of youtube-dl on different performance phones. The command I am running is
youtube-dl --skip-download --print-json url. It takes even twenty seconds on some devices.Does youtube-dl have more requirements for device performance? In addition, whether the network condition has a greater impact on its operation.
Thank you!