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
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 details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file overcast_parser-0.0.1.tar.gz.
File metadata
- Download URL: overcast_parser-0.0.1.tar.gz
- Upload date:
- Size: 9.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.8.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
54d16b33b6a28596003c3dc0994347780a5fd7ecd7b6ba2b4e53a7e077fd8523
|
|
| MD5 |
07fa76c8b4065d833ed201dfae69a9f2
|
|
| BLAKE2b-256 |
bcd4aeb3a105390b7eed80f3fcd009520b13d7e55f3d7fd79ed4fd4c59fac3ed
|
File details
Details for the file overcast_parser-0.0.1-py3-none-any.whl.
File metadata
- Download URL: overcast_parser-0.0.1-py3-none-any.whl
- Upload date:
- Size: 11.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.8.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
24403c72bee7d15ec7c47c40ecbbae1155310501e6bc90caac17f5d242bfe509
|
|
| MD5 |
73e81595cdaa401b86b9a50361e78210
|
|
| BLAKE2b-256 |
1c240af9401e2ea1a06dc7d8a84ee6ac0702c153feed39bcc42482e7f6e1948d
|