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
- itunes_podcast_rss - obtain RSS feed URL from iTunes link
- pyPodcastParser - parsing podcast RSS feeds
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
- Harold Martin - harold.martin at gmail
License
Project details
Release history Release notifications | RSS feed
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)
Built Distribution
Close
Hashes for overcast_parser-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 24403c72bee7d15ec7c47c40ecbbae1155310501e6bc90caac17f5d242bfe509 |
|
MD5 | 73e81595cdaa401b86b9a50361e78210 |
|
BLAKE2b-256 | 1c240af9401e2ea1a06dc7d8a84ee6ac0702c153feed39bcc42482e7f6e1948d |