release 2016.10.31

This commit is contained in:
Sergey M․ 2016-10-31 01:36:53 +07:00
parent 7e7a028aa4
commit 2c6da7df4a
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D
3 changed files with 5 additions and 5 deletions

View file

@ -245,7 +245,7 @@ Say `meta` from the previous example has a `title` and you are about to extract
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: