drastic Posted July 16 Share Posted July 16 Would love to have a grabber for X, if anyone's made it yet. Quote Link to comment Share on other sites More sharing options...
Tech Support Posted July 16 Share Posted July 16 This grabber is supported by yt-dlp: https://github.com/yt-dlp/yt-dlp/blob/master/yt_dlp/extractor/twitter.py So you can try using Default Videos grabber for it, most likely will work. 1 Quote Link to comment Share on other sites More sharing options...
drastic Posted July 31 Author Share Posted July 31 Gave it a try using x.com and twitter.com. Got this message in the task log: -------------------------------------- 6090.txt [2024-07-31 17:35:02] INFO Starting new import 56172392 with 1 threads [2024-07-31 17:35:02] INFO Starting import thread 1 [2024-07-31 17:36:02] INFO 100% done (1 of 1) -------------------------------------- 6090_1.txt [Thread 1] [2024-07-31 17:35:02] Started import 56172392 [Thread 1] [2024-07-31 17:35:02] Import thread has 1 lines to process [Thread 1] [2024-07-31 17:35:02] Started line #1 [Thread 1] [2024-07-31 17:35:02] Grabbing gallery https://twitter.com/blah blah blah... [Thread 1] [2024-07-31 17:35:02] Using grabber Videos default [Thread 1] [2024-07-31 17:35:08] /usr/local/bin/yt-dlp --no-check-certificates --dump-json 'https://twitter.com/twitter.com/blah blah blah... DeprecationWarning: Support for Python version 3.6 has been deprecated. See https://github.com/yt-dlp/yt-dlp/issues/3764 for more details. You will no longer receive updates on this version! Please update to Python 3.7 or above ERROR: [twitter] 1818739213980123408: Unable to download JSON metadata: HTTP Error 404: Not Found (caused by <HTTPError 404: 'Not Found'>); please report this issue on https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using yt-dlp -U [Thread 1] [2024-07-31 17:35:08] ERROR: grabber was not able to grab video files [Thread 1] [2024-07-31 17:35:08] Finished Quote Link to comment Share on other sites More sharing options...
Tech Support Posted August 1 Share Posted August 1 I think you may be using old yt-dlp version. It has dropped support for Python 3.6 some time ago, and in your case it shows a warning about deprecation. New yt-dlp versions will not work on Python 3.6 at all. So you need to update your Python version and then update yt-dlp library. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.