{"slug": "skachat-video-s-boosty", "title": "Скачать видео с boosty", "summary": "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.", "body_md": "- Открыть страницу с видео, видеоплеер должен быть виден на странице\n- Открыть средства разработчика в браузере (F12), открыть вкладку с консолью\n- Выполнить:\ndocument.querySelector('vk-video-player').store.actions.internal.downloadVideo()\n-\n-\nSave tsvtt/65f335fde4f873b7d2702e7294334194 to your computer and use it in GitHub Desktop.\nА как можно скачать видео с разным разрешением - 720p, 1080p?\nThank you!!!\nА как можно скачать видео с разным разрешением - 720p, 1080p?\nда\nЕсли браузер не разрешает вставку из буфера в консоли и выдает сообщение: \"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.\", то нужно сначала выполнить команду:\nallow pasting # разрешить вставку команд из буфера\nСпасибо!\nconst players = document.querySelectorAll('vk-video-player');\nconst first = players[0];\nconst second = players[1];\n//second.store.actions.internal.downloadVideo()\nНа случай если в посте несколько видео\nА можно не видео а файл скачать?\nThank you\nThank you!!!!\nСпасибо!\nconst players = document.querySelectorAll('vk-video-player'); const first = players[0]; const second = players[1];\n//second.store.actions.internal.downloadVideo()\nНа случай если в посте несколько видео\nВывод консоли: undefined\nЧЯДНТ?\nconst players = window.document.querySelectorAll('vk-video-player');\nconst first = players[0];\nconst second = players[1];\n//second.store.actions.internal.downloadVideo()\nundefined((\nundefined((\nПо идее метод просто возвращает undefined, но само видео должно начать скачиваться. У меня всё прекрасно качается и возвращается undefined\nУ меня нет. Воспользовался:\npip install boosty-downloader", "url": "https://wpnews.pro/news/skachat-video-s-boosty", "canonical_source": "https://gist.github.com/tsvtt/65f335fde4f873b7d2702e7294334194", "published_at": "2024-08-14 19:09:23+00:00", "updated_at": "2026-05-22 20:35:22.478763+00:00", "lang": "en", "topics": ["developer-tools"], "entities": ["Boosty"], "alternates": {"html": "https://wpnews.pro/news/skachat-video-s-boosty", "markdown": "https://wpnews.pro/news/skachat-video-s-boosty.md", "text": "https://wpnews.pro/news/skachat-video-s-boosty.txt", "jsonld": "https://wpnews.pro/news/skachat-video-s-boosty.jsonld"}}