Skip to content
This repository has been archived by the owner on Jul 19, 2020. It is now read-only.
/ scrap-delicious Public archive

A tool to easily backup your Del.icio.us bookmarks

Notifications You must be signed in to change notification settings

JackNUMBER/scrap-delicious

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ Until July 15, 2020 the Delicious website is down, this tool will not working anymore.


Backup your favorites from De.licio.us

This code help you to export your Delicious bookmarks in different file formats.

Why

During a long time Delicious was blocking the data exportation (to keep us traped maybe...) then I needed a solution, so I built it. Now you can do it here (login needed). (nope, the website is down)

Working demo

https://scrap-delicious.herokuapp.com

How it works

This code will parse page's HTML one by one to retrieve your data and build a file with the extracted data.

  • Put the .php files on a web server and run index.php
  • ( Currently Simple HTML DOM Parser is already included in the repo )
  • On the page, enter your username and click on the button to run the script
  • Fetch all pages can take a while

I'm not comfortable with code, how can I do? Use the working online demo ;)

Download formats

You can download 2 differents output:

  • Type 1 is built with <ul><li>s and used by browsers and main bookmarks manager.
  • Type 2 is built with <DL><DT>s and used by Instapaper or Pocket.

About

A tool to easily backup your Del.icio.us bookmarks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages