Skip to content

Commit d246295

Browse files
committed
Update
1 parent 4749216 commit d246295

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -79,31 +79,31 @@ Where the output will be something like:
7979

8080
Here is a list of the metadata that **metascraper** collects by default:
8181

82-
- `author` — eg. **Noah Kulwin**<br/>
82+
- `author` — eg. *Noah Kulwin*<br/>
8383
A human-readable representation of the author's name.
8484

85-
- `date` — eg. **2016-05-27T00:00:00.000Z**<br/>
85+
- `date` — eg. *2016-05-27T00:00:00.000Z*<br/>
8686
An [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) representation of the date the article was published.
8787

88-
- `description` — eg. **Venture capitalists are raising money at the fastest rate...**<br/>
88+
- `description` — eg. *Venture capitalists are raising money at the fastest rate...*<br/>
8989
The publisher's chosen description of the article.
9090

91-
- `image` — eg. **https://assets.entrepreneur.com/content/3x2/1300/20160504155601-GettyImages-174457162.jpeg**<br/>
91+
- `image` — eg. *https://assets.entrepreneur.com/content/3x2/1300/20160504155601-GettyImages-174457162.jpeg*<br/>
9292
An image URL that best represents the article.
9393

94-
- `lang` — eg. **en**<br/>
94+
- `lang` — eg. *en*<br/>
9595
An [ISO 639-1](https://en.wikipedia.org/wiki/ISO_639-1) representation of the url content language.
9696

97-
- `logo` — eg. **https://entrepreneur.com/favicon180x180.png**<br/>
97+
- `logo` — eg. *https://entrepreneur.com/favicon180x180.png*<br/>
9898
An image URL that best represents the publisher brand.
9999

100-
- `publisher` — eg. **Fast Company**<br/>
100+
- `publisher` — eg. *Fast Company*<br/>
101101
A human-readable representation of the publisher's name.
102102

103-
- `title` — eg. **Meet Wall Street's New A.I. Sheriffs**<br/>
103+
- `title` — eg. *Meet Wall Street's New A.I. Sheriffs*<br/>
104104
The publisher's chosen title of the article.
105105

106-
- `url` — eg. **http://motherboard.vice.com/read/google-wins-trial-against-oracle-saves-9-billion**<br/>
106+
- `url` — eg. *http://motherboard.vice.com/read/google-wins-trial-against-oracle-saves-9-billion*<br/>
107107
The URL of the article.
108108

109109
## How it works

0 commit comments

Comments
 (0)