-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fix Bing search - Add Google and Startpage scrapers (change in ui settings) - Fix headers + add header randomizer - Completely remove Brainly from the project due to new WAF + slow processing time - Fix delay in cursor restoring after OCR - Manually calculate selection rectangle for OCR - Change minimum value for window transparency slider to 5% - Upgrade Pillow and pytesseract to fix security concerns - Add requests_html, fake_headers, and their dependencies to requirements.txt
Showing
7 changed files
with
221 additions
and
138 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,44 @@ | ||
appdirs==1.4.4 | ||
beautifulsoup4==4.10.0 | ||
bs4==0.0.1 | ||
certifi==2021.10.8 | ||
cffi==1.15.0 | ||
charset-normalizer==2.0.9 | ||
colorama==0.4.4 | ||
cssselect==1.1.0 | ||
fake-headers==1.0.2 | ||
fake-useragent==0.1.11 | ||
gevent==21.12.0 | ||
greenlet==1.1.2 | ||
grequests==0.6.0 | ||
html5lib==1.1 | ||
idna==3.3 | ||
importlib-metadata==4.11.3 | ||
keyboard==0.13.5 | ||
Pillow==8.4.0 | ||
lxml==4.8.0 | ||
packaging==21.3 | ||
parse==1.19.0 | ||
Pillow==9.1.0 | ||
pycparser==2.21 | ||
pyee==8.2.2 | ||
pyparsing==3.0.8 | ||
pyperclip==1.8.2 | ||
pyppeteer==1.0.2 | ||
PyQt5==5.15.6 | ||
PyQt5-Qt5==5.15.2 | ||
PyQt5-sip==12.9.0 | ||
pytesseract==0.3.8 | ||
pyquery==1.4.3 | ||
pytesseract==0.3.9 | ||
pywin32==303 | ||
requests==2.26.0 | ||
requests-html==0.10.0 | ||
six==1.16.0 | ||
soupsieve==2.3.1 | ||
tqdm==4.64.0 | ||
urllib3==1.26.7 | ||
w3lib==1.22.0 | ||
webencodings==0.5.1 | ||
websockets==10.2 | ||
zipp==3.8.0 | ||
zope.event==4.5.0 | ||
zope.interface==5.4.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters