Skip to content

Commit

Permalink
syncing changes with dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
MooshiMochi committed Nov 24, 2024
2 parents 196d247 + 1bafdcf commit 15695f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/core/scanlators/lookup_map.json
Original file line number Diff line number Diff line change
Expand Up @@ -387,8 +387,8 @@
],
"chapters": {
"container": "div.pl-4.py-2:has(h3)",
"name": "div.pl-4.py-2:has(h3) > h3 > a.block",
"url": "div.pl-4.py-2:has(h3) > h3 > a.block"
"name": "h3 > a",
"url": "h3 > a"
},
"status": [
"div.px-2.py-2 > h3:-soup-contains(\"Status\") + h3"
Expand Down
4 changes: 2 additions & 2 deletions tests/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ async def main():
# The website(s) id down at the time of testing:
"lscomic",
]

if os.name != "nt": # reaperscans doesn't work for git workflow check
tests_to_ignore.append("reaperscans")

Expand Down Expand Up @@ -591,7 +591,7 @@ async def test_single_scanlator(scanlator: str):
asyncio.run(main())
else:
# asyncio.run(test_single_method("show_front_page_results", "epsilonscans"))
asyncio.run(test_single_scanlator("ataraxia"))
asyncio.run(test_single_scanlator("asura"))
# asyncio.run(sub_main())
# asyncio.run(paused_test())
# asyncio.run(main())

0 comments on commit 15695f3

Please sign in to comment.