[twitter] support 'article' media (#8995)

This commit is contained in:
Mike Fährmann
2026-02-06 19:52:33 +01:00
parent 7a98a93a8e
commit 98ef34a9be
3 changed files with 46 additions and 0 deletions

View File

@@ -6355,6 +6355,16 @@ Description
Fetch media from promoted Tweets.
extractor.twitter.articles
--------------------------
Type
``bool``
Default
``true``
Description
Download media embedded in articles.
extractor.twitter.cards
-----------------------
Type

View File

@@ -873,6 +873,7 @@
"cookies" : null,
"ads" : false,
"articles" : true,
"cards" : false,
"cards-blacklist": [],
"csrf" : "cookies",