mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-17 20:30:33 +00:00
Update
This commit is contained in:
@@ -320,8 +320,8 @@ final String htmlString = '''
|
|||||||
|
|
||||||
|
|
||||||
MDocument document = parseHtml(htmlString);
|
MDocument document = parseHtml(htmlString);
|
||||||
print(document.selecFirst("a").attr("href")); // https://github.com/kodjodevf
|
print(document.selectFirst("a").attr("href")); // https://github.com/kodjodevf
|
||||||
print(document.selecFirst("td").text); // 1
|
print(document.selectFirst("td").text); // 1
|
||||||
|
|
||||||
```
|
```
|
||||||
See [`MDocument` model](https://github.com/kodjodevf/mangayomi/blob/main/lib/eval/model/document.dart) and [`MElement` model](https://github.com/kodjodevf/mangayomi/blob/main/lib/eval/model/element.dart) to see aivable methods.
|
See [`MDocument` model](https://github.com/kodjodevf/mangayomi/blob/main/lib/eval/model/document.dart) and [`MElement` model](https://github.com/kodjodevf/mangayomi/blob/main/lib/eval/model/element.dart) to see aivable methods.
|
||||||
|
|||||||
Reference in New Issue
Block a user