[README.md] Fix a typo

This commit is contained in:
Mel Shafer 2016-10-30 14:12:36 -04:00 committed by Sergey M
parent e70a5e6566
commit 7e7a028aa4

View File

@ -1083,7 +1083,7 @@ #### Example
title = meta['title']
```
If `title` disappeares from `meta` in future due to some changes on the hoster's side the extraction would fail since `title` is mandatory. That's expected.
If `title` disappears from `meta` in future due to some changes on the hoster's side the extraction would fail since `title` is mandatory. That's expected.
Assume that you have some another source you can extract `title` from, for example `og:title` HTML meta of a `webpage`. In this case you can provide a fallback scenario: