Skip to content

Wolf.com (늑대닷컴) site redesign — extension broken #17736

Description

@syng

늑대닷컴 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:

  1. Domain changed: wfwf414.comwfwf421.com
  2. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions