[GH-ISSUE #28] Link Parsing: Add support for OneTab bookmark exports #20

Closed
opened 2026-03-01 14:39:54 +03:00 by kerem · 4 comments
Owner

Originally created by @compliment on GitHub (Jun 30, 2017).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/28

https://www.one-tab.com/

Originally created by @compliment on GitHub (Jun 30, 2017). Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/28 https://www.one-tab.com/
kerem closed this issue 2026-03-01 14:39:54 +03:00
Author
Owner

@pirate commented on GitHub (Jun 30, 2017):

Onetab exports are super simple, just a list of URLS and titles. Unfortunately they don't have timestamps, so we'll have to make some up or come up with a different uuid for each archive (hash of the url maybe?).

Sample:

http://yelouafi.github.io/redux-saga/docs/recipes/index.html | Recipes | redux-saga
http://grater.sweeting.me:3000/channel/general | Rocket.Chat
http://grater.sweeting.me:3000/channel/general | Rocket.Chat
http://grater.sweeting.me:3000/channel/general | Rocket.Chat
https://grater.l/ | Home | Grater
https://fonts.google.com/?selection.family=Playfair+Display | Google Fonts
<!-- gh-comment-id:312314523 --> @pirate commented on GitHub (Jun 30, 2017): Onetab exports are super simple, just a list of URLS and titles. Unfortunately they don't have timestamps, so we'll have to make some up or come up with a different uuid for each archive (hash of the url maybe?). Sample: ``` http://yelouafi.github.io/redux-saga/docs/recipes/index.html | Recipes | redux-saga http://grater.sweeting.me:3000/channel/general | Rocket.Chat http://grater.sweeting.me:3000/channel/general | Rocket.Chat http://grater.sweeting.me:3000/channel/general | Rocket.Chat https://grater.l/ | Home | Grater https://fonts.google.com/?selection.family=Playfair+Display | Google Fonts ```
Author
Owner

@compliment commented on GitHub (Jul 4, 2017):

Yeah, and one-tab shared urls like this one
It's like a webpage though.
wget stucks at one-tab.com domain resolution for some reason.

<!-- gh-comment-id:312845216 --> @compliment commented on GitHub (Jul 4, 2017): Yeah, and one-tab shared urls like [this one](https://www.one-tab.com/page/q25wyJ0MQDKVVSgwLOtdjg) It's like a webpage though. wget stucks at one-tab.com domain resolution for some reason.
Author
Owner

@pirate commented on GitHub (Jul 4, 2017):

wget had a bug in a recent version that stopped it from resolving a ton of totally valid urls, upgrading it to 1.9.1_1 fixed it for me instantly.

<!-- gh-comment-id:312857041 --> @pirate commented on GitHub (Jul 4, 2017): wget had a bug in a recent version that stopped it from resolving a ton of totally valid urls, upgrading it to 1.9.1_1 fixed it for me instantly.
Author
Owner

@pirate commented on GitHub (Jan 30, 2019):

This should be working now with the new full-text link parser. If you try it, let me know if it doesn't work and I'll reopen this ticket.

<!-- gh-comment-id:458872119 --> @pirate commented on GitHub (Jan 30, 2019): This should be working now with the new full-text link parser. If you try it, let me know if it doesn't work and I'll reopen this ticket.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ArchiveBox#20
No description provided.