podcast-privacy

0.0.6 • Public • Published

Podcast Privacy

npm (scoped) npm bundle size (minified)

Get information about tracking, stats collection, and dynamic advertising for podcasts.

Install

$ npm install podcast-privacy

Usage

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 Advertising' ],
            privacyPolicyURL: 'https://art19.com/privacy'
        }
    ]
/*

Hosted API

podcast-privacy is also available as a JSON api. Register for a free API key here.

Special Thanks

Special thanks to Marco Arment and his work on Overcast for leading the charge on increasing transparency for listeners.

Contributing

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 help@podbay.fm.

Package Sidebar

Install

npm i podcast-privacy

Weekly Downloads

1

Version

0.0.6

License

MIT

Unpacked Size

31.3 kB

Total Files

10

Last publish

Collaborators

  • shahruz