mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
system/nkparser,ytparser: change Cleanup default to not to remove thumbnails
Conflicts: src/system/nkparser.h
This commit is contained in:
@@ -138,7 +138,7 @@ class cYTFeedParser
|
|||||||
bool GetVideoUrls();
|
bool GetVideoUrls();
|
||||||
bool DownloadThumbnails();
|
bool DownloadThumbnails();
|
||||||
void Dump();
|
void Dump();
|
||||||
void Cleanup(bool delete_thumbnails = true);
|
void Cleanup(bool delete_thumbnails = false);
|
||||||
|
|
||||||
yt_video_list_t &GetVideoList() { return videos; }
|
yt_video_list_t &GetVideoList() { return videos; }
|
||||||
bool Parsed() { return parsed; }
|
bool Parsed() { return parsed; }
|
||||||
|
Reference in New Issue
Block a user