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,