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.
65 Comments on “The del.icio.us loader”
Leave a comment
Your e-mail address will never be displayed.


Posted by
petros
2005-3-11
2:50 pm
that is great i was looking for that all the time, good work
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.
Posted by
John
2005-3-11
4:29 pm
Thanks man, this works great! Don’t put commas between tag names though.
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
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.
Posted by
vex
2005-3-15
9:44 pm
Only imported 59 bookmarks out of more than a hundred. :(
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.
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.
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.
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!
Posted by
Julian
2005-3-21
2:24 pm
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.
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
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?
Posted by
v
2005-3-30
11:42 pm
Awesome dude… I didn’t donate… but visited your sponsers…
Posted by
Julian
2005-3-31
9:17 am
Thanks a lot!
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?
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.)
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.
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
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.
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.
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?
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…
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!
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… :-)
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.
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.
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!
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??
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.
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)
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.
Posted by
Paschal Nee
2005-8-23
10:30 am
Very good – does exactly what it says on the tin
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)
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.
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!
Pingback by
Join the Digirati » Blog Archive » The del.icio.us loader | the j-blog
2005-10-10
4:23 am
[...] The del.icio.us loader | the j-blog [...]
Pingback by
MrBelshaw.co.uk/ Teaching » Del.icio.us
2005-10-10
9:26 pm
[...] 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! [...]
Pingback by
Herr P
2005-10-21
2:33 pm
[...] del.icio.us Loader von Julian Bez
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
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
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.
Posted by
Julian
2005-11-20
1:15 pm
@Itai:
Bug fixed. Thanks.
Posted by
anthony
2005-12-4
10:28 pm
brilliant. ppl like you make the web a better place for everyone else!!!!
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 …
Pingback by
Hot Pepper Blog » Import Firefox Bookmarks into del.icio.us
2006-1-3
7:22 pm
[...] I can thanks to Julian Bez’s new del.icio.us import web-based ap. Kim Siever | 3 Jan 06 | Link |Categories: [...]
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.
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
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.
Posted by
richard
2006-2-1
11:08 am
works great – many thanks :)
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 :-/
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?
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 ) )
Posted by
Ac_Me
2006-3-8
6:42 am
Great tool, thanks
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?
Posted by
chutney
2006-3-11
6:21 pm
Oh, and it worked great with my Firefox bookmarks (a couple months back).
Pingback by
le blog de davidtouvet.com » Blog Archive » del.icio.us: del.icio.us loader importe vos bookmarks Firefox
2006-3-13
5:38 am
[...] Source [...]
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
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?
Posted by
mike
2006-8-24
2:56 am
the del.icio.us tool is at http://del.icio.us/settings/your_username/import
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 :)
Pingback by
i’m a richardson daht cahm » Blog Archive » Del.icio.us gets # # # # + (that’s 4.5 out of 5 octothorps … it’s a rating …)
2006-9-24
3:02 am
[...] 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 [...]
Trackback by
wagthis.com
2007-1-5
12:12 am
The del.icio.us loader | the j-blog…
…
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. [...]
Posted by
lbco
2007-2-11
3:56 pm
Great, thanks