Skip to main content

Overcast podcast link parser especially for pythonista.

Project description

Overcast URL to podcast information

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

Installation / Upgrade

pip install overcast_parser --upgrade

Usage

See demo.py for full pythonista script

from overcast_parser.OvercastParser import OvercastParser
parser = OvercastParser()
data = requests.get(overcast_url).text
parser.feed(data)
(itunes_id, stream_url, overcast_id, title) = parser.close()
print(title)

Built With

Contributing

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

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.1.tar.gz (9.0 kB view hashes)

Uploaded Source

Built Distribution

overcast_parser-0.0.1-py3-none-any.whl (11.6 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