Email or username:

Password:

Forgot your password?
Darius Kazemi

Wait was there always an "onion-location" meta tag on twitter pages?

also it seems like they just... killed opengraph support? there are no more opengraph meta tags on tweets (I could swear there were a few months ago)

6 comments
Brett Camper

@darius I haven’t checked in over a year but yeah they def used to have OG tags

Darius Kazemi

I can see opengraph tags now. Weird.

Mr. Fred 🔥

@darius maybe another microservice that died

botvolution

@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

Darius Kazemi

@botvolution oh wow. I bet that's the problem I'm running into. Wild

Go Up