-
-
Notifications
You must be signed in to change notification settings - Fork 975
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[REQUEST] Twitter extractor option to ignore media in replies #705
Comments
Doesn't this already happen when downloading from a user's media timeline, i.e. |
Still download the media from replies here
|
There is now a |
Should this maybe made a default for Twitter? |
Probably, and it should also be exposed as a regular option like |
"Regular option" done, but I'm still keeping replies enabled for the time being. |
@mikf thanks for making the filter. Could you also consider making a filter for these videos from other accounts? |
Should it be off by default? While it's pretty cool that it can filter out a bunch of reaction images, I find that it has the potential to skip out on actual content from the user as well (posted as replies), and for some reason also seems to be omitting gifs/videos from threaded tweets, which is weird. |
Wait what? If a user posts a reply, on his own account, to his own tweet, this counts as such a reply as well, there is no differentiation on Twitter's side? |
It appears to be that way, sometimes users will use the reply function if they update a tweet with more content later on, so it won't always be a threaded tweet. It does not seem to matter whether they reply to themselves or another user. An option to filter out only the latter would be useful indeed, because 99% of the time they're just reaction images of some sort. |
Chiming in 2 years later and this doesn't seem to work. I try that and get:
Also tried "not reply_to" which did the same error, and checked the twitter extractor file to see if there was any other sort of flag for it, though I'm extremely new to the codebase and have no idea what I'm looking for. And it still seems the default option is to download reply-tweets, even in Edit: Apologies as well for the necro-post. But this seemed to be the most applicable issue that already well documents my problem without making an entire duplicate issue for it. |
The metadata field name to filter replies by got changed to
There is also a |
I want to download only the media that the user has posted to all of his followers, ignoring any media attached to tweets in response to a specific user. I tried to use the -K option to find out if I could use a filter to ignore replies. As I didn't find it, I hope that it is possible for you to implement this option. Thank you!
The text was updated successfully, but these errors were encountered: