@darius I was playing with parsing Twitter's html over the weekend & I've found that unless you give the page all the time it needs to load (whether you're just using a browser view source or say selenium or soup), some tags (including meta) simply don't appear, causing much confusion & swears.
I literally had to put a 2s sleep after the get() to be sure of, um, getting what I was looking for
@botvolution oh wow. I bet that's the problem I'm running into. Wild