Skip to main content

Overcast podcast link parser especially for pythonista.

Project description

Overcast URL to podcast information

PyPI GitHub issues Black Build Status

Python library to obtain RSS feed URL from Overcast link, built especially for Pythonista

Installation / Upgrade

This can be installed one of two ways:

First, it can be installed directly in Pythonista with StaSh

pip install overcast_parser

Alternately, you can copy this entire repo to Pythonista and start immediately editing demo.py. This can be done either with a git tool in Pythonista or, on your Mac, copying this to the Pythonista3 iCloud directory.

Usage

See demo.py for full pythonista script

from overcast_parser.OvercastParser import OvercastParser


parser = OvercastParser()

data = requests.get(overcast_url).text

(itunes_id, stream_url, overcast_id, title) = parser.parse_overcast(data)

Built With

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Planned improvements

  • Proper error catching / throwing
  • Consistent API between Overcast parsing, iTunes parsing, and RSS parsing

Code Formatting

This project is linted with pyflakes and makes strict use of Black for code formatting.

Authors

License

MIT

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

overcast_parser-0.0.2.tar.gz (4.3 kB view hashes)

Uploaded Source

Built Distribution

overcast_parser-0.0.2-py3-none-any.whl (6.4 kB view hashes)

Uploaded Python 3

Supported by

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