After reading the README.txt, I first installed my copy of url_to_absolute.php to libraries/url_to_absolute.php.

But after looking at the code, it appears that the following are all acceptable locations:

sites/all/libraries/
sites/all/libraries/feeds_imagegrabber/
sites/all/libraries/absoluteurl/
sites/all/libraries/AbsoluteUrl/

Comments

theohawse’s picture

Also the file itself is tricky to grab from sourceforge, here's what I ended up using:
(insert your own mirror + module version)

projects[feeds_imagegrabber][version] = "1.x-dev"
projects[feeds_imagegrabber][type] = "module"
libraries[absoluteurl][download][type] = "get"
libraries[absoluteurl][download][url] = "http://downloads.sourceforge.net/project/absoluteurl/absoluteurl/1.6/AbsoluteUrl.zip?r=&ts=1329521877&use_mirror=cdnetworks-us-2"
libraries[absoluteurl][directory_name] = "absoluteurl"
rooby’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

The Drupal 6 version of this module is no longer supported.

The Drupal 7 module currently includes the library so you don't have to do anything, but it will also load the library using the libraries module if that is installed, which will check all relevant libraries directories as you would expect it to.