Parsing of author in maispb.com.br

Parsing of author in maispb.com.br

Sergii

This is answer to issue #1


This website has two parts. In the first part authors are presented in source code in a clearly way (http://www.maispb.com.br/261706/meus-netosalem-da-imaginacao.html). My template shows all authors here.

But there are no class in source code, which can help reliably identify author without endangering essential information in the second part of the website.

Your templates are doing simply parsing bold from last paragraph with workarounds for every special case. This approach is wrong and causes many side effects with corruption of essential content (all examples are taken from your template):

https://instantview.telegram.org/contest/maispb.com.br/template26/issue1/

Text is missing

https://instantview.telegram.org/contest/maispb.com.br/template29/issue1/

Missing header of related part

https://instantview.telegram.org/contest/maispb.com.br/template29/issue3/

Link to essential PDF document is missing and author is wrong

https://instantview.telegram.org/contest/maispb.com.br/template29/issue4/

Workaronds are not fail-safe

https://instantview.telegram.org/contest/maispb.com.br/template29/issue5/

Whatsapp number is author now

https://instantview.telegram.org/contest/maispb.com.br/template29/issue6/

Strange author

I think, that should be enough.


Report Page