We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5970da commit 6ec8a27Copy full SHA for 6ec8a27
txtv/txtv.py
@@ -20,7 +20,7 @@ def __init__(self, num: int):
20
if res.status_code != 200:
21
err(f'Got HTTP status code {res.status_code}.')
22
soup = bs4.BeautifulSoup(res.content, 'html.parser')
23
- self.subpages = soup.find_all('div', class_='Content_screenreaderOnly__1kao2')
+ self.subpages = soup.find_all('div', class_='Content_screenreaderOnly__3Cnkp')
24
except rq.exceptions.RequestException:
25
err(f"Could not get '{url}'.")
26
0 commit comments