experimental yt cache (currently no gui integration)

Conflicts:
	src/gui/moviebrowser.cpp
	src/gui/movieinfo.cpp
	src/system/Makefile.am


Origin commit data
------------------
Commit: 70e5e66327
Author: martii <m4rtii@gmx.de>
Date: 2013-06-12 (Wed, 12 Jun 2013)
This commit is contained in:
martii
2013-06-12 17:16:22 +02:00
committed by [CST] Focus
parent ea3897e6bd
commit f717d3598f
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);
};