You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 21, 2019. It is now read-only.
i've create second char array
i'm using youtube-dl project
NSString* main_script2 = @" -g https://www.youtube.com/watch?v=B3eAMGXFw1o";
const char *c = [main_script2 cStringUsingEncoding:NSUTF8StringEncoding];
python_argv[1] = _Py_char2wchar(c, NULL);
output:
Unable to open main.py, abort.
Leaving
how can we send an argument to main.py
The text was updated successfully, but these errors were encountered: