Preview
Issue #4
- David ⬛
- You have found an article with images deleted from the server. Your template also does not generate IV in this article, because the images are deleted from the server's local disk and they are not available.
This site is powered by Wordpress and these links are attachment media link (this is the standard WP functionality), such links lead in the final path to images.
I checked ~ 20 galleries and a lot of articles that I found on this site, they work fine, and the telegram server does an excellent job with Redirect and gets the best quality image. The attachment links are (current-link-article)/query-media-name/, my template compares the current link of the article (current-link-article) with the link from the DOM element <a>, which contains the image <img>. If the element <a> contains the current link of the article, then my template substitutes this link in the image, otherwise it substitutes the @src attribute from the <img> element. That is such a logical work. Abritra, 214 line of my template performs th
- Declined by admin
- This specific source page does indeed seem to have deleted photos, so the IV for this page will not generate either way.
- Type of issue
- Author added their own content
- Reported
- Apr 3, 2019
Yes, in this case there is a redirect, but on other pages of the domain it can cause unpredictable errors and loss of content.