diff --git a/examples/config.ini.example b/examples/config.ini.example index 424b373..730be07 100644 --- a/examples/config.ini.example +++ b/examples/config.ini.example @@ -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 diff --git a/maus-query.json b/examples/maus-query.json.example similarity index 95% rename from maus-query.json rename to examples/maus-query.json.example index efedb79..7703479 100644 --- a/maus-query.json +++ b/examples/maus-query.json.example @@ -17,5 +17,5 @@ "sortOrder": "desc", "future": false, "offset": 0, - "size": 100 + "size": 20 }