Skip to content

Commit e1d1daf

Browse files
authored
Merge pull request adashofdata#15 from woyeso/master
Replaced post-content with ast-container
2 parents d66c67a + 2637057 commit e1d1daf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-Data-Cleaning.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
" '''Returns transcript data specifically from scrapsfromtheloft.com.'''\n",
8181
" page = requests.get(url).text\n",
8282
" soup = BeautifulSoup(page, \"lxml\")\n",
83-
" text = [p.text for p in soup.find(class_=\"post-content\").find_all('p')]\n",
83+
" text = [p.text for p in soup.find(class_=\"ast-container\").find_all('p')]\n",
8484
" print(url)\n",
8585
" return text\n",
8686
"\n",

0 commit comments

Comments
 (0)