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

Conflicts:
	src/system/nkparser.h


Origin commit data
------------------
Branch: ni/coolstream
Commit: a85af8f0a2
Author: martii <m4rtii@gmx.de>
Date: 2013-11-17 (Sun, 17 Nov 2013)



------------------
This commit was generated by Migit
This commit is contained in:
martii
2013-11-17 09:48:28 +01:00
committed by [CST] Focus
parent 0b0cc5d9fa
commit 865f791cb1

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; }