Skip to content

Commit

Permalink
Initial import of data
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Geitgey committed Aug 13, 2014
1 parent b8475ea commit 7b0b964
Show file tree
Hide file tree
Showing 28 changed files with 231,677 additions and 2 deletions.
93 changes: 91 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,93 @@
all-podcasts-dataset
All Podcasts Dataset
====================

A free dataset of (almost) all publicly available podcasts.
This is a free dataset of (almost) all publicly available podcasts - at least
the ones that I could find that were actually working and at least relatively
well formatted.

This dataset consists of ~135,000 podcasts. Each entry was generated
by getting the RSS or Atom feed for a podcast, crawling it and then
capturing whatever information was available. The data was captured in
August 2014.

The data is in tab-separated (.tsv) files that should be easy to import
into pretty much any system. Each file contains all the podcasts that start
with that letter. In the .tsv files, fields containing quotes in the data
are quote delimited. Empty fields are represented as "". Pretty simple stuff.

## Why?

I was doing an experimental project where I needed a database of all podcasts.
Since someone else may be looking for the same thing, I thought I'd share.

Things you could do:

* Build a podcast directory for your podcast player app
* Do some machine learning with the data
* Revel in how many RSS feed urls you now know
* (Please don't) spam all the email addresses of every podcast owner

## Restrictions and Limitations

All this data comes from RSS / Atom feeds published by the podcast authors, so
I don't own any of that content. Do whatever you want. But if you do something
cool, sent me a tweet at [@ageitgey](https://twitter.com/ageitgey) or drop me an
[email](mailto:[email protected]) and show me what you built.

Since this data was built for a quick hack, I make no warranty that it is
complete, accurate or anything else. There's probably some amount of bad data.
But it worked well for my needs.

## Data elements

Each row in the .tsv represents one podcast.

Each row contains the following fields (in this order):

#### slug
A computer-generated short name or "permalink" for the feed (you can ignore
this).

#### name
The name of the podcast, as reported in the RSS feed.

#### image_url
A url to a cover image for the podcast.

#### feed_url
The url of the RSS / Atom feed itself that was crawled.

#### website_url
The homepage of the podcast, as reported in the RSS feed.

#### itunes_owner_name
The podcast owner's name, as reported via <itunes:owner> tags in the RSS feed.

#### itunes_owner_email
The podcast owner's email address, as reported via <itunes:owner> tags in the
RSS feed.

#### managing_editor_name
The managing owner of the podcast, as reported in the RSS feed (often missing).

#### managing_editor_email
The email address of the managing owner of the podcast, as reported in the RSS
feed.

#### explicit
Whether or not the feed claims to contain explicit content as reported in an
<itunes:explicit> tag.

#### description
The description of the podcast, as reported in the RSS feed.

#### itunes_summary
The iTunes-specific description of the podcast, as reported in a
<itunes:summary> tag in the feed.

## Example entry

Here's one podcast as it appears in the data set:

| slug | name | image_url | feed_url | website_url | itunes_owner_name | itunes_owner_email | managing_editor_name | managing_editor_email | explicit | description | itunes_summary |
| my-brother-my-brother-and-me | My Brother, My Brother And Me | http://assets.libsyn.com/content/7416218.jpg | http://mbmbam.libsyn.com/rss | http://www.mbmbam.com | Justin McElroy | [email protected] | [email protected] | [email protected] | true | Free advice, from three of the world's most qualified experts. | My Brother, My Brother and Me is an advice show for the modern age. |
16,300 changes: 16,300 additions & 0 deletions a.tsv

Large diffs are not rendered by default.

14,687 changes: 14,687 additions & 0 deletions b.tsv

Large diffs are not rendered by default.

17,033 changes: 17,033 additions & 0 deletions c.tsv

Large diffs are not rendered by default.

21,919 changes: 21,919 additions & 0 deletions d.tsv

Large diffs are not rendered by default.

7,668 changes: 7,668 additions & 0 deletions e.tsv

Large diffs are not rendered by default.

9,002 changes: 9,002 additions & 0 deletions f.tsv

Large diffs are not rendered by default.

7,907 changes: 7,907 additions & 0 deletions g.tsv

Large diffs are not rendered by default.

7,385 changes: 7,385 additions & 0 deletions h.tsv

Large diffs are not rendered by default.

6,018 changes: 6,018 additions & 0 deletions i.tsv

Large diffs are not rendered by default.

4,820 changes: 4,820 additions & 0 deletions j.tsv

Large diffs are not rendered by default.

3,952 changes: 3,952 additions & 0 deletions k.tsv

Large diffs are not rendered by default.

9,319 changes: 9,319 additions & 0 deletions l.tsv

Large diffs are not rendered by default.

13,516 changes: 13,516 additions & 0 deletions m.tsv

Large diffs are not rendered by default.

6,325 changes: 6,325 additions & 0 deletions n.tsv

Large diffs are not rendered by default.

4,777 changes: 4,777 additions & 0 deletions non-letter.tsv

Large diffs are not rendered by default.

4,838 changes: 4,838 additions & 0 deletions o.tsv

Large diffs are not rendered by default.

13,830 changes: 13,830 additions & 0 deletions p.tsv

Large diffs are not rendered by default.

608 changes: 608 additions & 0 deletions q.tsv

Large diffs are not rendered by default.

10,868 changes: 10,868 additions & 0 deletions r.tsv

Large diffs are not rendered by default.

18,829 changes: 18,829 additions & 0 deletions s.tsv

Large diffs are not rendered by default.

16,925 changes: 16,925 additions & 0 deletions t.tsv

Large diffs are not rendered by default.

2,450 changes: 2,450 additions & 0 deletions u.tsv

Large diffs are not rendered by default.

2,997 changes: 2,997 additions & 0 deletions v.tsv

Large diffs are not rendered by default.

6,582 changes: 6,582 additions & 0 deletions w.tsv

Large diffs are not rendered by default.

329 changes: 329 additions & 0 deletions x.tsv

Large diffs are not rendered by default.

1,576 changes: 1,576 additions & 0 deletions y.tsv

Large diffs are not rendered by default.

1,126 changes: 1,126 additions & 0 deletions z.tsv

Large diffs are not rendered by default.

0 comments on commit 7b0b964

Please sign in to comment.