• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

HTML page to RSS feed

demonboy

Member
Hi,

Could you advise me on how best to take a non-rss html page and covert to RSS? Normally this is done by identifying the CSS selector and converting it to a standard RSS placeholder (author, description etc).

Thanks.
 
P

Pabblymember11

Guest
Hey @demonboy

Your specific use case is currently not supported by the platform.

However, if you could please provide a reference for the non-RSS HTML you wish to process and the conversion procedure? We will inform you if any functionality can be added to the platform in the near future.
 

demonboy

Member
Hi, thanks for the reply. The content in question sits on a WP page at https://followtheboat.com/ytchan/

WordPress does not support easy RSS conversion of a page and what RSS it does try to create is not clean. Feed readers have problems dealing with it.

There are 'html page to RSS' converters out there and they work by identifying the CSS selectors, making them RSS placeholders instead. The problem they run into is not being able to differentiate between the same selector for the different feeds. For example, the CSS for the title will be the same CSS for every article, so unless it intelligently appends an increasing number (title1, title1 etc), it pulls the same title for every feed.

RSS.app, however, is one of the few services that can successfully pull apart this page and serve it up as a readable RSS feed. I just don't want to go with RSS.app!

I'd be interested in your thoughts, thanks.
 

demonboy

Member
I know that, but you specifically asked me to "provide a reference for the non-RSS HTML you wish to process and the conversion procedure" with the view of adding this in some time in the future.
 
P

Pabblymember11

Guest
I know that, but you specifically asked me to "provide a reference for the non-RSS HTML you wish to process and the conversion procedure" with the view of adding this in some time in the future.
Thanks for the details on the Non-RSS HTML reference, we will definitely try to implement that in the near future.
 
Top