modules/url_comparison.py [24:31]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        self.timeout = timeout
        self.verbose = verbose
        self.parser = parser
        self.proxies = proxies
        # set timeout to wait for website to load (seconds)
        self.process_timeout = process_timeout
        self.chunksize = chunksize
        self.max_worker = max_worker
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



modules/url_parameters_removal.py [26:33]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        self.timeout = timeout
        self.verbose = verbose
        self.parser = parser
        self.proxies = proxies
        # set timeout to wait for website to load (seconds)
        self.process_timeout = process_timeout
        self.chunksize = chunksize
        self.max_worker = max_worker
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



