Projects STRLCPY Maryam Commits 2d33851f
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    maryam/core/util/search/sanctionsearch.py
    skipped 89 lines
    90 90   })
    91 91   
    92 92   def id_crawl(self):
     93 + from bs4 import BeautifulSoup as bs
     94 + 
    93 95   self.framework.verbose('Searching sanctionsearch...')
    94 96   url = f"{self.sanctionsearch}Details.aspx?id={self._id}"
    95 97   req = self.framework.request(url=url)
    skipped 71 lines
Please wait...
Page is in error, reload to recover