[twitter] add option to extract TwitPic embeds (#579)

This commit is contained in:
Mike Fährmann
2020-01-18 21:26:46 +01:00
parent 254f7c3999
commit 25d5ec4ff3
3 changed files with 38 additions and 1 deletions

View File

@@ -1067,6 +1067,15 @@ Description Extract images from retweets.
=========== =====
extractor.twitter.twitpic
-------------------------
=========== =====
Type ``bool``
Default ``false``
Description Extract `TwitPic <https://twitpic.com/>`__ embeds.
=========== =====
extractor.twitter.videos
------------------------
=========== =====

View File

@@ -144,6 +144,7 @@
{
"content": false,
"retweets": true,
"twitpic": false,
"videos": false
},
"vsco":