update adblock files
This commit is contained in:
parent
e0af3770f6
commit
9a55cebb50
4
Makefile
4
Makefile
@ -14,3 +14,7 @@ go_proto:
|
|||||||
protoc -I=. -I=${PROTOBUF_TAGGER_PATH} --gotag_out=. ./proto/specs.proto
|
protoc -I=. -I=${PROTOBUF_TAGGER_PATH} --gotag_out=. ./proto/specs.proto
|
||||||
|
|
||||||
proto: js_proto go_proto
|
proto: js_proto go_proto
|
||||||
|
|
||||||
|
update_adblock:
|
||||||
|
wget -O internal/extractors/pwextractor/blocklists/easylist.txt https://easylist.to/easylist/easylist.txt
|
||||||
|
wget -O internal/extractors/pwextractor/blocklists/easyprivacy.txt https://easylist.to/easylist/easyprivacy.txt
|
||||||
|
|||||||
@ -12,6 +12,7 @@
|
|||||||
- Cookies[^1] (supports scraping private feeds, eg youtube subscriptions)
|
- Cookies[^1] (supports scraping private feeds, eg youtube subscriptions)
|
||||||
- Proxy
|
- Proxy
|
||||||
- Results caching
|
- Results caching
|
||||||
|
- Adblock (primarily for loading speedup)
|
||||||
- Screenshots (primarily for debugging)
|
- Screenshots (primarily for debugging)
|
||||||
- [Presets](presets) for sharing configurations
|
- [Presets](presets) for sharing configurations
|
||||||
- Stateless[^2] (all task parameters are encoded into url, no database needed)
|
- Stateless[^2] (all task parameters are encoded into url, no database needed)
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user