InfAmelia / busyfeed

When you're just too busy to write internet quizzes..
0 stars 0 forks source link

remove xml tags from feed_me return values #6

Closed InfAmelia closed 7 years ago

InfAmelia commented 7 years ago

Buzz.feed_me => ["blah", "blahtwo"]

should be: Buzz.feed_me => ["blah", "blahtwo"]

or a hash with the title as a value if it's necessary to classify different title types

InfAmelia commented 7 years ago

woops, this was addressed by https://github.com/InfAmelia/busyfeed/pull/7

💪