From 07dae15a528ba2370b4cf05e539e664a4ff27279 Mon Sep 17 00:00:00 2001 From: ComradeCrow Date: Thu, 27 Apr 2023 00:57:01 -0700 Subject: fix version --- src/main.cpp | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'src') diff --git a/src/main.cpp b/src/main.cpp index 8153a75..fed0a30 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -55,10 +55,10 @@ int main(int argc, char **argv) { // validateStructConversions(); - YtdlpWrapper yt; - Video::video vid = yt.getVideoByUrl("https://youtu.be/jy5x7bDYd4o?list=OLAK5uy_kSLxuOA_vBO8SsXaI6PjJbqvsIBnBReGM"); - cout << vid.id << ", " << vid.url << endl; - yt.~YtdlpWrapper(); + // YtdlpWrapper yt; + // Video::video vid = yt.getVideoByUrl("https://youtu.be/jy5x7bDYd4o?list=OLAK5uy_kSLxuOA_vBO8SsXaI6PjJbqvsIBnBReGM"); + // cout << vid.id << ", " << vid.url << endl; + // yt.~YtdlpWrapper(); // vector response = yt.searchVideos("factorio"); // for (Video::video i: response) { @@ -69,9 +69,7 @@ int main(int argc, char **argv) { // nlohmann::json j = yt.getJsonSearch("the very thought of you"); // cout << j << endl; - cout << VERSION << endl; - - SqliteInterface data; + // SqliteInterface data; // vector instances = getInstances(); // for (auto i: instances) { -- cgit 1.4.1-2-gfad0