Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Downloading Videos REGARDLESS Of What Google Wants
#31
(03-01-2023, 10:04 AM)QZMTCH Wrote: cent browser uses yt-dlp to download video with such requests
Code:
"{TOOL_PATH} -o {OUTPUT_PATH} --no-check-certificates --force-overwrites --proxy \"{PROXY_SERVER}\" --add-header \"User-Agent:{USER_AGENT}\" --add-header \"Cookie:{COOKIES}\" --merge-output-format mp4 {URL_OR_PLAYLIST}"
here the internal variables of the browser are basically, only the merging of video and audio at the end affects the file, and everything up to getting a link and other settings
here I suggested to the developer to add settings for the download using yt-dlp
https://www.centbrowser.net/en/showthrea...6#pid20826
he answered
but the loader works fine if the yt-dlp itself is updated, and now a few days ago there was a problem that nothing was downloaded from YouTube, there was an error, it was fixed, now the download is slow, and judging by the commits it has already been fixed, we are waiting for the release
while I use it for downloading separately from the yt-dlp browser, because there are scripts for downloading with different codecs and other settings, this is not enough in the browser
CentBrowser 
now the cent browser is downloading from its repository to the browser folder yt-dlp and ffmpeg
can you add checks to the browser, check if yt-dlp and ffmpeg are in the paths on the computer?
because many people have their own versions and they update them constantly, and some even automatically, and for yt-dlp their own ffmpeg assemblies, by the way, have fixes for working with yt-dlp https://github.com/yt-dlp/FFmpeg-Builds
or checking for updates not from your repository, but immediately from
https://github.com/yt-dlp/yt-dlp/release...yt-dlp.exe
https://github.com/yt-dlp/FFmpeg-Builds/...64-gpl.zip
Seems there are no standalone version files for yt-dlp and ffmpeg in GitHub.
ffmpeg even has no version information inside its header.
So it still needs manual check.
Reply


Messages In This Thread
RE: Downloading Videos REGARDLESS Of What Google Wants - by Admin - 03-04-2023, 01:26 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)