tisba / gst-kitchen

geekstammtisch's kitchen to brew podcasts with auphonic!
MIT License
7 stars 3 forks source link

Added flattr to the feed #17

Open klaustopher opened 11 years ago

klaustopher commented 11 years ago

This adds flattr to the feed ... The necessary infos for the auto URL stuff need to be added to the podcast.yml


---
flattr:
  user_id: klaustopher
  language: de_DE
  tags:
    - podcast
    - nerdkunde
    - technology
    # See https://api.flattr.com/rest/v2/categories.txt
  category: audio

Still to do

tisba commented 11 years ago

Cool thing! I'll think about what we can do to make Podcast#deep_link_url customizable.

klaustopher commented 11 years ago

Well, it's a string with 7 params... So tje duplication isn't hurting so much in my eyes. But moving this out to a new class is fine with me as well... I can extract this out tomorrow when I add the tests

klaustopher commented 11 years ago

I removed the duplication and added the tests ... Any ideas about the deep link thingy? I have fixed it in my fork for our urls but I think forking the kitchen is not the way to go

klaustopher commented 11 years ago

Just noticed... We can remove the sanitize gem... I'll do that later