-
Notifications
You must be signed in to change notification settings - Fork 7.7k
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
feat(twitter): only display tweets that contains a media #17310
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Successfully generated as following: http://localhost:1200/twitter/home - Failed ❌
http://localhost:1200/twitter/likes/DIYgod - Failed ❌
http://localhost:1200/twitter/list/221172095 - Failed ❌
|
github-actions
bot
added
the
Auto: Route Test Complete
Auto route test has finished on given PR
label
Oct 25, 2024
TonyRL
reviewed
Oct 26, 2024
Co-authored-by: Tony <TonyRL@users.noreply.github.com>
Successfully generated as following: http://localhost:1200/twitter/home - Failed ❌
http://localhost:1200/twitter/likes/DIYgod - Failed ❌
http://localhost:1200/twitter/list/221172095 - Failed ❌
|
Rakambda
force-pushed
the
feat/twitter-only-media
branch
from
October 26, 2024 16:47
3e723a0
to
8c5946b
Compare
Successfully generated as following: http://localhost:1200/twitter/home - Failed ❌
http://localhost:1200/twitter/likes/DIYgod - Failed ❌
http://localhost:1200/twitter/list/221172095 - Failed ❌
|
artefaritaKuniklo
pushed a commit
to artefaritaKuniklo/RSSHub
that referenced
this pull request
Dec 13, 2024
* feat: only display tweets that contains a media * Use lambda to simplify filtering * wording: media is uncountable ---------
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Involved Issue / 该 PR 相关 Issue
Close #
Example for the Proposed Route(s) / 路由地址示例
New RSS Route Checklist / 新 RSS 路由检查表
Puppeteer
Note / 说明
Add an option to only display tweets that contains a media. Effectively this excludes "text only" tweets, but as the filtering itself is mroe "keep only medias" I prefered to name it that way. I don't know your preferences about it.
Didn't add this option to the
user
route as there is themedia
route that basically does the same.Added info in the params table, though as it isn't added to every route I'm not too sure (though same params in that list are not on all routes anyways).