extract data from media elements

This commit is contained in:
Nazar Kanaev
2021-03-25 16:55:19 +00:00
parent fe1a1987bd
commit 6685bce51c
4 changed files with 70 additions and 8 deletions

View File

@@ -66,7 +66,7 @@ func TestParse(t *testing.T) {
Title: "Title",
Items: []Item{
{
Title: "Item 1",
Title: "Item 1",
Content: "<div>content</div>",
},
},