http://www.twitch.tv/violetaniaStatistics: Posted by briang — 27 Dec 2015, 11:28
The correct feature would allow all youtube/otherwise casters to themselves add videos to a list, with the links removed from the list for videos older than say about 10 days.
Statistics: Posted by Sheeo — 27 Dec 2015, 09:37
http://www.twitch.tv/violetaniaStatistics: Posted by SpdyGonzalez — 23 Dec 2015, 18:31
            try:
                reddit_url = "https://www.reddit.com/r/vids_of_faf/new.json?limit=3"
                reddit_resp = json.loads(urllib2.urlopen(urllib2.Request(reddit_url, headers={ 'User-Agent': 'listing casts for faforever.com 0.1'})).read())
            except:
                c.action(self.chan, "something bad happened, try again later")
                return
            
            for item in reddit_resp['data']['children']:
                try:
                    cast = item['data']['media']['oembed']
                    c.action(self.chan, (": %s - %s - %s") % (cast['author_name'], cast['title'], cast['url']))
                    continue
                except:
                    pass
                c.action(self.chan, (": %s - %s - %s") % (item['data']['author'], item['data']['title'], item['data']['url']))Statistics: Posted by PattogoTehen — 22 Dec 2015, 13:32
Statistics: Posted by SeraphimLeftNut — 22 Dec 2015, 05:40
Statistics: Posted by Sheeo — 22 Dec 2015, 03:57
Statistics: Posted by Gorton — 22 Dec 2015, 01:10
Statistics: Posted by SeraphimLeftNut — 22 Dec 2015, 00:47
Statistics: Posted by SeraphimLeftNut — 22 Dec 2015, 00:31
Statistics: Posted by SeraphimLeftNut — 22 Dec 2015, 00:29
Statistics: Posted by SeraphimLeftNut — 22 Dec 2015, 00:06