Fix pep8 issues
This commit is contained in:
parent
672e0568d3
commit
c8c063f407
|
@ -364,8 +364,8 @@ class Filter:
|
||||||
# get some tags that are unchanged between mobile and pc versions
|
# get some tags that are unchanged between mobile and pc versions
|
||||||
search_input = soup.find_all('td', attrs={'class': "O4cRJf"})[0]
|
search_input = soup.find_all('td', attrs={'class': "O4cRJf"})[0]
|
||||||
|
|
||||||
search_input=BeautifulSoup(re.sub(r'(\s)-site:[a-zA-Z0-9_\.]+', '',
|
search_input = BeautifulSoup(re.sub(r'(\s)-site:[a-zA-Z0-9_\.]+', '',
|
||||||
str(search_input)),'lxml')
|
str(search_input)), 'lxml')
|
||||||
search_options = soup.find_all('div', attrs={'class': "M7pB2"})[0]
|
search_options = soup.find_all('div', attrs={'class': "M7pB2"})[0]
|
||||||
cor_suggested = soup.find_all('table', attrs={'class': "By0U9"})
|
cor_suggested = soup.find_all('table', attrs={'class': "By0U9"})
|
||||||
next_pages = soup.find_all('table', attrs={'class': "uZgmoc"})[0]
|
next_pages = soup.find_all('table', attrs={'class': "uZgmoc"})[0]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user