Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Tung Pham

    (@phamtungpth)

    Hi Eddinito,

    Please visit your link on browser and press Ctrl + U to view source code of that page.

    Then please search with “/media/k2/items/cache/43b131af373eb8eebc5c89a6cc7c114b_XL.jpg“, you will see that image URL is not absolute link. So when it is grabbed into your server, the link becomes YOUR_SITE/media/k2/items/cache/43b131af373eb8eebc5c89a6cc7c114b_XL.jpg

    To solve it, if I were you I would use Parser Code to fix those link before grabbing.

    Best Regards!

    Thread Starter Eddinito

    (@eddinito)

    Hi, thanks for your message! But how do I use Parser Code to fix those links before grabbing them?

    Plugin Contributor Tung Pham

    (@phamtungpth)

    Hi Eddinito,

    You could try with replace command of Parser Code.

    For example:

    replace|number_of_line|src="/|src="http://www.aps.dz/|0|

    Or follow this demo link.

    Best Regards!

    Thread Starter Eddinito

    (@eddinito)

    Thanks it worked

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Can't get images from RSS’ is closed to new replies.