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
Verbose log
�
Description
I use youtube-dl in iOS and call youtube-dl through Python-Apple-Support. So far, it can be used perfect, but it will generate warning and error logs. I don’t know what the reason is? Are some of my options not set correctly? ? These logs are output on the real device.
These logs look like youtube-dl is writing to the cache in some directories, but the written directories do not have permissions. Are some APIs able to set other paths?
I found this option --no-cache-dir but I don't know how to set it programmatically.
Best Regards.