skip checking size on links
skip google music cache

Change-Id: I75d6fd0e17140d12cb2c6d335e8ff73a6f871aa2
diff --git a/twrpTar.hpp b/twrpTar.hpp
index 88eedb5..9128ba0 100644
--- a/twrpTar.hpp
+++ b/twrpTar.hpp
@@ -51,7 +51,7 @@
 	void setfn(string fn);
 	void setdir(string dir);
 	unsigned long long uncompressedSize();
-	
+
 public:
 	int use_encryption;
 	int userdata_encryption;
@@ -91,10 +91,10 @@
 	string tardir;
 	string tarfn;
 	string basefn;
-	string tarexclude;
 
+	vector <string> tarexclude;
 	vector<string> split;
 
 	std::vector<TarListStruct> *ItemList;
 	int thread_id;
-}; 
+};