@@ -17,12 +17,22 @@ maximumRequestsPerSecond: 999.0
17
17
18
18
# If set only these Sender will be crawled all other will be ignored.
19
19
senderIncluded :
20
- # - MDR
21
- # - NDR
20
+ # - ARD
21
+ # - ARTE_DE
22
+ # - ARGE_FR
23
+ # - ARTE_EN
24
+ # - ARTE_PL
25
+ # - ARTE_IT
26
+ # - ARTE_ES
27
+ # - 3SAT
28
+ # - FUNK
22
29
# - KIKA
23
30
- DW
24
- # - BR
31
+ # - ORF
25
32
# - PHOENIX
33
+ # - SRF
34
+ # - SR
35
+ # - ZDF
26
36
27
37
# If set the server will be awake after the crawler run and restarts the run after the given amount.
28
38
# schedules:
@@ -159,14 +169,14 @@ senderConfigurations:
159
169
KIKA :
160
170
maximumSubpages : 2
161
171
maximumRequestsPerSecond : 8.0
162
- SR :
163
- maximumRequestsPerSecond : 2.0
164
172
ZDF :
165
173
maximumRequestsPerSecond : 10.0
166
174
FUNK :
167
175
maximumUrlsPerTask : 99
168
176
DW :
169
- maximumSubpages : 10
177
+ maximumSubpages : 1
178
+ SR :
179
+ maximumSubpages : 1
170
180
171
181
# configure string variables
172
182
crawlerApiParams :
@@ -175,7 +185,7 @@ crawlerApiParams:
175
185
# ### COPY ####
176
186
copySettings :
177
187
# En- / disables FTP
178
- copyEnabled : false
188
+ copyEnabled : true
179
189
180
190
# The paths where to safe the film list files.
181
191
# WARNING: You can only set the path for film list formats you listed in "filmlistSaveFormats".
@@ -184,13 +194,13 @@ copySettings:
184
194
# JSON: /var/www/mediathekview/filmlisten/filmliste.json
185
195
OLD_JSON : copyTarget/filmliste_old.json
186
196
# JSON_COMPRESSED: /var/www/mediathekview/filmlisten/filmliste.json.xz
187
- OLD_JSON_COMPRESSED_XZ : copyTarget/filmliste_old.json.xz
197
+ # OLD_JSON_COMPRESSED_XZ: copyTarget/filmliste_old.json.xz
188
198
189
199
copyTargetDiffFilePaths :
190
200
# JSON: /var/www/mediathekview/filmlisten/filmliste_diff.json
191
201
OLD_JSON : copyTarget/filmliste_old_diff.json
192
202
# JSON_COMPRESSED: /var/www/mediathekview/filmlisten/filmliste_diff.json.xz
193
- OLD_JSON_COMPRESSED_XZ : copyTarget/filmliste_old_diff.json.xz
203
+ # OLD_JSON_COMPRESSED_XZ: copyTarget/filmliste_old_diff.json.xz
194
204
195
205
# ### Logging ####
196
206
logSettings :
@@ -203,7 +213,7 @@ logSettings:
203
213
logLevelFile : INFO
204
214
205
215
# Should be logged to console?
206
- logActivateConsole : true
216
+ logActivateConsole : false
207
217
208
218
# Should be logged to file?
209
219
logActivateFile : true
0 commit comments