Skip to navigation

Skip to additional stuff


Tuesday, March 8, 2005

The del.icio.us loader

You want to use del.icio.us, but you have already dozens of bookmarks in Firefox? No problem. My new del.icio.us loader is the solution.

Just export your bookmarks and upload the file. Then you can choose which tags to add for each bookmark. If you don’t want to add all of your bookmarks, just choose the ones you like to add. Click the last button et voila, your bookmarks are magically added to your del.icio.us account. The script even recognizes the date, on which you’ve added the link to your bookmarks.

So please tell me if there is anything to improve and, most important, tell me if there are any bugs.

3:33 pm | Filed under: , 65 Comments | the j-blog

65 Comments on “The del.icio.us loader”

  • 1.
    Posted by
    petros
    2005-3-11
    2:50 pm

    that is great i was looking for that all the time, good work

  • 2.
    Posted by
    John
    2005-3-11
    4:25 pm

    Thanks man, this works great!! Might want to make a note not to use commas between tags, it took me a while to clean up my first upload.

  • 3.
    Posted by
    John
    2005-3-11
    4:29 pm

    Thanks man, this works great! Don’t put commas between tag names though.

  • 4.
    Posted by
    Mario Valente
    2005-3-12
    4:54 pm

    With personal bookmarks a bit over the thousand (1000) mark I’m unable to use your loader, it stops with about 80 bookmarks. Perhaps publishing the code would be better ? Save you on CPU and bandwidth…

    – MV

  • 5.
    Posted by
    Jon
    2005-3-12
    9:32 pm

    Great importer. It would be great if it could pick up on the folder that the bookmark was in and use that as an optional tag.

  • 6.
    Posted by
    vex
    2005-3-15
    9:44 pm

    Only imported 59 bookmarks out of more than a hundred. :(

  • 7.
    Posted by
    vex
    2005-3-15
    9:45 pm

    PS. You should put a note about this limit somewhere, it took me hours to edit all the tags, and it was all for nothing.

  • 8.
    Posted by
    Julian
    2005-3-16
    12:28 pm

    @vex: That’s not good… I’ll see what I can do, maybe there was a problem with the del.icio.us API. I haven’t heard any other negative feedback yet, so mostly it seems to work.

    Update: Now the script checks the response headers from del.icio.us. Additionally, I doubled the time limit for the script to execute.

  • 9.
    Posted by
    Rog
    2005-3-17
    3:08 am

    Found a bug. I had a bookmark with quotes in it (%22), and it stuffed up the rendering of the list of bookmarks.

  • 10.
    Posted by
    mic
    2005-3-21
    7:44 am

    are you kidding? dozens of bookmarks? i have thousands. i’d love to use this; it’s the only way i’ll use del.icio.us. perhaps the script could pre-scan the bookmarks list to determine an appropriate timeout value? hope to see this updated, thanks!

  • 11.
    Posted by
    Julian
    2005-3-21
    2:24 pm

    perhaps the script could pre-scan the bookmarks list to determine an appropriate timeout value?

    This is what it actually does. The problem is just the del.icio.us API, which allows only one query per second. As far as I understand, this means it takes one second to add one bookmark and so you would have to be very patient to add thousands of bookmarks.

  • 12.
    Posted by
    marco
    2005-3-24
    8:38 am

    Unfortunately it’s not working for me at all. It says uploaded file ok, but doesn’t show any bookmark at all.
    Tried on:
    Firefox 1.01/1.02 Mac OS X
    Firefox 1.01 Win XP

  • 13.
    Posted by
    David Hogg
    2005-3-28
    4:20 am

    The uploader seems to work fine. The only problem I had was when I made a PayPal donation in the middle of the upload procedure. I made the donation, but I could not return to the page listing the bookmarks that were uploaded. I therefore lost track of the uploads completely. How can you get back to the upload page after going to the PayPal site?

  • 14.
    Posted by
    v
    2005-3-30
    11:42 pm

    Awesome dude… I didn’t donate… but visited your sponsers…

  • 15.
    Posted by
    Julian
    2005-3-31
    9:17 am

    Thanks a lot!

  • 16.
    Posted by
    alternapop
    2005-4-1
    5:57 pm

    using firefox on the mac, i can only get the loader to see a few of many bookmarks. all of my bookmarks are in folders and subfolders. i’ve tried various things to hack around it.
    any ideas?

  • 17.
    Posted by
    Sam
    2005-4-3
    9:26 pm

    I agree with Jon (#5 above). It would be great if there was a way to turn folder names into tags. I’ve got 155 bookmarks on this PC alone, all carefully organized into folders which I’d be more than happy to rename as tags. Heck, half of the folder names are single words already, and most of the rest I’d just hyphenate. All that you’d have to do is use an array to hold tags, and push/pop folder names as you enter/leave folders. (BTW, if you’d like to host it, I’ve put together a Perl script that does the reverse, turning del.icio.us bookmarks into a bookmarks.html file for importing. It does some clever tricks to create a sensible hierarchy of folders, unlike some other similar programs.)

  • 18.
    Posted by
    Alexandra
    2005-4-3
    10:02 pm

    Thanks for this great tool. I just want to share a solution to one problem I found:

    When I first tried to upload some bookmarks, it said uploaded file ok but didn’t show any bookmarks – and after some hacking around, I found the workaround: bookmarks with no ADD_DATE won’t be processed, so I simply added that bit of information (ADD_DATE=”1112561407″) and all worked like a charm.

  • 19.
    Posted by
    alternapop
    2005-4-4
    1:14 am

    thanks alexandra, that hint worked for me… i just hacked my firefox exported html file and it finally imported all the links. my bookmark file basically consist of a bunch of lines like this:


    <DT><A HREF="http://www.link.com" ADD_DATE="1112561407" >Link Name</A>
    <DT><A HREF="http://www.link2.com" ADD_DATE="1112561407" >Link 2 Name</A>

    i deleted all of stuff before and after the actual links, leaving only the lines with the links

  • 20.
    Posted by
    Julian
    2005-4-4
    12:09 pm

    hehe… I didn’t know that there would be bookmarks without ADD_DATE…
    The script uses regular expressions to find bookmarks (I don’t know if that’s the best way to do it, but it works for now) and I’ll try change it, so it will grab bookmarks with no ADD_DATE, too.

  • 21.
    Posted by
    StudlyChris
    2005-4-13
    4:21 am

    Worked great for me! I was just concerned that you have to give your username and password to the site in order to pull over your bookmarks. I just hope the guy doesn’t log all of our passwords. Great program though.

    Thanks.

  • 22.
    Posted by
    Michael
    2005-4-28
    8:28 am

    Instead of giving all imported bookmarks tags in one fell swoop, wouldn’t it be easier if we could type the tags in the Keywords part of the bookmarks in Firefox, and then this script would check for this and input the bookmarks accordingly?

  • 23.
    Posted by
    robb
    2005-4-30
    3:31 pm

    Any chance that the uploader will ever populate the del.icio.us tags with the folder names of the firefox bookmarks? That would really be wonderful…

  • 24.
    Posted by
    Xslf
    2005-5-1
    11:38 pm

    I am attempting to use your tools with bookmarks I export from Epiphany (gecko based browser). It says “Uploading file: Okay”, but no bookmarks appear.

    Any ideas what’s wrong?

    Thanks!

  • 25.
    Posted by
    Julian
    2005-5-4
    3:38 pm

    Thanks for using the tool.
    I currently don’t have time for any further development. If I do, I will try to implement some of the features you’re asking for.

    “Uploading file: Okay” is just displayed if a file is received. It doesn’t say anything about it’s content.

    Keep watching this site. And click on some of these nice links in the blue box… :-)

  • 26.
    Posted by
    ernie
    2005-5-11
    8:58 pm

    Thanks. This is just what I’ve been looking for. Works great on Mozilla 1.2.

  • 27.
    Posted by
    Randy
    2005-5-27
    1:52 pm

    I’d like to add my vote for the converting folder names into tags feature. I too have hundreds of bookmarks already organised into folders. I’d probably revist the created tags but at least it’s a starting point rather than starting from scratch.

  • 28.
    Posted by
    Stewart Marshall
    2005-6-22
    6:44 pm

    I had trouble uploading my links. I then changed my password on del.icio.us to one with out a quote – ‘ ‘ in and it all worked find after that!

    Many thanks!

  • 29.
    Posted by
    Gordon
    2005-6-30
    12:52 pm

    Absolute live saver this, thanks so much.

    Question though: what’s with the “added” link at the end of the import batch??

  • 30.
    Posted by
    Julian
    2005-6-30
    1:53 pm

    Do you mean Jobazaar?
    That’s a new website I launched recently. It is added to your del.icio.us account, so that you don’t have to.

  • 31.
    Posted by
    Singpolyma
    2005-7-13
    8:48 am

    What are the chances of you releasing the code at any point? (I’m guessing not good since you haven’t)

  • 32.
    Posted by
    Julian
    2005-8-8
    1:48 pm

    I do not plan to release the code :-(

    And unfortunately (for you) I have to say that I don’t have the time and effort to continue development. Most of the people seem to be satisfied with what the tool does at this stage.

  • 33.
    Posted by
    Paschal Nee
    2005-8-23
    10:30 am

    Very good – does exactly what it says on the tin

  • 34.
    Posted by
    Badrinath.V.S
    2005-9-1
    8:30 am

    Great tool, the interface could have been better.Still it did server my purpose.Have been looking for such a tool for a long time.First attempt only 151 of my 403 bookmarks went into del.icio.us. I had to delete my account and recreate it to try the second time.Even then only 337 went thru, but I guess I will enter the remaining manually.

    Thanks for the tool, not rich enough to donate so shall visit your sponsorers(already visited some when I tried the first time)

  • 35.
    Posted by
    Orx
    2005-9-29
    6:56 pm

    Doesnt work for me at all, i check 1 or 100 of my bookmarks, and when it’s time to post those to delicious, the loader returns an error message for each one of them.

  • 36.
    Posted by
    Orx
    2005-9-29
    7:41 pm

    nevermind that, already figured it out!!! i guess my bookmarks were already uploaded and i forgot to refresh, hence the error when trying to upload them again. Thanks for the tool!

  • [...] The del.icio.us loader | the j-blog [...]

  • [...] It really is the way forward. So once you’ve signed yourself up for an account, use [url=http://www.julian-bez.de/blog/2005/03/08/the-delicious-loader/]this website[/url] to import your bookmarks from Firefox and get cracking! [...]

  • 39.
    Pingback by
    Herr P
    2005-10-21
    2:33 pm

    [...] del.icio.us Loader von Julian Bez

  • 40.
    Posted by
    bussiere
    2005-10-24
    8:16 am

    erf i’ve got a
    Error
    Possible file upload attack! Here’s some debugging info: Array ( [bfile] => Array ( [name] => bookmarks.html [type] => [tmp_name] => [error] => 1 [size] => 0 ) )
    error :/

    thks bussiere

  • 41.
    Posted by
    Domonkos Nagy
    2005-10-31
    6:46 pm

    a standalone application that does the same and includes its source is available at: http://basilar.net/sw/DeliciousPoster.jar

  • 42.
    Posted by
    Itai Raz
    2005-11-20
    1:01 pm

    Upload was successful, however, the result page shows all bookmarks as errors (even though it was successful and the bookmarks were uploaded correctly). If you’d like I have saved a printout of the screen – email me.

  • 43.
    Posted by
    Julian
    2005-11-20
    1:15 pm

    @Itai:

    Bug fixed. Thanks.

  • 44.
    Posted by
    anthony
    2005-12-4
    10:28 pm

    brilliant. ppl like you make the web a better place for everyone else!!!!

  • 45.
    Posted by
    JRoovers
    2005-12-15
    3:43 pm

    There seems to be a problem when your password contains special charachters like & and “, it probably has something to do with htmlspecialchars function… changed my password and everything worked fine …

  • [...] I can thanks to Julian Bez’s new del.icio.us import web-based ap. Kim Siever | 3 Jan 06 | Link |Categories: [...]

  • 47.
    Posted by
    samuel
    2006-1-8
    3:22 am

    You reccomend that users only upload 50 at a time, how about partitioning the bookmarks into bundles of 50 – allowing user to just select that 50 to be safe.

    I would also like to see the link entries numerated, its just easier to reference too.

    with links already organised into folders how about carrying that over during this intermediate process and auto inserting that into the tag entry, it’ll be quicker

    thanks, i really needed this.

  • 48.
    Posted by
    Samuel
    2006-1-12
    2:03 am

    I suggest anyone using FF install the extension called “Tabbrowser Extensions” from http://piro.sakura.ne.jp/xul/tabextensions/index.html.en

    As it will allow any link that is clicked to be automatically openend in a new window, if a link is opened in the same window as editing, when clicking ‘back’, all info seems to wipe, so this is better than selecting ‘open in new window’ from the right click menu.

    Thanks, it does work I now I have my >1500 link online :))

    Samuel, uk

  • 49.
    Posted by
    gary
    2006-1-26
    7:40 pm

    great tool. i have been able to upload bookmarks from a couple machines now. For editing the tags while importing, it would be great if the previously entered tags could be selected or displayed while entering new tags. My bookmarks were pretty diverse, so adding a whole slew of tags takes some time.

  • 50.
    Posted by
    richard
    2006-2-1
    11:08 am

    works great – many thanks :)

  • 51.
    Posted by
    stefan
    2006-2-14
    7:40 pm

    your upload service cancel with the following error message:

    Error
    Possible file upload attack! Here’s some debugging info: Array ( [bfile] => Array ( [name] => bookmarks.html [type] => [tmp_name] => [error] => 1 [size] => 0 ) )

    i’ve many many bookmarks :) damn i want them imported in delicious :-/

  • 52.
    Posted by
    Johno
    2006-2-17
    7:53 pm

    I would love to see your site have the same functionality as the perl script here. Shouldn’t that be pretty easy with a little cgi-bin?

  • 53.
    Posted by
    Scott
    2006-3-6
    3:28 am

    Did not work with Moz 1.7 or firefox 1.5
    Error
    Possible file upload attack! Here’s some debugging info: Array ( [bfile] => Array ( [name] => mars rover.html [type] => [tmp_name] => [error] => 1 [size] => 0 ) )

  • 54.
    Posted by
    Ac_Me
    2006-3-8
    6:42 am

    Great tool, thanks

  • 55.
    Posted by
    chutney
    2006-3-11
    6:20 pm

    Trying to get my Google Reader sites into delicious using your tool, with no success. I select the file, press upload, and it doesn’t pull any of the links.

    I’ve tried editing the opml that Google Reader generates (which seems to be xhtml-ized) in case that was the trick. But no dice.

    Any ideas?

  • 56.
    Posted by
    chutney
    2006-3-11
    6:21 pm

    Oh, and it worked great with my Firefox bookmarks (a couple months back).

  • [...] Source [...]

  • 58.
    Posted by
    Titab
    2006-4-23
    8:25 am

    Mate, I am gonna test it now and then I’ll let you know if something is missing

  • 59.
    Posted by
    David Hatch
    2006-8-7
    9:26 pm

    I can’t seem to find a link to the tool. Can someone post the link?

  • 60.
    Posted by
    mike
    2006-8-24
    2:56 am
  • 61.
    Posted by
    Renidea
    2006-8-31
    4:28 pm

    Thank you so much Mike for posting that link, I was begining to think the del.icio.us import tool was a myth :)

  • [...] UPDATE: Oh, and one more thing. If you need to add your existing firefox bookmarks into del.cio.us, check out the del.icio.us loader. It allows you to import all your firefox bookmarks into delicious while adding all the tags you wish. Also, check out this link for bunches of info on getting your del.icio.us experience on the up! Browser Stuffs Free bies Free Stuff Ratings [...]

  • 63.
    Trackback by
    wagthis.com
    2007-1-5
    12:12 am

    The del.icio.us loader | the j-blog…

  • 64.
    Pingback by
    water veiled - delicious
    2007-1-20
    9:50 am

    [...] Jun. 6th, 2005 at 12:16 PM Mmm, del.icio.us. Need to link more crap.[EDIT] Thanks to the del.icio.us loader, I’ve managed to upload all my bookmarks. Have I mentioned that I heart Firefox?Unfortunately, they’re not all sorted yet. Sorry. I’ll update when they are. [...]

  • 65.
    Posted by
    lbco
    2007-2-11
    3:56 pm

    Great, thanks

Leave a comment

Your e-mail address will never be displayed.

(required)

(required)



Navigation



© Copyright Julian Bez 2010. All rights reserved, unless otherwise mentioned.
For your convenience: All times are GMT.
Built with valid things such as XHTML and CSS.

PLEASE NOTE: This site will look much better in a browser that supports web standards, but it is accessible to any browser or Internet device. more info...