(self, attrsD)
| 1671 | _end_itunes_summary = _end_summary |
| 1672 | |
| 1673 | def _start_enclosure(self, attrsD): |
| 1674 | attrsD = self._itsAnHrefDamnIt(attrsD) |
| 1675 | context = self._getContext() |
| 1676 | attrsD['rel'] = u'enclosure' |
| 1677 | context.setdefault('links', []).append(FeedParserDict(attrsD)) |
| 1678 | |
| 1679 | def _start_source(self, attrsD): |
| 1680 | if 'url' in attrsD: |
no test coverage detected