From b69cc7c983d6bf418e82075f817852d0bf8d838b Mon Sep 17 00:00:00 2001 From: Karim shoair Date: Tue, 19 Nov 2024 14:35:24 +0200 Subject: [PATCH] Fix for the stealth mode on playwright fetcher The JS files weren't being moved while installing with PIP! --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 736106d..b8fbc5b 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,6 +1,7 @@ include LICENSE include *.db include *.js +include scrapling/engines/toolbelt/bypasses/*.js include scrapling/*.db include scrapling/*.db* include scrapling/py.typed