文件名称:RssFeed:检查RSS提要是否不活动
文件大小:17KB
文件格式:ZIP
更新时间:2024-04-28 10:56:11
C#
RssFeed库
检查RSS提要是否不活动
这是一个.NET 5.0库。 它使您可以检查RSS源字典的年龄。
如何使用命令行工具:
C:\> RssApp.exe "The Daily by The New York Times" http://rss.art19.com/the-daily 2
RSS Feed: "The Daily by The New York Times"
URL: http://rss.art19.com/the-daily
Is not over 2 days old.
C:\>
怎么运行的
实例化CheckAge类的实例。 该库期望给定的Dictionary
【文件预览】:
RssFeed-master
----RssLib()
--------RssFeed.cs(4KB)
--------Utilities.cs(328B)
--------RssSource.cs(393B)
--------CheckAge.cs(3KB)
--------RssLib.csproj(130B)
--------RssSources.cs(832B)
----.github()
--------workflows()
----RssApp()
--------Program.cs(1KB)
--------LICENSE(11KB)
--------RssApp.csproj(252B)
--------README.md(41B)
--------Properties()
----.gitignore(6KB)
----RssFeed.sln(2KB)
----README.md(2KB)
----RssTesting()
--------Lib()
--------RssTesting.csproj(590B)