mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-11 17:51:02 +00:00
Add Readability import
Based on the JSON export instead of the API (which will be shutting down by the September 30, 2016)
This commit is contained in:
parent
cdd3010b47
commit
03e3753f6b
6 changed files with 328 additions and 0 deletions
25
tests/Wallabag/ImportBundle/fixtures/readability.json
Normal file
25
tests/Wallabag/ImportBundle/fixtures/readability.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"bookmarks": [
|
||||
{
|
||||
"article__excerpt": "When Twitter started it had so much promise to change the way we communicate. But now it has been ruined by the amount of garbage and hate we have to wade through. It’s like that polluted…",
|
||||
"favorite": false,
|
||||
"date_archived": null,
|
||||
"article__url": "https://venngage.com/blog/hashtags-are-worthless/",
|
||||
"date_added": "2016-08-25T12:05:00",
|
||||
"date_favorited": null,
|
||||
"article__title": "We Looked At 167,943 Tweets & Found Out Hashtags Are Worthless",
|
||||
"archive": false
|
||||
},
|
||||
{
|
||||
"article__excerpt": "TL;DR: Re-use your DOM elements and remove the ones that are far away from the viewport. Use placeholders to account for delayed data. Here’s a demo and the code for the infinite…",
|
||||
"favorite": false,
|
||||
"date_archived": "2016-08-26T12:21:54",
|
||||
"article__url": "https://developers.google.com/web/updates/2016/07/infinite-scroller?imm_mid=0e6839&cmp=em-webops-na-na-newsltr_20160805",
|
||||
"date_added": "2016-08-06T05:35:26",
|
||||
"date_favorited": null,
|
||||
"article__title": "Complexities of an infinite scroller | Web Updates",
|
||||
"archive": true
|
||||
}
|
||||
],
|
||||
"recommendations": []
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue