0.0.5 • Published 5 years ago

podcast-host-info v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

Podcast Host Info

npm (scoped) npm bundle size (minified)

Get information about tracking, stats collection, and advertising for podcast hosting providers from an episode's URL.

Install

$ npm install podcast-host-info

Usage

const podcastHostInfo = require('podcast-host-info');

podcastHostInfo('https://dts.podtrac.com/redirect.mp3/chtbl.com/track/8DB4DB/rss.art19.com/episodes/16fe0959-f7e9-40f0-b7c6-8a8c53d4fe73.mp3');
//=> [
		{
		  "name": "Podtrac",
		    "abilities": [
		      "tracking",
		      "stats"
		    ]
		},
		{
				"name": "Chartable",
				"abilities": [
						"stats"
				]
		},
		{
				"name": "Art19",
				"abilities": [
						"hosting"
				]
		}
	]
0.0.5

5 years ago

0.0.3

5 years ago

0.0.4

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago