Skip to content

Commit

Permalink
Merge pull request #1930 from dipu-bd/dev
Browse files Browse the repository at this point in the history
3.2.4
  • Loading branch information
dipu-bd authored Apr 7, 2023
2 parents 36b1b32 + 2997819 commit 328fe6a
Show file tree
Hide file tree
Showing 6 changed files with 335 additions and 334 deletions.
660 changes: 330 additions & 330 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lncrawl/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.3
3.2.4
2 changes: 1 addition & 1 deletion lncrawl/webdriver/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def create_local(
options.add_argument("--window-size=1920,1080")
options.add_argument("--start-maximized")
options.add_argument("--no-sandbox")
options.add_argument("--headless")
options.add_argument("--headless=new")
else:
width = max(640, Screen.view_width * 3 // 4)
height = max(480, Screen.view_height * 3 // 4)
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ base58~=2.1.1
python-box>=6.0.0,<7.0.0
pycryptodome>=3.0.0,<4.0.0
webdriver-manager
undetected-chromedriver
undetected-chromedriver>=3.4.6
selenium>=3.141.0
readability-lxml>=0.8.0,<1.0.0

Expand Down
2 changes: 1 addition & 1 deletion sources/_index.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions sources/en/b/beautymanga.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class BeautymangaCrawler(Crawler):
has_manga = True
base_url = [
"https://beautymanga.com/",
"https://myreadingmanga.fit/",
]

def search_novel(self, query):
Expand Down

0 comments on commit 328fe6a

Please sign in to comment.