fivefilters / ftr-site-config

Site-specific article extraction rules to aid content extractors, feed readers, and 'read later' applications.
https://www.fivefilters.org/full-text-rss/
Other
365 stars 255 forks source link

habr.com spoiler issue #1432

Open QuAzI opened 1 month ago

QuAzI commented 1 month ago

Content under spoilers missed Page from example: https://habr.com/ru/articles/818809/

image

QuAzI commented 1 month ago

And some bullets missed too image https://habr.com/ru/articles/843288/

HolgerAusB commented 1 month ago

OK, @QuAzI these are different issues.

1.) Your first post does not belong to this repo. As Fivefilter's FullText-RSS is indeed showing the spoiler part. Your issue should go to the wallabag repo: I don't see a reason why the content of the <details> element is striped off from the catch by wallabag.

I can make it visible, but not hidden behind the spoiler line. It would be normal text or maybe in a blockquote if you like this grafik

But as you are using wallabag.it you would need to wait until my config is the next release AND this release is installed on wallabag.it. :-(

2.) The <ul> element in your second issue doesn't show up in FulltextRSS and wallabag. And I have no idea yet, why. Maybe I can look on it next week.

QuAzI commented 1 month ago

I can make it visible, but not hidden behind the spoiler line.

It would be the best option for reading as I prefer to read from an e-ink reader Thanks a lot

HolgerAusB commented 3 weeks ago

@j0k3r, @Simounet, @yguedidi, @fivefilters, @Kdecherf

I fixed problem one but I can't understand, why the <ul> element from second post is not fetched. Neither on wallabag/wallabagger nor on Fulltext-RSS.

I got this with curl:

<p>
   Про сам Obsidian на Хабре уже писали, например:
</p>
<ul>
   <li>
      <p>
         <a href="https://habr.com/ru/companies/alfa/articles/842228/" rel="noopener noreferrer nofollow">
            Notion умер, да здравствует Obsidian
         </a>
      </p>
   </li>
   <li>
      <p>
         <a href="https://habr.com/ru/companies/ozonbank/articles/838990/" rel="noopener noreferrer nofollow">
            Obsidian — Notion свободного человека
         </a>
      </p>
   </li>
</ul>
<p>
   Но для меня <strong>Obsidian не был заменой Notion</strong>, пока я не научился синхронизировать его на всех устройствах без сторонних <s>костылей</s> ¿Ñ€Ð¾Ð³Ñ€Ð°Ð¼Ð¼.
</p>

Could someone explain and maybe fix this, please.