mirror of
https://github.com/minoplhy/filters.git
synced 2024-11-13 07:07:02 +00:00
Update action.py
This commit is contained in:
parent
93f291d46c
commit
687cccacdd
@ -5,9 +5,9 @@ import crawler
|
||||
import maker_rpz
|
||||
import maker_domains
|
||||
|
||||
incoming = '/repros/$INPUT_DESTINATION_FOLDER/'$INPUT_DESTINATION_VERSION'/domains.txt'
|
||||
excluded = '/repros/Resources/excluded.txt'
|
||||
rpz_locat = '/repros/'$INPUT_DESTINATION_FOLDER'/'$INPUT_DESTINATION_VERSION'/rpz.txt'
|
||||
incoming = "/repros/Private-build/ucate/domains.txt"
|
||||
excluded = "/repros/Resources/excluded.txt"
|
||||
rpz_locat = "/repros/Private-build/ucate/rpz.txt"
|
||||
|
||||
crawler.download_filters("https://dbl.oisd.nl/" ,incoming)
|
||||
crawler.download_filters("https://hosts.netlify.app/Pro/rpz.txt" ,incoming)
|
||||
|
Loading…
Reference in New Issue
Block a user