Skip to content

Commit

Permalink
Fixed Yahoo Engine
Browse files Browse the repository at this point in the history
  • Loading branch information
aboul3la committed May 25, 2017
1 parent fd575d4 commit 35cf6ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sublist3r.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ def __init__(self, domain, subdomains=None, q=None, silent=False, verbose=True):
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:
Expand Down

0 comments on commit 35cf6ee

Please sign in to comment.