Skip to content
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

[Twitter] Replies to deleted tweets return no data #6232

Closed
biggestsonicfan opened this issue Sep 26, 2024 · 2 comments
Closed

[Twitter] Replies to deleted tweets return no data #6232

biggestsonicfan opened this issue Sep 26, 2024 · 2 comments

Comments

@biggestsonicfan
Copy link

biggestsonicfan commented Sep 26, 2024

Example: gallery-dl -j https://x.com/fNChmuSufMt9dPQ/status/1667987489200689152

I'm trying to get the original user that this tweet replied to but was surprised that gallery-dl can't actually touch any of it's info even though it still exists as a stand-alone tweet.

EDIT: Seems like twitter-card-validator can still pull info. I am unsure where it's getting it from:

Screenshot 2024-09-25 175812

@mikf
Copy link
Owner

mikf commented Sep 26, 2024

For Twitter, you need to enable text-tweets to get gallery-dl to produce data for Tweets without media.

$ gallery-dl -j https://x.com/fNChmuSufMt9dPQ/status/1667987489200689152
[]

$ gallery-dl -j -o text-tweets=1 https://x.com/fNChmuSufMt9dPQ/status/1667987489200689152
[
  [
    2,
    {
      "author": {
        "date": "2017-03-28 11:16:48",
        "description": "FGOとウマ娘、とあるIF等色々楽しんでいます! アーマドコア6、ポケモンも遊んでます、ハチャウマとガンダムブレイカーめっちゃ楽しい!!変なアカウントやスパムからのいいね等に報告、ブロックする場合がございます、ご了承ください",
        ...

@biggestsonicfan
Copy link
Author

I swear I had text-tweets set to true in config specially for this test... Now I tried it again, and yes, it's working. Big oopsie on my part. Thank you...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants