superfeedr / documentation

The Superfeedr Documentation
http://documentation.superfeedr.com
15 stars 8 forks source link

Superfeedr doesn't send the image to our web hook although original rss feed has the image #125

Closed muratkandemir closed 1 year ago

muratkandemir commented 6 years ago

We are about to launch our app but superfeedr doesn't send the image that exists in feed. We need urgent help please.

kemalatli commented 6 years ago

I also have the same problem with SuperFeedr. I can't seem to get any image urls from the response sent to our web hook. Here is the request body received by our web hook. There is no image information for items collection, yet you can easily find them when you examine the atom/rss xml here

{ status: 
   { 
    code: 200,
    http: 'Fetched (ring) 200 900 and parsed 3/10 entries',
    nextFetch: 1517310,
    entriesCountSinceLastMaintenance: 11,
    generatedIds: true,
    period: 900,
    lastFetch: 1517309,
    lastParse: 1517309,
    lastMaintenanceAt: 1517232,
    feed: 'http://www.star.com.tr/rss/guncel.xml' },
    permalinkUrl: 'http://www.star.com.tr',
    standardLinks: { alternate: [ [Object] ], image: [ [Object] ] },
    image: 'http://m.star.com.tr/assets/img/star-apple-touch-icon.png',
    title: 'STAR.COM.TR',
    updated: 1517320654,
    id: 'star-com-tr-2018-1-30-13',
    items: 
   [ 
        { 
            id: 'http://www.star.com.tr/guncel/cumhurbaskani-erdogandan-afrin-resti-durmayacagiz-haber-1303601/',
            published: 1517320380,
            updated: 1517320380,
            title: 'Cumhurbaşkanı Erdoğan\'dan Afrin resti: Durmayacağız',
            summary: 'Cumhurbaşkanı Recep Tayyip Erdoğan, Afrin harekatına ilişkin " Bu noktadan sonra artık gözümüz kimseyi görmez. Suriyeli kardeşlerimizin kendi evlerine güven içinde dönene kadar durmayacağız." dedi.',
            standardLinks: [Object],
            permalinkUrl: 'http://www.star.com.tr/guncel/cumhurbaskani-erdogandan-afrin-resti-durmayacagiz-haber-1303601/',
            language: 'tr' },
        { 
            id: 'http://www.star.com.tr/guncel/teror-orgutu-pkkypg-tum-koylere-tuneller-kazip-her-gecenden-vergi-almis-haber-1303600/',
            published: 1517320500,
            updated: 1517320500,
            title: 'Terör örgütü PKK/YPG\'nin, kazığı tünel ve hendeklerle her eve ulaşabildiği ortaya çıktı',
            summary: 'TSK ve ÖSO’nun yeni hedefi olarak belirlediği Bafelyun Tepesi’nin yanı başındaki Kastel Cindo köyünde yapılan incelemede, teröristlerin her yere hendek ve siperler oluşturup, buradan neredeyse her eve tünellerle ulaştığı belirlendi.',
            standardLinks: [Object],
            permalinkUrl: 'http://www.star.com.tr/guncel/teror-orgutu-pkkypg-tum-koylere-tuneller-kazip-her-gecenden-vergi-almis-haber-1303600/',
            language: 'tr' 
        },
        { 
            id: 'http://www.star.com.tr/guncel/izmirde-rusvet-aldigi-iddia-edilen-savci-boyle-tutuklandi-haber-1303599/',
            published: 1517319960,
            updated: 1517319960,
            title: 'İzmir\'de rüşvet aldığı iddia edilen savcı böyle tutuklandı',
            summary: 'İzmir\'de, Y.Y. isimli kişi hakkındaki 3 ayrı suçtan verilen yakalama kararının kaldırılması için rüşvet aldığı iddia edilen Torbalı Cumhuriyet Savcısı Z.K. ile rüşvet veren ve aracılık ettiği öne sürülen 4 şüpheli tutuklandı.',
            standardLinks: [Object],
            permalinkUrl: 'http://www.star.com.tr/guncel/izmirde-rusvet-aldigi-iddia-edilen-savci-boyle-tutuklandi-haber-1303599/',
            language: 'tr'
        } 

    ] 
}
julien51 commented 6 years ago

Indeed, we should add these images. We are working on this.

muratkandemir commented 6 years ago

Hello! Where are we at these adding images? We keep postponing the launch off the app. If it’s not possible, please let us know so we could consider other options.