commit: 7e7a028aa4108f5ce455fda88dfdcee13b3b7578
parent e70a5e656685eb68d47583cdd1bac963f9ecacf3
Author: Mel Shafer <melaniewshafer@gmail.com>
Date: Sun, 30 Oct 2016 14:12:36 -0400
[README.md] Fix a typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -1083,7 +1083,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: