From 6f4d420c5b8fb8503b08df14c8014cb2bb477dbe Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Tue, 1 Mar 2016 05:19:30 +0000 Subject: [PATCH] Use HTTPS for all FileBot data files --- source/net/filebot/media/ReleaseInfo.properties | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/source/net/filebot/media/ReleaseInfo.properties b/source/net/filebot/media/ReleaseInfo.properties index 9849fd0c..0f04b97c 100644 --- a/source/net/filebot/media/ReleaseInfo.properties +++ b/source/net/filebot/media/ReleaseInfo.properties @@ -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] # 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 -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 -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 number.clutter.maxfilesize: 262144000 # 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) -url.movie-list: http://app.filebot.net/data/moviedb.txt.xz +url.movie-list: https://app.filebot.net/data/moviedb.txt.xz # 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 -url.anidb-index: http://app.filebot.net/data/anidb.txt.xz +url.anidb-index: https://app.filebot.net/data/anidb.txt.xz # 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 pattern.diskfolder.entry: BDMV|HVDVD_TS|VIDEO_TS|AUDIO_TS|VCD|MovieObject.bdmv|VIDEO_TS.VOB