늑대닷컴 has been redesigned (modern layout, different CSS classes) and the domain changed from wfwf414.com to wfwf421.com.
The extension v1.4.4 (eu.kanade.tachiyomi.extension.ko.wolfdotcom) no longer works because:
- Domain changed:
wfwf414.com → wfwf421.com
- HTML structure completely redesigned — all CSS selectors in
Wolf.kt no longer match
Old selectors (from Wolf.kt) vs new site:
| Purpose |
Old Selector |
New Structure |
| Browse listing |
.webtoon-list > ul > li > a |
a.t-card |
| Browse title |
.txt > .subject |
.t-title |
| Browse cover |
.img > img[data-original] |
.t-img img[src] |
| Detail title |
.text-box h1 |
needs analyzing |
| Chapters |
.webtoon-bbs-list a.view_open |
different format |
| Pages |
.image-view img[data-original] |
unknown |
New site HTML:
- Listing:
section.grid-sec > div.grid-inner > div.thumb-grid > a.t-card[href*="toon="]
- Inside t-card:
div.t-img > img[src], div.t-title, div.t-genre, div.t-ep
- Detail:
h1, div.genre-tags, div.ep-date
- Filters:
div.sort-row > a.sort-btn, section.filter-sec
늑대닷컴2 (wftoon220.com) still uses the old layout and works with v1.4.4.
늑대닷컴 has been redesigned (modern layout, different CSS classes) and the domain changed from
wfwf414.comtowfwf421.com.The extension v1.4.4 (
eu.kanade.tachiyomi.extension.ko.wolfdotcom) no longer works because:wfwf414.com→wfwf421.comWolf.ktno longer matchOld selectors (from Wolf.kt) vs new site:
.webtoon-list > ul > li > aa.t-card.txt > .subject.t-title.img > img[data-original].t-img img[src].text-box h1.webtoon-bbs-list a.view_open.image-view img[data-original]New site HTML:
section.grid-sec > div.grid-inner > div.thumb-grid > a.t-card[href*="toon="]div.t-img > img[src],div.t-title,div.t-genre,div.t-eph1,div.genre-tags,div.ep-datediv.sort-row > a.sort-btn,section.filter-sec늑대닷컴2 (
wftoon220.com) still uses the old layout and works with v1.4.4.