Update action.py

This commit is contained in:
Minoplhy 2021-08-02 22:06:42 +07:00 committed by GitHub
parent 93f291d46c
commit 687cccacdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)