You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a new YouTube bridge, trying to add some functionality not in the existing one while also aiming to make a less complex bridge by letting FeedExpander do most of the work. A small caveat is that the entry description is located in a media:description tag under a media:group tag.
Taking a look at the code, I noticed that the media namespace is explicitly not included, as well as this code and comment in FeedParser. I attached a diff that does allow for these elements to be picked up and added, however I'm not opening that as a PR as I'm concerned about their inclusion breaking other feeds. I'm hoping for some discussion to enable these tags to be imported.
To be more precise, see this example feed.
I'm working on a new YouTube bridge, trying to add some functionality not in the existing one while also aiming to make a less complex bridge by letting FeedExpander do most of the work. A small caveat is that the entry description is located in a
media:description
tag under amedia:group
tag.Taking a look at the code, I noticed that the
media
namespace is explicitly not included, as well as this code and comment in FeedParser. I attached a diff that does allow for these elements to be picked up and added, however I'm not opening that as a PR as I'm concerned about their inclusion breaking other feeds. I'm hoping for some discussion to enable these tags to be imported.feedparser.diff
The text was updated successfully, but these errors were encountered: