- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 592
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
Netscape Cookies #1249
Labels
bug
Something isn't working
Comments
This issue has been closed and labeled as wontfix. Please see issue #733 for more details. |
gif is not supported |
It's Supported, I can download it |
According to the log, you're trying to download the audio from the video which cause the error |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Checklist
Describe the bug
I wanted to download a gif from Twitter and I got this error
To Reproduce
1.Configuration
2.Network and Internet
3.Cookies
4.Create new Cookies
5.Sign in to Twitter
6.Copy link
7.Ready
8.Paste
9.Download
Error reports
App version: 1.10.0 (11000)
Device information: Android 13 (API 33)
Supported ABIs: [arm64-v8a, armeabi-v7a, armeabi]
Yt-dlp version: 2023.12.26.232752
URL: https://x.com/GuilhermeRM_69/status/1740543157207433584?s=20
[debug] Command-line config: ['--no-mtime', '--cookies', '/data/user/0/com.junkfood.seal/cache/cookies.txt', '--add-header', 'User-Agent:Mozilla/5.0 (Linux; Android 13; CPH2365 Build/TP1A.220905.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/111.0.5563.116 Mobile Safari/537.36', '-v', '--no-playlist', '--concurrent-fragments', '24', '-x', '-f', 'http-832', '--embed-metadata', '--embed-thumbnail', '--convert-thumbnails', 'jpg', '--convert-thumbnails', 'png', '--parse-metadata', '%(release_year,upload_date)s:%(meta_date)s', '--parse-metadata', '%(album,title)s:%(meta_album)s', '--write-thumbnail', '-P', '/storage/emulated/0/Download/Seal/Audio', '-P', 'temp:/data/user/0/com.junkfood.seal/cache/tmp', '-o', '%(title).200B [%(id)s].%(ext)s', '--no-cache-dir', '--ffmpeg-location', '/data/app/~~33xVWvdRwe27JP0AYfdWUQ==/com.junkfood.seal-3Q1Vr0SVlwAhZ8ugjyqwKw==/lib/arm64/libffmpeg.so', 'https://x.com/GuilhermeRM_69/status/1740543157207433584?s=20']
[debug] Encodings: locale UTF-8, fs utf-8, pref UTF-8, out utf-8 (No ANSI), error utf-8 (No ANSI), screen utf-8 (No ANSI)
[debug] yt-dlp version nightly@2023.12.26.232752 from yt-dlp/yt-dlp-nightly-builds [225cf2b83] (zip)
[debug] Python 3.8.0 (CPython aarch64 64bit) - Linux-4.19.152-perf+-aarch64-with-libc (OpenSSL 1.1.1t 7 Feb 2023, libc)
[debug] exe versions: ffmpeg 5.1 (setts), ffprobe 5.1
[debug] Optional libraries: Cryptodome-3.17, mutagen-1.46.0, sqlite3-3.30.1
[debug] Proxy map: {}
[debug] Request Handlers: urllib
[debug] Loaded 1798 extractors
[debug] [twitter] Extracting from video info: 1740543146562367490
[debug] Sort order given by extractor: res, proto:m3u8, br, size
[debug] Formats sorted by: hasvid, ie_pref, res, proto:m3u8(8), br, size, lang, quality, fps, hdr:12(7), vcodec:vp9.2(10), channels, acodec, asr, vext, aext, hasaud, source, id
[debug] Searching for '(?P<meta_date>.+)' in '%(release_year,upload_date)s'
[debug] Searching for '(?P<meta_album>.+)' in '%(album,title)s'
[debug] ffmpeg command line: '/data/app/~~33xVWvdRwe27JP0AYfdWUQ==/com.junkfood.seal-3Q1Vr0SVlwAhZ8ugjyqwKw==/lib/arm64/libffmpeg.so' -y -loglevel repeat+info -f image2 -pattern_type none -i 'file:/data/user/0/com.junkfood.seal/cache/tmp/GuilhermeRM_nsfw🔞 Commissions PAUSE - Pixel commission for @xlb_ffxiv [1740543146562367490].jpg' -update 1 -movflags +faststart 'file:/data/user/0/com.junkfood.seal/cache/tmp/GuilhermeRM_nsfw🔞 Commissions PAUSE - Pixel commission for @xlb_ffxiv [1740543146562367490].png'
[debug] Invoking http downloader on "https://video.twimg.com/ext_tw_video/1740543146562367490/pu/vid/avc1/540x540/gj-IwlBgpIGLMV5o.mp4?tag=12"
[debug] ffmpeg command line: '/data/app/~~33xVWvdRwe27JP0AYfdWUQ==/com.junkfood.seal-3Q1Vr0SVlwAhZ8ugjyqwKw==/lib/arm64/libffprobe.so' -show_streams 'file:/data/user/0/com.junkfood.seal/cache/tmp/GuilhermeRM_nsfw🔞 Commissions PAUSE - Pixel commission for @xlb_ffxiv [1740543146562367490].mp4'
ERROR: Postprocessing: WARNING: unable to obtain file audio codec with ffprobe
Traceback (most recent call last):
File "/data/user/0/com.junkfood.seal/no_backup/youtubedl-android/yt-dlp/yt-dlp/yt_dlp/YoutubeDL.py", line 3489, in process_info
replace_info_dict(self.post_process(dl_filename, info_dict, files_to_move))
File "/data/user/0/com.junkfood.seal/no_backup/youtubedl-android/yt-dlp/yt-dlp/yt_dlp/YoutubeDL.py", line 3669, in post_process
info = self.run_all_pps('post_process', info, additional_pps=info.get('__postprocessors'))
File "/data/user/0/com.junkfood.seal/no_backup/youtubedl-android/yt-dlp/yt-dlp/yt_dlp/YoutubeDL.py", line 3651, in run_all_pps
info = self.run_pp(pp, info)
File "/data/user/0/com.junkfood.seal/no_backup/youtubedl-android/yt-dlp/yt-dlp/yt_dlp/YoutubeDL.py", line 3629, in run_pp
files_to_delete, infodict = pp.run(infodict)
File "/data/user/0/com.junkfood.seal/no_backup/youtubedl-android/yt-dlp/yt-dlp/yt_dlp/postprocessor/common.py", line 23, in run
ret = func(self, info, *args, **kwargs)
File "/data/user/0/com.junkfood.seal/no_backup/youtubedl-android/yt-dlp/yt-dlp/yt_dlp/postprocessor/common.py", line 128, in wrapper
return func(self, info)
File "/data/user/0/com.junkfood.seal/no_backup/youtubedl-android/yt-dlp/yt-dlp/yt_dlp/postprocessor/ffmpeg.py", line 495, in run
raise PostProcessingError('WARNING: unable to obtain file audio codec with ffprobe')
yt_dlp.utils.PostProcessingError: WARNING: unable to obtain file audio codec with ffprobe
Screenshots & Screen Records
Additional context
No response
The text was updated successfully, but these errors were encountered: