ytparser/moviebrowser: add option for selecting prefered quality

Origin commit data
------------------
Commit: e01e96c1ac
Author: martii <m4rtii@gmx.de>
Date: 2013-06-09 (Sun, 09 Jun 2013)
This commit is contained in:
martii
2013-06-09 09:31:57 +02:00
committed by [CST] Focus
parent eaf1e4e924
commit 416ab07620
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);
};