Skip to content

Commit 3583e68

Browse files
committed
fix: add missing default param
1 parent 0624ea9 commit 3583e68

3 files changed

Lines changed: 18 additions & 0 deletions

File tree

lib/html2rss/configs/apnews.com/hub.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
---
2+
parameters:
3+
section:
4+
type: string
5+
default: "news"
6+
27
channel:
38
url: https://apnews.com/%<section>s
49
language: en

lib/html2rss/configs/cnet.com/section_sub.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
---
2+
parameters:
3+
section:
4+
type: string
5+
default: "news"
6+
sub:
7+
type: string
8+
default: "tech"
9+
210
channel:
311
url: https://www.cnet.com/%<section>s/%<sub>s/
412
language: en

lib/html2rss/configs/webentwickler-jobs.de/in.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
---
2+
parameters:
3+
region:
4+
type: string
5+
default: "berlin"
6+
27
channel:
38
url: https://www.webentwickler-jobs.de/in/%<region>s
49
language: de

0 commit comments

Comments
 (0)