Implemented barebone rest-queries for youtube downloading. Still needs a lot of polishing!

This commit is contained in:
Leon Etienne (ubuntu wsl)
2020-09-25 02:04:30 +02:00
parent 17d7e743df
commit 96d11c80f3
19 changed files with 922 additions and 161 deletions

View File

@@ -2,6 +2,7 @@
#include "Logger.h"
#include "LogHistory.h"
#include "HttpServer.h"
#include "DownloadManager.h"
#include "XGControl.h"
#include "XGConfig.h"
@@ -10,10 +11,9 @@ class Framework
public:
Framework();
~Framework();
private:
void Run();
private:
void PostInit();
void OnExit();
void PreInit();