#include #include #include #include #include #include #include #include #include "tui.hpp" #include "invapi.hpp" #include "YtdlpWrapper.hpp" namespace py = pybind11; using namespace std; int main() { YtdlpWrapper yt; nlohmann::json j = yt.getJsonSearch("the very thought of you"); cout << j << endl; // vector instances = getInstances(); // for (auto i: instances) { // cout << i << " "; // } // cout << endl; }