aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/ImportBundle/fixtures/readability-read.json
diff options
context:
space:
mode:
authorJeremy Benoist <j0k3r@users.noreply.github.com>2016-09-01 14:18:48 +0200
committerGitHub <noreply@github.com>2016-09-01 14:18:48 +0200
commitbd8c13e8b028bba7e8222c7e3f410e4444c794c5 (patch)
treef8fc8c534433e1fa1bb4e72cbf0eff0fde69d1ac /tests/Wallabag/ImportBundle/fixtures/readability-read.json
parentcdd3010b478c9ca818dd6d22d03c81ef4a5ab208 (diff)
parentdc9d76b4906c34a79fbfa6255814f267082033d5 (diff)
downloadwallabag-bd8c13e8b028bba7e8222c7e3f410e4444c794c5.tar.gz
wallabag-bd8c13e8b028bba7e8222c7e3f410e4444c794c5.tar.zst
wallabag-bd8c13e8b028bba7e8222c7e3f410e4444c794c5.zip
Merge pull request #2255 from wallabag/readability
Add Readability import
Diffstat (limited to 'tests/Wallabag/ImportBundle/fixtures/readability-read.json')
-rw-r--r--tests/Wallabag/ImportBundle/fixtures/readability-read.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/tests/Wallabag/ImportBundle/fixtures/readability-read.json b/tests/Wallabag/ImportBundle/fixtures/readability-read.json
new file mode 100644
index 00000000..c60767dc
--- /dev/null
+++ b/tests/Wallabag/ImportBundle/fixtures/readability-read.json
@@ -0,0 +1,25 @@
1{
2 "bookmarks": [
3 {
4 "article__excerpt": "This is a guest post from Moritz Beller from the Delft University of Technology in The Netherlands. His team produced amazing research on several million Travis CI builds, creating invaluable&hellip;",
5 "favorite": false,
6 "date_archived": "2016-08-02T06:49:30",
7 "article__url": "https://blog.travis-ci.com/2016-07-28-what-we-learned-from-analyzing-2-million-travis-builds/",
8 "date_added": "2016-08-01T05:24:16",
9 "date_favorited": null,
10 "article__title": "Travis",
11 "archive": true
12 },
13 {
14 "article__excerpt": "The GraphQL Type system describes the capabilities of a GraphQL server and is used to determine if a query is valid. The type system also describes the input types of query variables to determine if&hellip;",
15 "favorite": false,
16 "date_archived": "2016-07-19T06:48:31",
17 "article__url": "https://facebook.github.io/graphql/",
18 "date_added": "2016-06-24T17:50:16",
19 "date_favorited": null,
20 "article__title": "GraphQL",
21 "archive": true
22 }
23 ],
24 "recommendations": []
25}