Skip to content

Commit e6f4843

Browse files
authored
dev: change link key to url
1 parent 34fea95 commit e6f4843

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/html2rss/configs/microsoft.com/azure-products.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ selectors:
66
selector: ".card-body"
77
title:
88
selector: ".h5"
9-
link: # <-- html2rss v0.17.0 does not seem to work with url here
9+
url:
1010
selector: ".link-group a:first-of-type"
1111
extractor: "href"
1212
description:
13-
selector: "p"
13+
selector: "p"

0 commit comments

Comments
 (0)