#include #include #include #include #include #include #include #include "tui.cpp" #include "invapi.cpp" #include "YtdlpWrapper.cpp" using namespace std; int main() { py::scoped_interpreter guard{}; YtdlpWrapper yt; // nlohmann::json j = yt.getJsonSearch("All Quiet on the Western Front Ost"); // cout << j << endl; // vector instances = getInstances(); // for (auto i: instances) { // cout << i << " "; // } // cout << endl; }