Exemplo n.º 1
0
 def _get(self):
     data = yield self.ext_full
     self._build(data)
     self.airs = Airs(**data['airs'])
Exemplo n.º 2
0
 def _get(self):
     data = yield self.ext_full
     data['first_aired'] = airs_date(data['first_aired'])
     data['airs'] = Airs(**data['airs'])
     self._build(data)