RSS-Bridge / rss-bridge

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

Bridge request for Graphic Audio. #3752

Open virtadpt opened 11 months ago

virtadpt commented 11 months ago

Bridge request

I would like to request an RSS bridge for Graphic Audio (https://www.graphicaudio.net/).

General information

It would be nice to have generated RSS feeds for new releases (https://www.graphicaudio.net/our-productions/new-releases.html), upcoming releases (https://www.graphicaudio.net/our-productions/upcoming-releases.html), new sets (https://www.graphicaudio.net/our-productions/series-set.html), new releases for listed authors (https://www.graphicaudio.net/our-productions/authors/a-e/cherie-priest.html), and maybe direct store exclusive releases (https://www.graphicaudio.net/our-productions/direct-store-exclusives.html).

Useful information from an entry (https://www.graphicaudio.net/mistborn-series-set.html) could be title, author, date of release, the summary (full summary or partial summary, by RSS-Bridge user selection), running time, genre, and content rating. And, of course, a direct link to the page at graphicaudio.net.

Formatting seems as if it would be fairly straightforward, fitting into the existing RSS schema:

Which of the following parameters do you expect?

Options

Bockiii commented 11 months ago

Hi @virtadpt

You can use the xpath bridge to get you basically all the way (only "problem" is that there is no real description, but to do that with a bridge of its own, you would need to run hundreds of querys for every update. So it wouldnt be nice anyways.).

Use the xpath bridge with these settings: URL: <any of the ones you've posted> Item Selector: /html/body/div[7]/main/div[4]/div/div[5]/ol/li[*] Item Title Selector: .//div/a/div/h2 Item Description Selector: .//div/a/@href Item URL Selector: .//div/a/@href Item Image Selector: .//div/a/span/span/@style

virtadpt commented 11 months ago

Thank you - I'll give it a try!