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

Handle itunes:new-feed-url #22

Open
michaelnisi opened this issue Dec 7, 2017 · 0 comments
Open

Handle itunes:new-feed-url #22

michaelnisi opened this issue Dec 7, 2017 · 0 comments

Comments

@michaelnisi
Copy link
Owner

michaelnisi commented Dec 7, 2017

OK, I don’t know—this seems to be a thing people, unfamiliar with HTTP, do:

 % curl http://feeds.podtrac.com/zKq6WZZLTlbM                                                                                                                                                                                                                         !408
<?xml version="1.0"?>
<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">
        <channel>
                <itunes:new-feed-url>http://rss.art19.com/the-daily</itunes:new-feed-url>
        </channel>
</rss>

% curl https://feeds.podtrac.com/hyqg9sb75nOH                                                                                                                                                                                                                            !409
<?xml version="1.0"?>
<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">
        <channel>
                <itunes:new-feed-url>https://rss.art19.com/book-review</itunes:new-feed-url>
        </channel>
</rss>
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

No branches or pull requests

1 participant