🤬
  • ■ ■ ■ ■ ■ ■
    isp_data_pollution.py
    skipped 18 lines
    19 19  # You should have received a copy of the GNU General Public License
    20 20  # along with this program. If not, see <http://www.gnu.org/licenses/>.
    21 21   
    22  -__version__ = '2.0'
     22 +__version__ = '2.0.1'
    23 23   
    24 24  import argparse as ap, datetime as dt, importlib, numpy as np, numpy.random as npr, os, psutil, random, re, requests, signal, sys, tarfile, time, warnings as warn
    25 25  import urllib.request, urllib.robotparser as robotparser, urllib.parse as uprs
    skipped 273 lines
    299 299   if self.proxy is not None:
    300 300   chrome_options.add_argument(f'proxy-server={self.proxy}')
    301 301   if self.chromedriver_binary_path is None:
    302  - driver = webdriver.Chrome(chrome_options=chrome_options)
     302 + driver = webdriver.Chrome(options=chrome_options)
    303 303   else:
    304 304   chrome_options.binary_location = self.chromedriver_binary_path
    305 305   driver = webdriver.Chrome(self.chromedriver_binary_path,chrome_options=chrome_options)
    skipped 827 lines
Please wait...
Page is in error, reload to recover