Quote:
Originally Posted by Starson17
How about remove all <table> tags?
If that's too much, you could search to see if the table tag has a fantasy football link in it, and extract it only if it does.
You can do search and replace, etc.
I'd say they are "common problems with someone just learning this stuff?"
|
What might be wrong with this? the removing of the whole table was a tad much. But i do notice they have the fantasy football link and the auto pass links in them. I honestly don't see why this doesn't work

haha I hate being a noob and asking so many questions. Really I do cause I feel like I'm annoying people. Anyway here is what I have...
my understanding of the above is it should find all instances of the <table> tag and then take and look inside that for the https and http links specified. If it finds either of them it will extract it from the soup. otherwise it will continue on. then return the soup without those links yet that doesn't happen