Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions cli-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -23040,7 +23040,7 @@
{
"site": "twitter",
"name": "download",
"description": "Download Twitter/X media (images and videos). Provide either <username> to scan a profile's media tab, or --tweet-url to download a single tweet.",
"description": "Download Twitter/X media (images and videos). Provide either <username> to fetch every media item from their profile via the GraphQL UserMedia endpoint with cursor pagination, or --tweet-url to download a single tweet.",
"access": "read",
"domain": "x.com",
"strategy": "cookie",
Expand All @@ -23051,7 +23051,7 @@
"type": "str",
"required": false,
"positional": true,
"help": "Twitter username (with or without @) to scan their /media tab. Either <username> or --tweet-url is required."
"help": "Twitter username (with or without @) to scan their profile media. Either <username> or --tweet-url is required."
},
{
"name": "tweet-url",
Expand All @@ -23076,6 +23076,8 @@
],
"columns": [
"index",
"tweet_id",
"url",
"type",
"status",
"size"
Expand Down
Loading
Loading