We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a796dd commit 300ae34Copy full SHA for 300ae34
index.js
@@ -30,7 +30,9 @@ var ITEM_FIELDS = [
30
'pubDate',
31
'author',
32
'content:encoded',
33
- 'enclosure'
+ 'enclosure',
34
+ 'dc:creator',
35
+ 'dc:date'
36
];
37
var PODCAST_ITEM_FIELDS = [
38
test/output/instant-article.json
@@ -6,6 +6,8 @@
6
"link": "https://localhost:8000",
7
"pubDate": "Wed, 04 May 2016 06:53:45 GMT",
8
"content:encoded": "<b>Lorem</b> ipsum",
9
+ "dc:creator": "tobi",
10
+ "dc:date": "2016-05-04T06:53:45Z",
11
"content": "Lorem ipsum",
12
"contentSnippet": "Lorem ipsum",
13
"guid": "https://localhost:8000"
0 commit comments