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.
2 parents d66c67a + 2637057 commit e1d1dafCopy full SHA for e1d1daf
1-Data-Cleaning.ipynb
@@ -80,7 +80,7 @@
80
" '''Returns transcript data specifically from scrapsfromtheloft.com.'''\n",
81
" page = requests.get(url).text\n",
82
" soup = BeautifulSoup(page, \"lxml\")\n",
83
- " text = [p.text for p in soup.find(class_=\"post-content\").find_all('p')]\n",
+ " text = [p.text for p in soup.find(class_=\"ast-container\").find_all('p')]\n",
84
" print(url)\n",
85
" return text\n",
86
"\n",
0 commit comments