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 94ce793 commit 077f27cCopy full SHA for 077f27c
2 files changed
lib/html2rss/configs/test.de/archiv.yml
@@ -0,0 +1,16 @@
1
+---
2
+channel:
3
+ url: https://www.test.de/archiv/
4
+ language: de
5
+ ttl: 360
6
+ time_zone: Europe/Berlin
7
+selectors:
8
+ items:
9
+ selector: ".archive__list > li"
10
+ title:
11
+ selector: a
12
+ link:
13
+ selector: a:first
14
+ extractor: href
15
+ description:
16
+ selector: p
spec/html2rss/configs/test.de/archiv.yml_spec.rb
@@ -0,0 +1,5 @@
+# frozen_string_literal: true
+
+RSpec.describe 'test.de/archiv.yml' do
+ include_examples 'config.yml', 'test.de/archiv.yml'
+end
0 commit comments