[twitter] add experimental 'videos' option (#99)

Enabling this option will detect videos in tweets and output them as
"unsupported" URLs, so that these can then be downloaded with youtube-dl

There are a lot of improvements to be made to the current
implementation, but it works and does what it is supposed to, even if
inefficient as can be ...
This commit is contained in:
Mike Fährmann
2018-09-30 18:41:39 +02:00
parent 5507f5ce2e
commit f8b3b00249
3 changed files with 24 additions and 8 deletions

View File

@@ -110,7 +110,8 @@
},
"twitter":
{
"retweets": true
"retweets": true,
"videos": false
},
"booru":
{