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

[dropbox] download unsupported url #7696

Closed
10 of 11 tasks
zshnb opened this issue Jul 26, 2023 · 4 comments · Fixed by #7926
Closed
10 of 11 tasks

[dropbox] download unsupported url #7696

zshnb opened this issue Jul 26, 2023 · 4 comments · Fixed by #7926
Labels
site-bug Issue with a specific website

Comments

@zshnb
Copy link

zshnb commented Jul 26, 2023

DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE

  • I understand that I will be blocked if I intentionally remove or skip any mandatory* field

Checklist

Region

America

Provide a description that is worded well enough to be understood

i share a dropbox file with link https://www.dropbox.com/scl/fi/ma1u2bi1v192j5nlj1mff/7-30min-1080p-2.15G.mov?rlkey=4zoz42qxs9knp9hvzazig1a8a&dl=0, but when i try to download it, yt-dlp display unsupported link error.
i create this share link by
image
is there other way to create dropbox's support link?

Provide verbose output that clearly demonstrates the problem

  • Run your yt-dlp command with -vU flag added (yt-dlp -vU <your command line>)
  • If using API, add 'verbose': True to YoutubeDL params instead
  • Copy the WHOLE output (starting with [debug] Command-line config) and insert it below

Complete Verbose Output

[debug] Encodings: locale UTF-8, fs utf-8, pref UTF-8, out utf-8, error utf-8, screen utf-8
[debug] yt-dlp version stable@2023.07.06 [b532a3481] (pip)
[debug] Python 3.10.10 (CPython x86_64 64bit) - Linux-5.19.0-1022-gcp-x86_64-with-glibc2.35 (OpenSSL 3.0.2 15 Mar 2022, glibc 2.35)
[debug] exe versions: ffmpeg 4.4.2 (setts), ffprobe 4.4.2, phantomjs broken
[debug] Optional libraries: Cryptodome-3.17, brotli-1.0.9, certifi-2022.12.07, mutagen-1.46.0, sqlite3-2.6.0, websockets-11.0.2
[debug] Proxy map: {}
[debug] Loaded 1855 extractors
[debug] Fetching release info: https://api.github.com/repos/yt-dlp/yt-dlp/releases/latest
Available version: stable@2023.07.06, Current version: stable@2023.07.06
yt-dlp is up to date (stable@2023.07.06)
[generic] Extracting URL: https://www.dropbox.com/scl/fi/ma1u2bi1v192j5nlj1mff/7-30min-1080p-2.15G.mov?rlkey=4zoz42qxs9knp9hvzazig1a8a
[generic] 7-30min-1080p-2.15G: Downloading webpage
[redirect] Following redirect to https://www.dropbox.com/e/scl/fi/ma1u2bi1v192j5nlj1mff/7-30min-1080p-2.15G.mov?rlkey=4zoz42qxs9knp9hvzazig1a8a
[generic] Extracting URL: https://www.dropbox.com/e/scl/fi/ma1u2bi1v192j5nlj1mff/7-30min-1080p-2.15G.mov?rlkey=4zoz42qxs9knp9hvzazig1a8a
[generic] 7-30min-1080p-2.15G: Downloading webpage
WARNING: [generic] Falling back on generic information extractor
[generic] 7-30min-1080p-2.15G: Extracting information
[debug] Looking for embeds
ERROR: Unsupported URL: https://www.dropbox.com/e/scl/fi/ma1u2bi1v192j5nlj1mff/7-30min-1080p-2.15G.mov?rlkey=4zoz42qxs9knp9hvzazig1a8a
Traceback (most recent call last):
  File "/root/task-queue/venv/lib/python3.10/site-packages/yt_dlp/YoutubeDL.py", line 1560, in wrapper
    return func(self, *args, **kwargs)
  File "/root/task-queue/venv/lib/python3.10/site-packages/yt_dlp/YoutubeDL.py", line 1688, in __extract_info
    ie_result = ie.extract(url)
  File "/root/task-queue/venv/lib/python3.10/site-packages/yt_dlp/extractor/common.py", line 710, in extract
    ie_result = self._real_extract(url)
  File "/root/task-queue/venv/lib/python3.10/site-packages/yt_dlp/extractor/generic.py", line 2568, in _real_extract
    raise UnsupportedError(url)
yt_dlp.utils.UnsupportedError: Unsupported URL: https://www.dropbox.com/e/scl/fi/ma1u2bi1v192j5nlj1mff/7-30min-1080p-2.15G.mov?rlkey=4zoz42qxs9knp9hvzazig1a8a
@zshnb zshnb added site-bug Issue with a specific website triage Untriaged issue labels Jul 26, 2023
@bashonly bashonly removed the triage Untriaged issue label Aug 21, 2023
@bashonly bashonly linked a pull request Aug 21, 2023 that will close this issue
9 tasks
bashonly pushed a commit that referenced this issue Aug 28, 2023
Closes #7005, Closes #7696
Authored by: nathantouze, bashonly, denhotte
@jazz1611
Copy link
Contributor

@bashonly hello, i just try this URL but it not work. yt-dlp is latest nightly version. can you look it? demo: https://www.dropbox.com/scl/fi/ba2r7fvvw8q5gm7qnc7n3/LVBEL-C5-10-numara.mp4?rlkey=407gdearzlr3t0qtno6lvb6h6&dl=0

yt-dlp -FUv "https://www.dropbox.com/scl/fi/ba2r7fvvw8q5gm7qnc7n3/LVBEL-C5-10-numara.mp4?dl=0&rlkey=407gdearzlr3t0qtno6lvb6h6"
[debug] Command-line config: ['-FUv', 'https://www.dropbox.com/scl/fi/ba2r7fvvw8q5gm7qnc7n3/LVBEL-C5-10-numara.mp4?dl=0&rlkey=407gdearzlr3t0qtno6lvb6h6']
[debug] Encodings: locale cp1252, fs utf-8, pref cp1252, out utf-8, error utf-8, screen utf-8
[debug] yt-dlp version nightly@2023.08.29.004944 [4b3a6ef1b] (win_exe)
[debug] Python 3.8.10 (CPython AMD64 64bit) - Windows-10-10.0.19045-SP0 (OpenSSL 1.1.1k  25 Mar 2021)
[debug] exe versions: ffmpeg n6.0-28-gcedbf27a35-20230716 (setts), ffprobe n6.0-28-gcedbf27a35-20230716
[debug] Optional libraries: Cryptodome-3.18.0, brotli-1.0.9, certifi-2023.07.22, mutagen-1.46.0, sqlite3-2.6.0, websockets-11.0.3
[debug] Proxy map: {}
[debug] Loaded 1864 extractors
[debug] Fetching release info: https://api.github.com/repos/yt-dlp/yt-dlp-nightly-builds/releases/latest
Available version: nightly@2023.08.29.004944, Current version: nightly@2023.08.29.004944
Current Build Hash: e76e96357ea07a08368d961602453a2d8b485abac17242f9599b589c5e22aeb6
yt-dlp is up to date (nightly@2023.08.29.004944)
[Dropbox] Extracting URL: https://www.dropbox.com/scl/fi/ba2r7fvvw8q5gm7qnc7n3/LVBEL-C5-10-numara.mp4?dl=0&rlkey=407gdearzlr3t0qtno6lvb6h6
[Dropbox] ba2r7fvvw8q5gm7qnc7n3: Downloading webpage
ERROR: [Dropbox] ba2r7fvvw8q5gm7qnc7n3: No video formats 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
Traceback (most recent call last):
  File "yt_dlp\YoutubeDL.py", line 1575, in wrapper
  File "yt_dlp\YoutubeDL.py", line 1731, in __extract_info
  File "yt_dlp\YoutubeDL.py", line 1790, in process_ie_result
  File "yt_dlp\YoutubeDL.py", line 2759, in process_video_result
  File "yt_dlp\YoutubeDL.py", line 1084, in raise_no_formats
yt_dlp.utils.ExtractorError: [Dropbox] ba2r7fvvw8q5gm7qnc7n3: No video formats 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

@bashonly
Copy link
Member

@jazz1611 fixed by 099fb1b -- update again to latest nightly and give it another try

@zshnb
Copy link
Author

zshnb commented Aug 30, 2023

thanks, and when will the next stable version release

@jazz1611
Copy link
Contributor

@jazz1611 fixed by 099fb1b -- update again to latest nightly and give it another try

hello, it work. thank you so much!

aalsuwaidi pushed a commit to aalsuwaidi/yt-dlp that referenced this issue Apr 21, 2024
Closes yt-dlp#7005, Closes yt-dlp#7696
Authored by: nathantouze, bashonly, denhotte
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
site-bug Issue with a specific website
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants