We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aff9e6d commit a39e396Copy full SHA for a39e396
2 files changed
WebtoonScraper/base.py
@@ -12,7 +12,7 @@
12
if TYPE_CHECKING:
13
from WebtoonScraper.scrapers import Scraper
14
15
-__version__ = "5.4.0"
+__version__ = "5.4.1"
16
platforms: dict[str, type[Scraper]] = {}
17
console = Console()
18
docs/mkdocs/95-releases.md
@@ -1,5 +1,10 @@
1
# Release Note
2
3
+## 5.4.1
4
+
5
+* 카카오페이지 사이트 변화 반영
6
+* 투믹스 확장 지원
7
8
## 5.4.0
9
10
* 투믹스 글로벌(<https://global.toomics.com/en>) 모든 언어 지원 Support downloading webtoons from toomics global (every languages)
0 commit comments