You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These are the steps I think make sense in working with this scraper. The scraper this code is based off of assumes it is cycling through paragraph tags within a div, not classes of separate divs.
-1st figure out how to get it to parse separate divs
-2nd figure out how to get it to search within a div for a string, ie the test page has a lengthy class with many tags in it, including "post." Need to be able to compare just "post," not the full class name.
-3rd would be helpful to dump the tags separately, they include useful topical info
Python assistance appreciated!
The text was updated successfully, but these errors were encountered:
These are the steps I think make sense in working with this scraper. The scraper this code is based off of assumes it is cycling through paragraph tags within a div, not classes of separate divs.
-1st figure out how to get it to parse separate divs
-2nd figure out how to get it to search within a div for a string, ie the test page has a lengthy class with many tags in it, including "post." Need to be able to compare just "post," not the full class name.
-3rd would be helpful to dump the tags separately, they include useful topical info
Python assistance appreciated!
The text was updated successfully, but these errors were encountered: