GithubHelp home page GithubHelp logo

Comments (6)

ammar0466 avatar ammar0466 commented on July 25, 2024 1

This because yt-dlp extractor setting
Try my fork on my github repo.
https://github.com/ammar0466/Bulk-Private-Vimeo-Downloader/tree/main

And also if downloaded content dont have sound you need to convert output to use AAC sound format.

from bulk-private-vimeo-downloader.

ammar0466 avatar ammar0466 commented on July 25, 2024
   ## Change video_password => videopassword
    # Include the video password if provided
    if password:
        ydl.params['video_password'] = password
    else:
        ydl.params.pop('video_password', None)

from bulk-private-vimeo-downloader.

ammar0466 avatar ammar0466 commented on July 25, 2024

you can change setting to show verbose

yt_dlp_options = {
...
"verbose": True,
...
}

from bulk-private-vimeo-downloader.

primalnick avatar primalnick commented on July 25, 2024

Thanks @ammar0466 ! Changing that fixed the password issue.

Unfortunately, it's now throwing an error before it starts the download. It shows the destination of where the download will be, then just says ERROR.

I turned on verbose, not sure if you can tell what's wrong from this at all:

ERROR:
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/yt_dlp/YoutubeDL.py", line 1567, in wrapper
return func(self, *args, **kwargs)
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/yt_dlp/YoutubeDL.py", line 1723, in __extract_info
return self.process_ie_result(ie_result, download, extra_info)
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/yt_dlp/YoutubeDL.py", line 1782, in process_ie_result
ie_result = self.process_video_result(ie_result, download=download)
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/yt_dlp/YoutubeDL.py", line 2921, in process_video_result
self.process_info(new_info)
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/yt_dlp/YoutubeDL.py", line 3369, in process_info
partial_success, real_download = self.dl(fname, new_info)
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/yt_dlp/YoutubeDL.py", line 3108, in dl
return fd.download(name, new_info, subtitle)
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/yt_dlp/downloader/common.py", line 455, in download
ret = self.real_download(filename, info_dict)
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/yt_dlp/downloader/dash.py", line 56, in real_download
return fd.real_download(filename, info_dict)
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/yt_dlp/downloader/external.py", line 50, in real_download
retval = self._call_downloader(tmpfilename, info_dict)
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/yt_dlp/downloader/external.py", line 294, in _call_downloader
return super()._call_downloader(tmpfilename, info_dict)
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/yt_dlp/downloader/external.py", line 145, in _call_downloader
cmd = [encodeArgument(a) for a in self._make_cmd(tmpfilename, info_dict)]
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/yt_dlp/downloader/external.py", line 316, in _make_cmd
cmd += self._configuration_args()
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/yt_dlp/downloader/external.py", line 129, in _configuration_args
return _configuration_args(
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/yt_dlp/utils/_utils.py", line 3539, in _configuration_args
return cli_configuration_args(argdict, keys, default, use_compat)
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/yt_dlp/utils/_utils.py", line 3517, in cli_configuration_args
assert isinstance(argdict, dict)
AssertionError

from bulk-private-vimeo-downloader.

Vilagamer999 avatar Vilagamer999 commented on July 25, 2024

Merged the fork, I'll try to test it out when I have the time 😄

from bulk-private-vimeo-downloader.

primalnick avatar primalnick commented on July 25, 2024

That worked @ammar0466 thanks!!

from bulk-private-vimeo-downloader.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.