Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for liveItem parsing within the podcast extension (Resolves #39) #45

Merged
merged 3 commits into from
Jan 14, 2024

Conversation

matthew-carroll
Copy link
Collaborator

Add support for liveItem parsing within the podcast extension (Resolves #39)

I took an existing PR and modified it: #37

There were a couple bugs in that PR that I fixed. I also added example XML and a corresponding test update.

I discovered a couple missing parsing behaviors related to this work, but I filed #43 and #44.

maxdreherwalsworth and others added 2 commits January 13, 2024 13:06
 - Add podcast_index live
 - Support iTunes image??
 - Fix live image regex
Copy link

@rutvik110 rutvik110 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left some comments related to missing docs but otherwise LGTM🚀

@@ -38,4 +43,6 @@ class RssPodcastIndex {

/// The purpose is to tell other podcast hosting platforms whether they are allowed to import this feed.
final RssPodcastIndexLocked? locked;

final List<RssPodcastIndexLiveItem?>? liveItems;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Documentation missing for this member.

@@ -0,0 +1,23 @@
import 'package:xml/xml.dart';

class RssPodcastIndexContentLink {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Docs missing.

import 'package:dart_rss/util/helpers.dart';
import 'package:xml/xml.dart';

class RssPodcastIndexGuid {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Docs missing.

@@ -0,0 +1,25 @@
import 'package:xml/xml.dart';

class RssPodcastIndexLiveItemImages {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Docs missing.

@matthew-carroll
Copy link
Collaborator Author

@rutvik110 this PR is a port of another one, so I don't even know enough to fill in the docs. We need to a full project pass for Dart Docs.

@matthew-carroll matthew-carroll merged commit fa0aba6 into main Jan 14, 2024
1 check passed
@matthew-carroll matthew-carroll deleted the podcast_index_live branch January 14, 2024 05:37
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.

None yet

3 participants