[TOOLS] update filter list
This commit is contained in:
@@ -49,7 +49,7 @@ jobs:
|
||||
|
||||
echo "Downloading $url -> $file"
|
||||
|
||||
if ! curl -fL "$url" -o "main/out/filters/$file"; then
|
||||
if ! curl -fsSL "$url" -o "main/out/filters/$file"; then
|
||||
echo "FAILED: $url"
|
||||
FAILED+=("$file")
|
||||
fi
|
||||
|
||||
@@ -32,7 +32,6 @@ https://easylist-downloads.adblockplus.org/fanboy-social.txt = fanboy-social.txt
|
||||
https://easylist-downloads.adblockplus.org/global-filters+easylist.txt = global-filters+easylist.txt
|
||||
https://easylist-downloads.adblockplus.org/global-filters.txt = global-filters.txt
|
||||
https://easylist-downloads.adblockplus.org/hufilter.txt = hufilter.txt
|
||||
https://easylist-downloads.adblockplus.org/i_dont_care_about_cookies.txt = i_dont_care_about_cookies.txt
|
||||
https://easylist-downloads.adblockplus.org/indianlist+easylist.txt = indianlist+easylist.txt
|
||||
https://easylist-downloads.adblockplus.org/indianlist.txt = indianlist.txt
|
||||
https://easylist-downloads.adblockplus.org/israellist+easylist.txt = israellist+easylist.txt
|
||||
|
||||
Reference in New Issue
Block a user