Get information about tracking, stats collection, and dynamic audio for podcasts.
$ npm install podcast-privacy
const podcastPrivacy = require('podcast-privacy');
podcastPrivacy('https://dts.podtrac.com/redirect.mp3/chtbl.com/track/8DB4DB/rss.art19.com/episodes/16fe0959-f7e9-40f0-b7c6-8a8c53d4fe73.mp3');
/*
[
{
name: 'Podtrac',
abilities: [ 'Stats' ],
privacyPolicyURL: 'http://analytics.podtrac.com/consumer-privacy-policy'
},
{
name: 'Chartable',
abilities: [ 'Stats', 'Tracking' ],
privacyPolicyURL: 'https://chartable.com/privacy'
},
{
name: 'Art19',
abilities: [ 'Stats', 'Tracking', 'Dynamic Audio' ],
privacyPolicyURL: 'https://art19.com/privacy',
logoURL: 'https://cdn.podcast-privacy.com/logos/art19.png'
}
]
/*
podcast-privacy is also available as a JSON api. Register for a free API key here.
Special thanks to Marco Arment and his work on Overcast for leading the charge on increasing transparency for listeners.
This package is maintained by the creators of Podbay. To add or change information in the package, you can open a pull request, file an issue, or email us at [email protected].