Skip to content

Conversation

rdbcci
Copy link

@rdbcci rdbcci commented May 26, 2017

This change removes the duplicate code that is propagating at certain tags
(meta.link, meta.category, item.link, item.enclosure, item.media:content,
item.category) because the processing object may be an array. This change
forces those objects that are not arrays to be arrays and the non-array
processing is removed.

This change also addresses issue #219 by changing code to always use
"link['@']['href']" when it exists and a link has not been chosen by
the code.

rdbcci added 3 commits May 17, 2017 15:08
This change removes the duplicate code that is propagating at certain tags
(meta.link, meta.category, item.link, item.enclosure, item.media:content,
item.category) because the processing object may be an array. This change
forces those objects that are not arrays to be arrays and the non-array
processing is removed.

This change also addresses issue danmactough#219 by changing code to always use
"link['@']['href']" when it exists and a link has not been chosen by
the code.

Signed-off-by: rdbcci <[email protected]>
@rdbcci rdbcci closed this May 30, 2017
@rdbcci rdbcci reopened this May 30, 2017
@rdbcci
Copy link
Author

rdbcci commented May 30, 2017

Removed mixed tabs and spaces.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant