A Gopeed extension for downloading videos from VK.com.
- Download public videos from VK.com
- Automatic quality selection (highest available: 2160p, 1440p, 1080p, 720p, 480p, 360p, 240p, 144p)
- Supports multiple VK video URL formats
https://vk.com/video-XXXXXX_XXXXXXhttps://vkvideo.ru/video-XXXXXX_XXXXXXhttps://vk.com/...?z=video-XXXXXX_XXXXXX
- Open Gopeed
- Go to Extensions
- Click "Install from URL"
- Enter:
https://github.com/muzzii255/gopeed-extension-vk
- Download or clone this repository
- Build the extension:
npm install npm run build
- In Gopeed, go to Extensions and install the built extension
- Node.js
- npm
# Install dependencies
npm install
# Build for production
npm run build
# Build with watch mode for development
npm run dev
gopeed-extension-vk/
├── src/
│ ├── index.js # Extension entry point
│ └── api/
│ └── parse.js # VK video URL parser
├── icons/
│ └── vk.png # Extension icon
├── manifest.json # Extension manifest
├── webpack.config.js # Webpack configuration
└── package.json
- Only works with public videos
- Private videos are not supported