Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 2,533
» Latest member: themril1
» Forum threads: 1,999
» Forum posts: 19,413
Full Statistics
|
Online Users |
There are currently 341 online users. » 0 Member(s) | 337 Guest(s) Bing, Google, UptimeRobot, Yandex
|
Latest Threads |
STABLE version -- 5.1.113...
Forum: Release Channel
Last Post: Sitego
Yesterday, 05:41 PM
» Replies: 696
» Views: 533,892
|
Пропал доступ на форум
Forum: Русский Форум
Last Post: serpan
Yesterday, 01:29 AM
» Replies: 2
» Views: 292
|
Cloudflare Verification L...
Forum: General Discuss
Last Post: FeNoZiPaM
04-24-2025, 07:01 PM
» Replies: 12
» Views: 2,919
|
Where are Cent's cookies?
Forum: General Discuss
Last Post: QZMTCH
04-19-2025, 10:28 PM
» Replies: 7
» Views: 1,654
|
Feature request: Upgrade ...
Forum: Bugs & Suggestions
Last Post: Admini
04-16-2025, 04:47 PM
» Replies: 1
» Views: 622
|
Bug Report: "Translate se...
Forum: Bugs & Suggestions
Last Post: tanquang
04-12-2025, 03:03 AM
» Replies: 5
» Views: 1,671
|
Bug report: File size sho...
Forum: Bugs & Suggestions
Last Post: Admini
04-10-2025, 09:47 AM
» Replies: 5
» Views: 1,237
|
Can't login to facebook u...
Forum: Bugs & Suggestions
Last Post: bufce2010
04-05-2025, 10:05 AM
» Replies: 0
» Views: 443
|
I can't install extension...
Forum: Plugins & Extensions
Last Post: bufce2010
03-31-2025, 05:14 PM
» Replies: 2
» Views: 835
|
As the number of download...
Forum: Bugs & Suggestions
Last Post: Admini
03-31-2025, 04:56 PM
» Replies: 17
» Views: 3,653
|
|
|
Search in webpage |
Posted by: Jasantes - 12-17-2022, 01:26 AM - Forum: General Discuss
- No Replies
|
 |
Hello everyone. I'm new to Cent and I can't find a way to search for words on a page.
F3 doesn't work and neither does Ctrl+F.
Any help is welcome, thanks.
|
|
|
yandex images |
Posted by: warmiak38 - 12-07-2022, 11:39 AM - Forum: General Discuss
- Replies (1)
|
 |
I would like to select text and search for it using yandex images search engine, how do i add yandex images to browser search engines.
|
|
|
Multilogin tab is broken in the latest 5.0 version |
Posted by: KabanWorm - 11-21-2022, 06:03 PM - Forum: Bugs & Suggestions
- Replies (6)
|
 |
Multilogin tab doesn't work properly anymore in the latest stable version (5.0.1002.276). For example, if I login to aliexpress.ru and then close multiologin tab and open it again, I am still logged.
It only happens if I use a multilogin tab. Doesn't happen in new incognito window.
Everything worked fine in the previous 4.3.9.248 version.
|
|
|
how video download works? |
Posted by: QZMTCH - 11-16-2022, 09:16 PM - Forum: General Discuss
- Replies (7)
|
 |
Hi, this question is for the developer or those who know how video downloading works
I see that in the local state file there are such lines:
Code: "video_download":{"blocked_sites":["netflix.com"],"direct_sites":["youtube.com","facebook.com","twitter.com","tiktok.com","instagram.com","twitch.tv","afreecatv.com"],"disabled_level":"0","online_downloaders":{"g0":"https://save.tube/?video={URL}","g1":"https://getvideo.org/en?url={URL}","g2":"https://fdown.net/download.php?URLz={URL}","g3":"https://twittervideodownloader.com/","g4":"https://www.flvcd.com/parse.php?format=&kw={URL}","g5":"https://www.videofk.com/douyin-video-download/search?url={URL}","g6":"https://en.savefrom.net/","g7":"https://toolzu.com/downloader/tiktok/","g8":"https://igram.io/"},"supported_sites":{"facebook.com":"g2","instagram.com":"g8","tumblr.com":"g4","twitter.com":"g3","vimeo.com":"g0","youtube.com":"g0"},"vd_tools_info":{"direct_cmd":"{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}","ff_name":"ffmpeg.exe","ff_pull_cmd":"{TOOL_PATH} -y -reconnect_on_network_error 1 -protocol_whitelist file,http,https,tcp,tls,crypto -referer \"{REFERRER}\" -user_agent \"{USER_AGENT}\" -cookies \"{COOKIES}\" -i {URL_OR_PLAYLIST} -codec copy {OUTPUT_PATH}","url":"https://static.centbrowser.cn/.misc_tools/win/vd_tools_x86.exe","v_merge_cmd":"{TOOL_PATH} -fflags +discardcorrupt -y -i {VIDEO_PATH} -codec copy -bsf:a aac_adtstoasc {OUTPUT_PATH}","va_merge_cmd":"{TOOL_PATH} -fflags +discardcorrupt -y -i {VIDEO_PATH} -i {AUDIO_PATH} -codec copy -bsf:a aac_adtstoasc {OUT_PATH}","version":"0.0","yd_name":"yt-dlp.exe","yd_pull_cmd":"{TOOL_PATH} -o {OUTPUT_PATH} --no-check-certificates --force-overwrites --proxy \"{PROXY_SERVER}\" --add-header \"User-Agent:{USER_AGENT}\" --add-header \"Cookie:{COOKIES}\" --add-header \"Referer:{REFERRER}\" --merge-output-format mp4
"video_download": these are video download services
"vd_tools_info": this is adding metadata to the downloaded video file (correct me if this is not true)
why not do everything with yt-dlp and ffmpeg? download and add metadata
why not give the user a choice of what to download in the settings? which service to download from the list or which program to download, since there is such an opportunity inside the browser code
maybe in the future you can still make it possible in the settings for yt-dlp to choose what quality to download with what codecs (on the same YouTube a lot of codecs) and post-processing settings in ffmpeg?
it would be convenient in the settings of the browser itself in the parameters field for the program (similar to the Run with command line switches field) to customize this button for yourself and also what kind of post-processing you personally need in ffmpeg
Update
that's it, I figured out how the browser downloads the video
in the lines:
Code: "direct_sites": ["youtube.com", "facebook.com", "twitter.com", "tiktok.com", "instagram.com", "twitch.tv", "afreecatv.com"]
and
Code: "supported_sites": {
"facebook.com": "g2",
"instagram.com": "g8",
"tumblr.com": "g4",
"twitter.com": "g3",
"vimeo.com": "g0",
"youtube.com": "g0"
}
downloads services, and everything else using yt-dlp with settings
if you remove YouTube from these lines, and block the file with read-only attributes, then YouTube will download from the site using yt-dlp with the settings of their file
so if there is already such functionality in the browser, then why is it not fully available to users?
from the entire community of fans of the cent browser, and from fans of yt-dlp, I ask you to add the ability in the settings to choose for which site than to download through this button in the floating menu, and with a choice of command line settings for yt-dlp and ffmpeg... plz
|
|
|
|