Hey guys!
Running piCore 4.9.22 on a rPi Zero W, using Python 2.7.13, i'm trying to extract youtube links using youtube-dl -g <youtube link> which works, however, it's pretty slow. Working from the...not sure how you call these..."packed" file, which is essentially all the python files of youtube-dl put inside a zip archive it takes over 50 seconds to process 1 url, if i use the python files directly, so python doesn't have to uncompress the files prior to executing/parsing/whatever them, this drops to somewhat less than 40 seconds. This is painfully slow. I know the rPi Z is not a powerhouse and also know -more or less- that Python is using an interpreter which will never be as fast as native code but...even so these times seem pretty long.
Any ideas what i might try to speed this up or what i might be doing wrong?