Skip to content

Commit 077f27c

Browse files
authored
feat: add test.de/archiv (#245)
Signed-off-by: Gil Desmarais <git@desmarais.de>
1 parent 94ce793 commit 077f27c

2 files changed

Lines changed: 21 additions & 0 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# frozen_string_literal: true
2+
3+
RSpec.describe 'test.de/archiv.yml' do
4+
include_examples 'config.yml', 'test.de/archiv.yml'
5+
end

0 commit comments

Comments
 (0)