25 responses to “Drupal: FeedAPI Imagegrabber”

  1. Abhinav Singh

    Hi,

    I am not a big fan of drupal and haven’t used it much. But still congratulations for your good work :D

    Abhinav

  2. Nitin

    @Abhinav Singh
    Thanks for your encouraging words, it really feels good when your work is appreciated.

  3. Brad

    Just posted the first bug report over on the project. I’m really psyched to roadtest this for you, but the current code appears to be missing a step.

  4. Ben

    I really appreciate the Imagegrabber module. I’m especially anxious to see the implementation of controls to allow a publisher to define what section of a web site an image should be pulled from, on a feed by feed basis. What’s your timeline, do you think?

  5. Ben

    @Nitin
    Thanks Nitin. I just modofied the module on my installation to use the guid instead of the original_url to define the page from which the image is pulled. Do you foresee any reason why this would be problematic?

    I did it because I have a very specific RSS feed for which the guid and original link are different.

  6. Ben

    @Nitin
    Thanks! In this case, the RSS feed is weirdly crafted. The link element points to that site’s homepage, whereas the guid element points to the actual story/photo.

    So in your module, I have swapped this out, specifiying the module should use the guid URL instead of the link URL. Does that make sense?

    Otherwise it keeps grabbing the same image from the news source’s homepage each time.

    So far it seems to be working smoothly.

    It might be a nice addition (I know, when there’s time … :-) ) — the ability to identify which element in a feed should be used as the source of the image.

    Ben

  7. nitin

    @Ben

    Do you really think I should add so much intelligence to a simple module for encouraging some sites to craft their feeds weirdly?

    Initially, I also thought of adding the ability to identify the size of the image just by looking at the height and width attributes but then it is no more a W3C recommendation to use these attributes, so I dropped the idea. So, now I have to get the size by downloading the image.

    I think it is the responsibility of all of us to shape the current web into the incomplete dream of semantic web.

  8. nitin

    Ben :
    I’m especially anxious to see the implementation of controls to allow a publisher to define what section of a web site an image should be pulled from, on a feed by feed basis.

    News: I have started working on it. To keep it simple for common users, I am thinking of asking the unique ‘id’ of the tag to identify the portion. I also plan to include ‘I am feeling lucky’ option in which ‘the first image between the tags mentioned’ is selected for the item. what do you think? Any ideas?

  9. Derek

    Great job, Nitin,

    “News: I have started working on it. To keep it simple for common users, I am thinking of asking the unique ‘id’ of the tag to identify the portion. I also plan to include ‘I am feeling lucky’ option in which ‘the first image between the tags mentioned’ is selected for the item. what do you think? ”

    I think this is a great idea.

    Right now, there are too many web sites (and almost all newspaper sites ) have advertisements. So identifying where to grab the image on a per feed basis is very important.

  10. norathar

    Hello,
    Just want to say im really enjoying using your addon for feedapi.

    You may want to specify where to place the folder for the module in the drupal/project page. Does it belong in the sites/all/modules/feedapi sub-directory? Or does it belong in the sites/all/modules directory? Or does it matter? Key little details like that will keep total newbs like myself from banging their heads against the keyboard wondering why things arent working.
    thanks for sharing this with the drupal community!

  11. nitin

    News: I am done with the backend part of the next version, although the interfacing is still left (and I am thinking a lot over it, so that it doesn’t become confusing for a normal user). Nevertheless, I have installed the new version here. Please submit your feed links to see, how the new ImageGrabber performs. It will also help me debug any problems with the ImageGrabber.(Post them in the comments section)
    The new ImageGrabber will now never capture those advertisement images, or images in the sidebar. So you can rest assured that you get the image you want. The new version will also save a lot of bandwidth that you pay for.

    I am planning to release it in the first week of September. Keep checking for updates.

    @norathar

    I will keep it in mind while releasing the next version of ImageGrabber. I am even thinking of putting some tutorials for it. Hope it helps.

  12. Withdraw PayPal Money Directly to A Bank Account in India | Public Mind

    [...] I opened an account with PayPal to accept donations for my module FeedAPI ImageGrabber. Before I started, I searched for reviews on PayPal which seemed quite horrible. You can read a lot [...]

  13. Tutorial for FeedAPI ImageGrabber | Public Mind

    [...] FeedAPI ImageGrabber>/li> [...]

  14. PHP: Select HTML elements with more than one css class using XPath | Public Mind

    [...] while working on my project FeedAPI ImageGrabber I came across the issue where I had to select HTML elements by a given css class. The HTML element [...]

  15. Nick

    How can I get the grabbed images to appear in nodes or views? I want to see a grabbed image field or soemthing in my view and an option to display the grabbed image for that node in the content type edit. I though this model was not working for some reason but then I looked a a feed and there were the images.

    1. nitin

      i do not quite understand your problem, but you might be interested in looking at the imagecache and imagefield module’s code to get an idea about how this might be achieved.

  16. PHP: Relative URL to Absolute URL | Public Mind

    [...] UrlToAbsolute at sourceforge, as I needed to use it in my several open source projects including FeedAPI ImageGrabber,Facebook-style Link Share and Feeds Image Grabber. As the script was released under BSD License, it [...]

  17. Drupal: Feeds Image Grabber | Public Mind

    [...] to the RSS feed for updates on this topic.Feeds Image Grabber (FIG) is the successor project for FeedAPI ImageGrabber to support the Feeds module. FIG parses the Item URL of each feed-item, downloads the appropriate [...]

Leave a Reply

Open Source Projects

My Shared Items