Sunday, February 27, 2011

Subscribe To iTunes Podcasts Without iTunes

Finally I found a way to grab iTunes only podcasts without giving in to using iTunes. Feed Flipper will create a link that works in Google Reader. Don't pick an individual podcast. Copy the links of the main iTunes link and paste it into the flipper.

Autohotkey V2 Stuff

 #Requires AutoHotkey v2.0 (required) #SingleInstance Force ::h::hello (hello with following space) :o:h::hello (hellow no following space) ...