Fixed Yahoo Engine

This commit is contained in:
Ahmed Aboul-Ela 2017-05-26 00:05:07 +04:00
parent fd575d4b9c
commit 35cf6ee70b
1 changed files with 1 additions and 1 deletions

View File

@ -326,7 +326,7 @@ class YahooEnum(enumratorBaseThreaded):
return
def extract_domains(self, resp):
link_regx2 = re.compile('<span class=" fz-15px fw-m fc-12th wr-bw.*?">(.*?)</span>')
link_regx2 = re.compile('<span class=" fz-.*? fw-m fc-12th wr-bw.*?">(.*?)</span>')
link_regx = re.compile('<span class="txt"><span class=" cite fw-xl fz-15px">(.*?)</span>')
links_list = []
try: