Use HTTPS for all FileBot data files

This commit is contained in:
Reinhard Pointner 2016-03-01 05:19:30 +00:00
parent 352b34bb61
commit 6f4d420c5b
1 changed files with 8 additions and 8 deletions

View File

@ -14,31 +14,31 @@ pattern.subtitle.tags: forced|HI|SDH|Director.?s.Commentary
pattern.video.format: DivX|Xvid|AVC|x264|h264|h.264|HEVC|h265|h.265|3ivx|PGS|MPG|MPEG|MPEG4|MP3|FLAC|AAC|AAC2.0|AAC5.1|AAC.2.0|AAC.5.1|AC3|AC3|AC3.2.0|AC3|AC3.5.1|dd20|dd51|2ch|6ch|DTS|Multi.DTS|DTS.HD|DTS.HD.MA|TrueHD|720p|0720p|1080p|M1080|10bit|10.bit|24FPS|30FPS|60FPS|Hi10|Hi10P|[\\p{Alpha}]{2,3}.(2[.]0|5[.]1)|(19|20)[0-9]+(.)S[0-9]+(?!(.)?E[0-9]+)|(?<=\\d+)v[0-4] pattern.video.format: DivX|Xvid|AVC|x264|h264|h.264|HEVC|h265|h.265|3ivx|PGS|MPG|MPEG|MPEG4|MP3|FLAC|AAC|AAC2.0|AAC5.1|AAC.2.0|AAC.5.1|AC3|AC3|AC3.2.0|AC3|AC3.5.1|dd20|dd51|2ch|6ch|DTS|Multi.DTS|DTS.HD|DTS.HD.MA|TrueHD|720p|0720p|1080p|M1080|10bit|10.bit|24FPS|30FPS|60FPS|Hi10|Hi10P|[\\p{Alpha}]{2,3}.(2[.]0|5[.]1)|(19|20)[0-9]+(.)S[0-9]+(?!(.)?E[0-9]+)|(?<=\\d+)v[0-4]
# known release group names # known release group names
url.release-groups: http://app.filebot.net/data/release-groups.txt url.release-groups: https://app.filebot.net/data/release-groups.txt
# blacklisted terms that will be ignored # blacklisted terms that will be ignored
url.query-blacklist: http://app.filebot.net/data/query-blacklist.txt url.query-blacklist: https://app.filebot.net/data/query-blacklist.txt
# clutter files that will be ignored # clutter files that will be ignored
url.exclude-blacklist: http://app.filebot.net/data/exclude-blacklist.txt url.exclude-blacklist: https://app.filebot.net/data/exclude-blacklist.txt
# only files smaller than 250 MB may be considered clutter # only files smaller than 250 MB may be considered clutter
number.clutter.maxfilesize: 262144000 number.clutter.maxfilesize: 262144000
# list of patterns directly matching files to series names # list of patterns directly matching files to series names
url.series-mappings: http://app.filebot.net/data/series-mappings.txt url.series-mappings: https://app.filebot.net/data/series-mappings.txt
# list of all movies (id, name, year) # list of all movies (id, name, year)
url.movie-list: http://app.filebot.net/data/moviedb.txt.xz url.movie-list: https://app.filebot.net/data/moviedb.txt.xz
# TheTVDB index # TheTVDB index
url.thetvdb-index: http://app.filebot.net/data/thetvdb.txt.xz url.thetvdb-index: https://app.filebot.net/data/thetvdb.txt.xz
# AniDB index # AniDB index
url.anidb-index: http://app.filebot.net/data/anidb.txt.xz url.anidb-index: https://app.filebot.net/data/anidb.txt.xz
# OpenSubtitles index # OpenSubtitles index
url.osdb-index: http://app.filebot.net/data/osdb.txt.xz url.osdb-index: https://app.filebot.net/data/osdb.txt.xz
# disk folder matcher # disk folder matcher
pattern.diskfolder.entry: BDMV|HVDVD_TS|VIDEO_TS|AUDIO_TS|VCD|MovieObject.bdmv|VIDEO_TS.VOB pattern.diskfolder.entry: BDMV|HVDVD_TS|VIDEO_TS|AUDIO_TS|VCD|MovieObject.bdmv|VIDEO_TS.VOB