🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    isp_data_pollution.py
    skipped 143 lines
    144 144   safe_parameter='adlt=strict',css_selector='li.b_algo')
    145 145  yahoo_search_reprog = re.compile(r'/RU=(.+?)/R[A-Z]=')
    146 146  SafeYahoo = SafeWebSearch(search_url='http://search.yahoo.com/search', query_parameter='p',
    147  - safe_parameter='adlt=strict',css_selector='div.compTitle',
     147 + safe_parameter='vm=r',css_selector='div.compTitle',
    148 148   result_extraction=lambda x: yahoo_search_reprog.findall(uprs.parse_qs(x)['_ylu'][0])[0])
    149 149  SafeDuckDuckGo = SafeWebSearch(search_url='http://www.duckduckgo.com/',
    150 150   safe_parameter='kp=1',css_selector='div.result__body')
    skipped 786 lines
Please wait...
Page is in error, reload to recover