claytongentry / furlex

A structured data extraction tool written in Elixir
https://hex.pm/packages/furlex
Other
45 stars 18 forks source link

parse error on any tweet #27

Open neilberkman opened 4 years ago

neilberkman commented 4 years ago

Currently I get this for any tweet:

iex> Furlex.unfurl "https://twitter.com/arshia__/status/1204481088422178817?s=20"
{:error, :parse_error}

I dug in a little bit and found one issue (see #26) but didn't fully debug this.