From e24c6a2cad556e51e83b9f9c6edbda72d55550ca Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Sun, 3 Dec 2017 15:20:51 +0100 Subject: [PATCH] Add description meta tags to documentation --- docs/as-module.rst | 5 +++++ docs/index.rst | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/docs/as-module.rst b/docs/as-module.rst index e047434..179412e 100644 --- a/docs/as-module.rst +++ b/docs/as-module.rst @@ -1,3 +1,8 @@ +.. meta:: + :description: + Instaloader can also be used as a powerful and easy-to-use + Python API for Instagram, allowing to download media and metadata. + Python Module :mod:`instaloader` -------------------------------- diff --git a/docs/index.rst b/docs/index.rst index 7688b40..3f3e95f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,3 +1,9 @@ +.. meta:: + :description: + Command line tool to download pictures (and videos) from Instagram. + Instaloader downloads public and private profiles, hashtags, user stories, + feeds, comments, geotags, captions and other metadata of each post. + Instaloader ===========