RSS-Bridge / rss-bridge

The RSS feed for websites missing it
https://rss-bridge.org/bridge01/
The Unlicense
7.29k stars 1.03k forks source link

Can you guys add nintendo.com for the RSS feed? #1411

Closed Lelandus closed 3 years ago

somini commented 4 years ago

https://www.nintendo.com/whatsnew/#all

This is a JS-heavy page.

Loads a nice HTML fragment @ https://www.nintendo.com/content/noa/en_US/whatsnew/_jcr_content/root/responsivegrid/general_wrapper/par/nintendo_news_list_1027826699.nocache.html, the worst part is getting this particular URL:

<ul class="news-tiles">
    <li class=" switch" data-category="news-articles">
        <a href="/whatsnew/detail/2020/pokemon-sword-expansion-pass-and-pokemon-shield-expansion-pass-to-launch-in-2020" title="pokemon-sword-expansion-pass-and-pokemon-shield-expansion-pass-to-launch-in-2020">

                <div class="banner">
                    <img src="/content/dam/noa/en_US/whatsnew/2020/pokemon-sword-expansion-pass-and-pokemon-shield-expansion-pass-to-launch-in-2020/845x480_RG_Whats_New_V2.jpg" data-src="/content/dam/noa/en_US/whatsnew/2020/pokemon-sword-expansion-pass-and-pokemon-shield-expansion-pass-to-launch-in-2020/845x480_RG_Whats_New_V2.jpg" alt="News"/>
                </div>

                <div class="date">
                    01.09.20
                </div>

                <div class="logo">
                    switch
                </div>

                <div class="short-body">
                    <h2 class="b7">
                        Pokémon Sword Expansion Pass and Pokémon Shield Expansion Pass to launch in 2020
                    </h2>

                    <p class="hide-tablet">

                        <span class="parse-article">
                            Today, The Pokémon Company International and Nintendo announced new downloadable content for the Pokémon Sword and Pokémon Shield video games. The Pokémon Sword Expansion Pass and the Pokémon Shield Expansion Pass will contain The Isle of Armor and The Crown Tundra expansions, two separate adventures that will enable fans to meet new characters, catch newly discovered Pokémon, and explore new areas in the Galar region. 
                        </span>
                        <span class="link">Read more</span>
                    </p>
                </div>

        </a>
    </li>

    <li class=" switch" data-category="events-promotions">
        <a href="/whatsnew/detail/2020/register-now-for-the-splatoon-2-north-american-online-open-winter-2020!" title="register-now-for-the-splatoon-2-north-american-online-open-winter-2020!">

                <div class="banner">
                    <img src="/content/dam/noa/en_US/whatsnew/2020/register-now-for-the-splatoon-2-north-american-online-open-winter-2020!/800x450_Switch_News_SplatoonTourneyWinter.jpg" data-src="/content/dam/noa/en_US/whatsnew/2020/register-now-for-the-splatoon-2-north-american-online-open-winter-2020!/800x450_Switch_News_SplatoonTourneyWinter.jpg" alt="News"/>
                </div>

                <div class="date">
                    01.07.20
                </div>

                <div class="logo">
                    switch
                </div>

                <div class="short-body">
                    <h2 class="b7">
                        Register now for the Splatoon 2 Online Open Winter 2020!
                    </h2>

                    <p class="hide-tablet">

                        <span class="parse-article">
                            Inklings and Octolings from across the U.S., Canada (excluding Quebec), and Mexico will have the opportunity to splat it out online* in the Splatoon™ 2 North American Online Open Winter 2020 tournament. The winning team will receive transportation and entry to compete in the Splatoon 2 event at the Genesis 7 tournament in Oakland, CA.
                        </span>
                        <span class="link">Read more</span>
                    </p>
                </div>

        </a>
    </li>
Bockiii commented 3 years ago

There is no description at all, but I agree with somini, the site is a mess for rss-bridge.

The easiest workaround I found would be to use the google news rss feed for nintendo.com

https://news.google.com/rss/search?q=site:nintendo.com

So if you add a new "Filter Bridge" with that URL and no further parameters, you get all the latest news (Just without content, just the links).

image

Another alternative would be to generate a feedexpander bridge for the google news feed, but I'm not super inclined to do that :)

somini commented 3 years ago

Wow, Google News has RSS, and also for searches? Great find!

em92 commented 3 years ago

I will leave it open until bridge is implemented. Before that happens you can use @Bockiii's solution.

Bockiii commented 3 years ago

@em92 the original requestor posted 0 information in the request and has 0 contributions on github in the two years since the request was opened.. I dont think anyone will ever do this since it's quite a bit of work.

em92 commented 3 years ago

@em92 the original requestor posted 0 information in the request and has 0 contributions on github in the two years since the request was opened.. I dont think anyone will ever do this since it's quite a bit of work.

Actually, you are right. I will close this then and mark as invalid [request].