Skip to main content

A simple podcast feed parser

Project description

podfeed

podfeed is a python3 package that will read an RSS feed for a podcast and provide episode-level utilties for download or playlist creation.

Installation

$ pip install podfeed

Example Usage

from podfeed import parseFeed

# Collect episodes published after May 1st, 2018 
episodes = parseFeed("https://www.npr.org/rss/podcast.php?id=510289", 1525132800)

# Write each episode to a file
for episode in episodes:
  episode.writeFile("./{0}_{1}.{2}".format(
    episode.getTitle(), episode.getDate(), episode.getExt()))

Documentation

podfeed Documentation

Logging

podfeed uses the built-in python logging module, using loggers with the top-level name podfeed.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

podfeed-1.0.1.tar.gz (3.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

podfeed-1.0.1-py3-none-any.whl (5.5 kB view details)

Uploaded Python 3

File details

Details for the file podfeed-1.0.1.tar.gz.

File metadata

  • Download URL: podfeed-1.0.1.tar.gz
  • Upload date:
  • Size: 3.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.8

File hashes

Hashes for podfeed-1.0.1.tar.gz
Algorithm Hash digest
SHA256 49f470fbaad3acd5089055daa94148da551639227e0cad7546bf8fd1a7321ce0
MD5 c0e354ed28f6c786e0800391275d5dd7
BLAKE2b-256 7d48d2c6303b8d93f374c398d7c48f6d1b39ce4266f5e264e8a5d04825143fdf

See more details on using hashes here.

File details

Details for the file podfeed-1.0.1-py3-none-any.whl.

File metadata

  • Download URL: podfeed-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 5.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.8

File hashes

Hashes for podfeed-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 92fa6aa306ec5ffe46161949af4fa2adc3336f31c628660a6b6d6d2308e5cd07
MD5 87dabe894e9e2c64b6ee471b6dba8feb
BLAKE2b-256 83efce18a75627a4bebb843261d8dc10122370a2257202dd5b9e7250b1e01d93

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page