Projects STRLCPY OnionSearch Commits f116f659
🤬
  • ■ ■ ■ ■ ■ ■
    onionsearch/core.py
    skipped 892 lines
    893 893   ret = []
    894 894   try:
    895 895   ret = globals()[method_name](argument)
    896  - except:
    897  - print("Error: unable to connect")
     896 + except Exception as e:
     897 + print(f'Exception occured: {e}')
    898 898   return ret
    899 899   
    900 900   
    skipped 61 lines
  • ■ ■ ■ ■
    setup.py
    skipped 6 lines
    7 7   version="1",
    8 8   packages=find_packages(),
    9 9   author="megadose",
    10  - install_requires=["requests","argparse","termcolor","tqdm", "html5lib","bs4"],
     10 + install_requires=["requests","argparse","termcolor","tqdm", "html5lib","bs4","PySocks"],
    11 11   description="OnionSearch is a script that scrapes urls on different .onion search engines.",
    12 12   include_package_data=True,
    13 13   url='http://github.com/megadose/OnionSearch',
    skipped 7 lines
Please wait...
Page is in error, reload to recover