Pinned Loading
-
Convert JSONFeed to RSS
Convert JSONFeed to RSS 1<?php
23//Convert JSONfeed to RSS in a single function as a drop-in to make adding JSONfeed
4//support to an aggregator easier
5function convert_jsonfeed_to_rss($content = NULL, $max = NULL)
-
A php function to follow all redirec...
A php function to follow all redirects and return the final destination url. 1//Follow redirects to get to the final, good url
2function get_final_url($url, $timeout = 5, $count = 0)
3{
4$count++;
5$url = clean_url($url);
-
Podcastindex-org/docs-api
Podcastindex-org/docs-api PublicDeveloper documentation for the podcastindex.org api.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.