argopy.utils.urlhaskeyword#

urlhaskeyword(url: str = '', keyword: str = '', maxtry: int = 10)[source]#

Check if a keyword is in the content of a URL

Parameters:
  • url (str) –

  • keyword (str) –

  • maxtry (int, default: 10) – Maximum number of host connections to try before returning False

Return type:

bool