diff options
Diffstat (limited to 'src/YtdlpWrapper.hpp')
-rw-r--r-- | src/YtdlpWrapper.hpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/YtdlpWrapper.hpp b/src/YtdlpWrapper.hpp index 81857c9..9ee2410 100644 --- a/src/YtdlpWrapper.hpp +++ b/src/YtdlpWrapper.hpp @@ -13,10 +13,8 @@ class YtdlpWrapper { Video::video getVideoByUrl(const std::string& url); std::vector<Video::video> searchVideos(const std::string& searchterm, int limit = 1); private: - pybind11::object get_ytdl(); - pybind11::object ytdl = pybind11::none(); - pybind11::scoped_interpreter guard{}; -}; + pybind11::object get_ytdl(); +}; #endif \ No newline at end of file |