Update ruablacklist URLs, fixed uninstall.sh (APK).

This commit is contained in:
gSpot
2026-02-16 18:21:55 +03:00
parent 53bc8167fa
commit 52cc2e314d
11 changed files with 24 additions and 18 deletions
@@ -116,7 +116,7 @@ return view.extend({
if(p_dir_arr) {
p_dir_arr.forEach(e => {
let fname = e.name;
if(fname.startsWith('ruab_parser')) {
if(fname.startsWith('ruab_parser.')) {
this.parsers[fname] = tools.parsersDir + '/' + fname;
};
});
@@ -60,9 +60,9 @@ return baseclass.extend({
'zapret-info-fqdn' : [ '*zapret-info', 'fqdn', 'https://github.com/zapret-info/z-i' ],
'zapret-info-fqdn-only': [ '*zapret-info', 'fqdn-only', 'https://github.com/zapret-info/z-i' ],
'zapret-info-ip' : [ '*zapret-info', 'ip', 'https://github.com/zapret-info/z-i' ],
'rublacklist-fqdn' : [ '*rublacklist', 'fqdn', 'https://rublacklist.net' ],
'rublacklist-fqdn-only': [ '*rublacklist', 'fqdn-only', 'https://rublacklist.net' ],
'rublacklist-ip' : [ '*rublacklist', 'ip', 'https://rublacklist.net' ],
'rublacklist-fqdn' : [ '*rublacklist', 'fqdn', 'https://blockedin.org' ],
'rublacklist-fqdn-only': [ '*rublacklist', 'fqdn-only', 'https://blockedin.org' ],
'rublacklist-ip' : [ '*rublacklist', 'ip', 'https://blockedin.org' ],
'antifilter-fqdn' : [ '*antifilter', 'fqdn', 'https://antifilter.download' ],
'antifilter-fqdn-only' : [ '*antifilter', 'fqdn-only', 'https://antifilter.download' ],
'antifilter-ip' : [ '*antifilter', 'ip', 'https://antifilter.download' ],