def feeds(self): """ Opens and returns the collection of feeds associated with the corpus. """ data = self.open('feeds.json') return json.load(data)