diff --git a/MServer-Config.yaml b/MServer-Config.yaml index d4b987d5c..c7d8e76fb 100644 --- a/MServer-Config.yaml +++ b/MServer-Config.yaml @@ -108,16 +108,6 @@ checkImportListUrlMinSize: 5012 # abort url checking after x sec checkImportListUrlTimeoutInSec: 1800 -# Sets if a filmlist should be imported -#filmlistImporEnabled: false - -# The format of the film list to import. -# Possible are: JSON, OLD_JSON, JSON_COMPRESSED_XZ, OLD_JSON_COMPRESSED_XZ, JSON_COMPRESSED_GZIP, OLD_JSON_COMPRESSED_BZIP, JSON_COMPRESSED_GZIP, OLD_JSON_COMPRESSED_BZIP -#filmlistImportFormat: OLD_JSON_COMPRESSED_XZ - -# The path/URL of the film list to import. -#filmlistImportLocation: http://verteiler1.mediathekview.de/Filmliste-akt.xz - #### Default crawler configurations #### # The maximum amount of URLs to be processed per task. maximumUrlsPerTask: 50 diff --git a/src/test/resources/MServer-JUnit-Config.yaml b/src/test/resources/MServer-JUnit-Config.yaml index 960627267..07583cf76 100644 --- a/src/test/resources/MServer-JUnit-Config.yaml +++ b/src/test/resources/MServer-JUnit-Config.yaml @@ -55,16 +55,6 @@ filmlistDiffSavePaths: # JSON_COMPRESSED_XZ: filmliste_diff.json.xz OLD_JSON_COMPRESSED_XZ: filmlists/filmliste_old_diff.json.xz -# Sets if a filmlist should be imported -filmlistImportEnabled: false - -# The format of the film list to import. -# Possible are: JSON, OLD_JSON, JSON_COMPRESSED_XZ, OLD_JSON_COMPRESSED_XZ -#filmlistImportFormat: OLD_JSON_COMPRESSED_XZ - -# The path/URL of the film list to import. -#filmlistImportLocation: https://google.de - #### Default crawler configurations #### # The maximum amount of URLs to be processed per task. maximumUrlsPerTask: 50