ytparser/moviebrowser: add option for selecting prefered quality

This commit is contained in:
martii
2013-06-09 09:31:57 +02:00
committed by [CST] Focus
parent 0e6848d7d9
commit e01e96c1ac
8 changed files with 34 additions and 7 deletions

View File

@@ -58,7 +58,7 @@ class cYTVideoInfo
yt_urlmap_t formats;
void Dump();
std::string GetUrl(int fmt = 0);
std::string GetUrl(int fmt = 0, bool mandatory = true);
};