We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba875a9 commit 34fea95Copy full SHA for 34fea95
1 file changed
lib/html2rss/configs/microsoft.com/azure-products.yml
@@ -0,0 +1,13 @@
1
+channel:
2
+ url: https://azure.microsoft.com/en-us/products
3
+ language: en
4
+selectors:
5
+ items:
6
+ selector: ".card-body"
7
+ title:
8
+ selector: ".h5"
9
+ link: # <-- html2rss v0.17.0 does not seem to work with url here
10
+ selector: ".link-group a:first-of-type"
11
+ extractor: "href"
12
+ description:
13
+ selector: "p"
0 commit comments