system/nkparser,ytparser: change Cleanup default to not to remove thumbnails

Conflicts:
	src/system/nkparser.h
This commit is contained in:
martii
2013-11-17 09:48:28 +01:00
committed by [CST] Focus
parent d37b20bc75
commit a85af8f0a2

View File

@@ -138,7 +138,7 @@ class cYTFeedParser
bool GetVideoUrls();
bool DownloadThumbnails();
void Dump();
void Cleanup(bool delete_thumbnails = true);
void Cleanup(bool delete_thumbnails = false);
yt_video_list_t &GetVideoList() { return videos; }
bool Parsed() { return parsed; }