From 0138e9c1d885a53fce19a1d3ba5182dcd1626bd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Thu, 4 Jun 2020 01:24:21 +0200 Subject: [PATCH] [twitter] remove 'content' option The text content of each tweet is always available as 'full_text' --- docs/configuration.rst | 9 --------- docs/gallery-dl.conf | 1 - 2 files changed, 10 deletions(-) diff --git a/docs/configuration.rst b/docs/configuration.rst index 71067992..69829735 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -1192,15 +1192,6 @@ Description A (comma-separated) list of post types to extract images, etc. from. =========== ===== -extractor.twitter.content -------------------------- -=========== ===== -Type ``bool`` -Default ``false`` -Description Extract tweet text as ``content`` metadata. -=========== ===== - - extractor.twitter.replies ------------------------- =========== ===== diff --git a/docs/gallery-dl.conf b/docs/gallery-dl.conf index c120d25b..6a4790f9 100644 --- a/docs/gallery-dl.conf +++ b/docs/gallery-dl.conf @@ -151,7 +151,6 @@ }, "twitter": { - "content": false, "replies": true, "retweets": true, "twitpic": false,