cd /news/developer-tools/skachat-video-s-boosty · home topics developer-tools article
[ARTICLE · art-9934] src=gist.github.com ↗ pub= topic=developer-tools verified=true sentiment=· neutral

Скачать видео с boosty

The article provides instructions for downloading videos from the Boosty platform using browser developer tools. Users must open the video page, access the console (F12), and execute the command `document.querySelector('vk-video-player').store.actions.internal.downloadVideo()` to initiate the download. The guide also addresses common issues, such as enabling console pasting with the "allow pasting" command and handling multiple videos on a single page.

read1 min views21 publishedAug 14, 2024
  • Открыть страницу с видео, видеоплеер должен быть виден на странице
  • Открыть средства разработчика в браузере (F12), открыть вкладку с консолью
- Выполнить:
document.querySelector('vk-video-player').store.actions.internal.downloadVideo()

Save tsvtt/65f335fde4f873b7d2702e7294334194 to your computer and use it in GitHub Desktop. А как можно скачать видео с разным разрешением - 720p, 1080p? Thank you!!! А как можно скачать видео с разным разрешением - 720p, 1080p? да Если браузер не разрешает вставку из буфера в консоли и выдает сообщение: "Warning: Don’t paste code into the DevTools Console that you don’t understand or haven’t reviewed yourself. This could allow attackers to steal your identity or take control of your computer. Please type ‘allow pasting’ below to allow pasting.", то нужно сначала выполнить команду: allow pasting # разрешить вставку команд из буфера Спасибо!

const players = document.querySelectorAll('vk-video-player');
const first = players[0];
const second = players[1];
//second.store.actions.internal.downloadVideo()

На случай если в посте несколько видео А можно не видео а файл скачать? Thank you Thank you!!!! Спасибо!

const players = document.querySelectorAll('vk-video-player'); const first = players[0]; const second = players[1];
//second.store.actions.internal.downloadVideo()

На случай если в посте несколько видео Вывод консоли: undefined ЧЯДНТ?

const players = window.document.querySelectorAll('vk-video-player');
const first = players[0];
const second = players[1];
//second.store.actions.internal.downloadVideo()
undefined((
undefined((

По идее метод просто возвращает undefined, но само видео должно начать скачиваться. У меня всё прекрасно качается и возвращается undefined У меня нет. Воспользовался: pip install boosty-down

── more in #developer-tools 4 stories · sorted by recency
── more on @boosty 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/skachat-video-s-boos…] indexed:0 read:1min 2024-08-14 ·