experimental yt cache (currently no gui integration)

Conflicts:
	src/gui/moviebrowser.cpp
	src/gui/movieinfo.cpp
	src/system/Makefile.am
This commit is contained in:
martii
2013-06-12 17:16:22 +02:00
committed by [CST] Focus
parent 824b6facb1
commit 70e5e66327
9 changed files with 412 additions and 84 deletions

View File

@@ -62,7 +62,7 @@ class cYTVideoInfo
bool ret;
void Dump();
std::string GetUrl(int fmt = 0, bool mandatory = true);
std::string GetUrl(int *fmt = NULL, bool mandatory = true);
};