Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problème sur les madames avec un lien sur la photo #2

Open
azrod opened this issue Feb 2, 2022 · 3 comments
Open

Problème sur les madames avec un lien sur la photo #2

azrod opened this issue Feb 2, 2022 · 3 comments
Labels

Comments

@azrod
Copy link
Collaborator

azrod commented Feb 2, 2022

Hello,

J'ai remarqué que certains jours il y a un lien (externe) sur la photo et la structure HTML en est donc modifiée.

Exemple du 01/02/2022 :

<div class="post-content">
  <p>
    <a href="https://www.instagram.com/mary.nabokova/">
      <img class="alignnone wp-image-3746 size-full jetpack-lazy-image" src="https://i0.wp.com/bonjourmadame.fr/wp-content/uploads/2022/01/220201.jpeg?resize=960%2C1108"(...)

alors que le format habituel est

<div class="post-content">
  <p>
    <img class="alignnone wp-image-3685 size-full jetpack-lazy-image" src="https://i0.wp.com/bonjourmadame.fr/wp-content/uploads/2022/01/220113.jpg?resize=665%2C810"(...)

Cette modification à pour effet de rendre le parsing non fonctionnel
https://bonjourmadame.xorhak.io/api/latest
{"description":"Return latest picture URL","node":"0d340bbfb1bf","retry":3,"title":"","url":null}

Je pense qu'il faut ajouter une exception lors du parsing.

Azrod

@djerfy djerfy added the bug label Mar 2, 2022
@djerfy
Copy link
Owner

djerfy commented Mar 2, 2022

Hello @azrod,

Je n'ai pas encore eu l'occasion de reproduire manuellement ce bug mais effectivement c'est bizarre.
La fonction parser() devrait le faire naturement. D'autant plus qu'ici la valeur est null et non vide.

Je vais tenter de trouver un peu de temps pour regarder ça mais en ce moment, c'est compliqué :)

@djerfy
Copy link
Owner

djerfy commented Dec 16, 2022

Hello @azrod,

Tu as eu d'autres soucis depuis ?

@azrod
Copy link
Collaborator Author

azrod commented Dec 16, 2022

Hello.

Oui il arrive des jours où il y a des ratés

@github-actions github-actions bot removed the bug label Jan 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants