Giter VIP home page Giter VIP logo

Comments (3)

github-actions avatar github-actions commented on July 25, 2024

Hello @dougyp, thank you for your interest in our work!

If this is a bug report, please provide screenshots and minimum viable code to reproduce your issue, otherwise we can not help you.

from xvideos-dl.

lonsty avatar lonsty commented on July 25, 2024

The cause of the error is that the ffmpeg command was not found. Refer to the following steps to install it and set environment variables:

  1. Download a built windows package from https://ffmpeg.org/download.html#build-windows, an available: https://www.gyan.dev/ffmpeg/builds/ffmpeg-git-essentials.7z
  2. Unzip it to anywhere. For example: G:\Downloads\Develop\ffmpeg-2021-12-02-git-4a6aece703-essentials_build
  3. Run following two command on CMD or GItBash to add ffmpeg bin folder to environment variables. The set command only sets the environment variable for the current session. The setx command sets it permanently. Or you can set on Settings Window, refer here.
set PATH="%PATH%;G:\Downloads\Develop\ffmpeg-2021-12-02-git-4a6aece703-essentials_build\bin"
setx PATH "%PATH%;G:\Downloads\Develop\ffmpeg-2021-12-02-git-4a6aece703-essentials_build\bin"

In addition, downloading a single video via ffmpeg does not require cookies, so this is not a problem.

from xvideos-dl.

dougyp avatar dougyp commented on July 25, 2024

@lonsty perfect - that was the problem and worked fine! sorry to report it "as a bug" but I didn't see where I can ask "support" questions. thank you for your time.

from xvideos-dl.

Related Issues (18)

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.