Merge pull request #14758 from reitermarkus/livecheck-extract-plist

Don't preprocess URL for `:extract_plist` strategy.
This commit is contained in:
Mike McQuaid 2023-02-22 13:31:19 +00:00 committed by GitHub
commit 4e0a9b8771
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,6 +33,7 @@ module Homebrew
].freeze
STRATEGY_SYMBOLS_TO_SKIP_PREPROCESS_URL = [
:extract_plist,
:github_latest,
:page_match,
:header_match,