文件名称:podcastutil:实用程序,用于解析播客OPML文件并转储简化的JSON
文件大小:18KB
文件格式:ZIP
更新时间:2024-03-01 19:35:07
Python
播客实用程序 :headphone: python中最小的Podcast feed解析实用程序 用法 from podcast_util import PodcastUtil pd = PodcastUtil ( 'podcasts.opml' ) pd . dump_json ( 'dump.json' ) user@blue ~ time python3 example.py real 0m5.999s user 0m0.676s sys 0m0.053s 您可以参考来获取其构造方式 还有其他功能,例如get_feeds和extract_url_from_opml您可以在podcast_util.py源文件中查看它们。 测验 我已经在121个不同的播客RSS提要上对其进行了测试 user@blue ~ time python3 testing.py real 7m16.413s u
【文件预览】:
podcastutil-master
----.gitignore(2KB)
----podcast()
--------__init__.py(0B)
--------podcast_util.py(3KB)
----requirements.txt(11B)
----.github()
--------workflows()
----extras()
--------doc(835B)
--------dump.json(65KB)
--------podcasts.opml(402B)
----README.md(1012B)
----example()
--------example.py(105B)
----test()
--------__init__.py(0B)
--------test_podcast_util.py(4KB)