Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(route): qiyoujiage #11928

Merged
merged 1 commit into from
Feb 21, 2023
Merged

feat(route): qiyoujiage #11928

merged 1 commit into from
Feb 21, 2023

Conversation

TonyRL
Copy link
Collaborator

@TonyRL TonyRL commented Feb 21, 2023

该 PR 相关 Issue / Involved issue

Close #11306

完整路由地址 / Example for the proposed route(s)

/qiyoujiage/shanghai
/qiyoujiage/fujian/zhangzhou/longhai

新 RSS 检查列表 / New RSS Script Checklist

  • 新的路由 New Route
  • 文档说明 Documentation
    • 中文文档 CN
    • 英文文档 EN
  • 全文获取 fulltext
    • 使用缓存 Use Cache
  • 反爬/频率限制 anti-bot or rate limit?
    • 如果有, 是否有对应的措施? If yes, do your code reflect this sign?
  • 日期和时间 date and time
    • 可以解析 Parsed
    • 时区调整 Correct TimeZone
  • 添加了新的包 New package added
  • Puppeteer

说明 / Note

removed /oilprice/:area since oil.usd-cny.com no longer exists

@github-actions github-actions bot added Route: v1 v1 route related Route: v2 v2 route related Auto: Route Test Complete Auto route test has finished on given PR labels Feb 21, 2023
@github-actions
Copy link
Contributor

Successfully generated as following:

http://localhost:1200/qiyoujiage/shanghai - Success
<?xml version="1.0" encoding="UTF-8"?>
<rss  xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"
>
    <channel>
        <title><![CDATA[上海油价_上海90_92_95汽油价格_上海今日油价查询_汽油价格网]]></title>
        <link>http://www.qiyoujiage.com/shanghai.shtml</link>
        <atom:link href="http://localhost:1200/qiyoujiage/shanghai" rel="self" type="application/rss+xml" />
        <description><![CDATA[提供最新上海汽油价格,上海92号汽油价格,上海90号汽油价格,上海95号汽油价格,上海0号柴油价格等今日最新油价查询 - Made with love by RSSHub(https://github.com/DIYgod/RSSHub)]]></description>
        <generator>RSSHub</generator>
        <webMaster>i@diygod.me (DIYgod)</webMaster>
        <language>zh-cn</language>
        <lastBuildDate>Tue, 21 Feb 2023 18:01:32 GMT</lastBuildDate>
        <ttl>5</ttl>
        <item>
            <title><![CDATA[上海92#汽油 7.75 上海95#汽油 8.25 上海98#汽油 9.25 上海0#柴油 7.43]]></title>
            <description><![CDATA[<dl>
<dt>上海92#汽油</dt>
<dd>7.75</dd>
</dl>
<dl>
<dt>上海95#汽油</dt>
<dd>8.25</dd>
</dl>
<dl>
<dt>上海98#汽油</dt>
<dd>9.25</dd>
</dl>
<dl>
<dt>上海0#柴油</dt>
<dd>7.43</dd>
</dl>
]]></description>
            <guid isPermaLink="false">http://www.qiyoujiage.com/shanghai.shtml#a77445556c073e151e08a06190075eac</guid>
            <link>http://www.qiyoujiage.com/shanghai.shtml</link>
        </item>
    </channel>
</rss>
http://localhost:1200/qiyoujiage/fujian/zhangzhou/longhai - Success
<?xml version="1.0" encoding="UTF-8"?>
<rss  xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"
>
    <channel>
        <title><![CDATA[龙海油价_龙海90_92_95汽油价格_漳州龙海今日油价查询_汽油价格网]]></title>
        <link>http://www.qiyoujiage.com/fujian/zhangzhou/longhai.shtml</link>
        <atom:link href="http://localhost:1200/qiyoujiage/fujian/zhangzhou/longhai" rel="self" type="application/rss+xml" />
        <description><![CDATA[提供福建漳州最新龙海汽油价格,龙海92号汽油价格,龙海90号汽油价格,龙海95号汽油价格,龙海0号柴油价格等今日最新油价查询 - Made with love by RSSHub(https://github.com/DIYgod/RSSHub)]]></description>
        <generator>RSSHub</generator>
        <webMaster>i@diygod.me (DIYgod)</webMaster>
        <language>zh-cn</language>
        <lastBuildDate>Tue, 21 Feb 2023 18:01:32 GMT</lastBuildDate>
        <ttl>5</ttl>
        <item>
            <title><![CDATA[龙海92#汽油 7.75 龙海95#汽油 8.28 龙海98#汽油 9.06 龙海0#柴油 7.44]]></title>
            <description><![CDATA[<dl>
<dt>龙海92#汽油</dt>
<dd>7.75</dd>
</dl>
<dl>
<dt>龙海95#汽油</dt>
<dd>8.28</dd>
</dl>
<dl>
<dt>龙海98#汽油</dt>
<dd>9.06</dd>
</dl>
<dl>
<dt>龙海0#柴油</dt>
<dd>7.44</dd>
</dl>
]]></description>
            <guid isPermaLink="false">http://www.qiyoujiage.com/fujian/zhangzhou/longhai.shtml#d815bc7714a695c2932d0136358f9e67</guid>
            <link>http://www.qiyoujiage.com/fujian/zhangzhou/longhai.shtml</link>
        </item>
    </channel>
</rss>

@TonyRL TonyRL merged commit e2a1214 into DIYgod:master Feb 21, 2023
@TonyRL TonyRL deleted the feat/qiyoujiage branch February 21, 2023 18:02
nullqwertyuiop pushed a commit to nullqwertyuiop/RSSHub that referenced this pull request Mar 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Auto: Route Test Complete Auto route test has finished on given PR Route: v1 v1 route related Route: v2 v2 route related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

原今日油价已无法使用,使用qiyoujiage.com替代可否?
1 participant