From 8b1c029806ac071ee6467e4fe8b1e38b936b6a43 Mon Sep 17 00:00:00 2001 From: Kale Date: Mon, 2 Aug 2021 06:30:55 -0700 Subject: [PATCH] l --- crawler.py | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/crawler.py b/crawler.py index 5a18d16..0fcd773 100644 --- a/crawler.py +++ b/crawler.py @@ -3,8 +3,6 @@ import sys import requests import re -input = sys.argv[1] - print('starting . . . ') try: @@ -74,20 +72,4 @@ def killingdup(duplicated_file): print("++ successful!") f.close() -download_filters("https://dbl.oisd.nl/") -download_filters("https://hosts.netlify.app/Pro/rpz.txt") -download_filters("https://filters.kylz.nl/RPZ/adguard/dns.txt") -download_filters("https://filters.kylz.nl/RPZ/adguard/cname-tracker.txt") -download_filters("https://filters.kylz.nl/RPZ/adguard/cname-original.txt") -download_filters("https://filters.kylz.nl/RPZ/stevenblack/f-s.txt") -download_filters("https://filters.kylz.nl/RPZ/someonewhocares/rpz.txt") -download_filters("https://urlhaus.abuse.ch/downloads/rpz/") -download_filters("https://github.com/easylist/easylist/raw/master/easylist/easylist_adservers.txt") -filtering(input) -filteringcon(input) -killingdup(input) - -print('process completed.') -print('Location of your file is ' + input) - exit() \ No newline at end of file