Replace our maus-query.json file with an example with sane defaults
This commit is contained in:
@@ -18,7 +18,7 @@ dl_filename_all_lowercase = no
|
||||
[maus]
|
||||
min_duration = 1200
|
||||
max_duration = 3000
|
||||
query = @maus-query.json
|
||||
query = @maus-query.json.example
|
||||
title_not_regex = audiodeskription|gebärdensprache|hörfassung
|
||||
dl_filename_pattern = &(publish_date)s.&(ext)s
|
||||
publish_date_srtftime_pattern = S%%YE%%Y%%m%%d01
|
||||
|
21
examples/maus-query.json.example
Normal file
21
examples/maus-query.json.example
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"queries": [
|
||||
{
|
||||
"fields": [
|
||||
"topic"
|
||||
],
|
||||
"query": "die sendung mit der maus"
|
||||
},
|
||||
{
|
||||
"fields": [
|
||||
"channel"
|
||||
],
|
||||
"query": "ARD"
|
||||
}
|
||||
],
|
||||
"sortBy": "timestamp",
|
||||
"sortOrder": "desc",
|
||||
"future": false,
|
||||
"offset": 0,
|
||||
"size": 20
|
||||
}
|
Reference in New Issue
Block a user