Projects STRLCPY Maryam Commits 08ab52df
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    maryam/modules/osint/article_search.py
    skipped 38 lines
    39 39   scholar.run_crawl()
    40 40   results = scholar.results
    41 41   
    42  - core_ac = self.core_ac(q, limit)
    43  - core_ac.run_crawl()
    44  - results.extend(core_ac.results)
     42 + # core_ac = self.core_ac(q, limit)
     43 + # core_ac.run_crawl()
     44 + # results.extend(core_ac.results)
    45 45   
    46 46   arxiv = self.arxiv(q, limit)
    47 47   arxiv.run_crawl()
    skipped 15 lines
Please wait...
Page is in error, reload to recover