From dd368ed253b275b6d29af36efed1660a539233d5 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Thu, 29 Sep 2022 21:20:42 +0530 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=90=9B=20Removed=20exclusion=20of=20-?= =?UTF-8?q?m=20for=20tiktok?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 5c0aa8d..4770d26 100644 --- a/main.py +++ b/main.py @@ -280,7 +280,7 @@ class ArgParser(object): if is_experimental: logger.debug("Using experimental features") args.append("--experimental") - if app in ("reddit", "tiktok"): + if app in ["reddit"]: args.remove("-m") args.remove("revanced-integrations.apk") args[1::2] = map(lambda i: temp_folder.joinpath(i), args[1::2]) From cb74685e01b0cfb2ac8da83bf2ed44bd27491997 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Thu, 29 Sep 2022 22:15:29 +0530 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=90=9B=20Removed=20integration=20excl?= =?UTF-8?q?usion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/main.py b/main.py index 4770d26..7c163b3 100644 --- a/main.py +++ b/main.py @@ -280,9 +280,6 @@ class ArgParser(object): if is_experimental: logger.debug("Using experimental features") args.append("--experimental") - if app in ["reddit"]: - args.remove("-m") - args.remove("revanced-integrations.apk") args[1::2] = map(lambda i: temp_folder.joinpath(i), args[1::2]) if self._PATCHES: