【问题标题】:How do I transform Googles Alert RSS to live RSS XML format?如何将 Googles Alert RSS 转换为实时 RSS XML 格式?
【发布时间】:2015-05-15 22:30:31
【问题描述】:

我想知道今天有哪些聪明人可以回答我的问题。

我正在使用一个名为 RSS Post Importer 的 WP 插件。

我已经在 Google 快讯中设置了 Google 快讯,并且我从他们的 RSS 图标获得了以下 RSS 链接:https://www.google.com/alerts/feeds/13358169444187985072/403372099919857275

问题:如何将此 RSS 提要更改为 XML 格式的链接,例如'http://feeds.bbci.co.uk/news/business-11428889/rss.xml' ?

尽管 BBC rss 不适用于我拥有的这个插件,但它确实适用于另一个插件,我相信这是因为这个另一个插件只接受 URL 末尾带有“.xml”扩展名的提要。

提前致谢, 查皮

【问题讨论】:

    标签: xml wordpress rss google-alerts


    【解决方案1】:

    设置 RSS 提要后,您可能需要等待第一次加载 RSS 提要。如果关键字不那么受欢迎,您的 RSS 提要甚至可能是空的。

    如果您没有看到更新的 XML 标记,那么您也不会看到任何标记。

    这是你想看到的:

      <updated>2018-11-09T18:00:00Z</updated>
    

    这只是你可能看到的:

    This XML file does not appear to have any style information associated with it. The document tree is shown below.
    <feed xmlns="http://www.w3.org/2005/Atom" xmlns:idx="urn:atom-extension:indexing">
    <id>
    tag:google.com,2005:reader/user/05244909058385793377/state/com.google/alerts/4925768041195115078
    </id>
    <title>Google Alert - mifid ii</title>
    <link href="https://www.google.com/alerts/feeds/05244909058385793377/4925768041195115078" rel="self"/>
    </feed>
    

    这是一个 RSS 提要,在第一次加载之后有两个条目。在不耐烦地玩设置后,它立即对我有用:

    This XML file does not appear to have any style information associated with it. The document tree is shown below.
        <feed xmlns="http://www.w3.org/2005/Atom" xmlns:idx="urn:atom-extension:indexing">
        <id>
        tag:google.com,2005:reader/user/05244909058385793377/state/com.google/alerts/4925768041195115078
        </id>
        <title>Google Alert - mifid ii</title>
        <link href="https://www.google.com/alerts/feeds/05244909058385793377/4925768041195115078" rel="self"/>
        <updated>2018-11-09T18:00:00Z</updated>
        <entry>
        <id>
        tag:google.com,2013:googlealerts/feed:237107289461798771
        </id>
        <title type="html">
        <b>MiFID II</b>: ESMA Issues Latest Double Volume Cap Data
        </title>
        <link href="https://www.google.com/url?rct=j&sa=t&url=http://www.mondovisione.com/media-and-resources/news/mifid-ii-esma-issues-latest-double-volume-cap-data-6/&ct=ga&cd=CAIyHmVlMjUwY2E4NGMxNWQyZWM6Y28udWs6ZW46R0I6Ug&usg=AFQjCNEZb7H4tMRJBtVzwk16uCkc49DG4A"/>
        <published>2018-11-09T18:00:00Z</published>
        <updated>2018-11-09T18:00:00Z</updated>
        <content type="html">
        The European Securities and Markets Authority (ESMA) has updated today its public register with the latest set of double volume cap (DVC) data&nbsp;...
        </content>
        <author>
        <name/>
        </author>
        </entry>
        <entry>
        <id>
        tag:google.com,2013:googlealerts/feed:17979086610334644596
        </id>
        <title type="html">
        ESMA Launches Call For Evidence On Periodic Auctions For Equity Instruments
        </title>
        <link href="https://www.google.com/url?rct=j&sa=t&url=http://www.mondovisione.com/media-and-resources/news/esma-launches-call-for-evidence-on-periodic-auctions-for-equity-instruments/&ct=ga&cd=CAIyHmVlMjUwY2E4NGMxNWQyZWM6Y28udWs6ZW46R0I6Ug&usg=AFQjCNEkrCnUpLB-5icFrWykHs90H-wCxw"/>
        <published>2018-11-09T10:30:00Z</published>
        <updated>2018-11-09T10:30:00Z</updated>
        <content type="html">
        Following the introduction of <b>MiFID II</b>/MiFIR on 3 January, a new type of periodic auction trading system for equity instruments consisting of auctions of&nbsp;...
        </content>
        <author>
        <name/>
        </author>
        </entry>
        </feed>
    

    【讨论】:

      【解决方案2】:

      如果您单击 google 警报页面中的小 rss 图标,它会将您带到显示 xml 页面的页面...至少在我看来是这样的。

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 2011-06-25
        • 1970-01-01
        • 2011-06-04
        • 2012-06-05
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        相关资源
        最近更新 更多