Skip to content

Releases: guiyumin/vget

v0.6.2

06 Dec 21:10
d97b716

Choose a tag to compare

Changelog

  • 7fbd8a3 feat: enhance YouTube extractor to support separate audio downloads and improve session handling
  • faaa34d feat: update README files to reference supported sites and add sites.md for comprehensive source list
  • c06c14b feat: update installation instructions to download zip files for all platforms
  • 759b4ab feat: youtube works, but very unstable

v0.6.1

06 Dec 07:49
c949ac2

Choose a tag to compare

Changelog

  • 4529bbc feat: add --visible flag to BrowserExtractor for debugging browser window
  • 8abbe0a feat: enhance BrowserExtractor to capture network requests and improve m3u8 extraction
  • b7945af feat: enhance m3u8 extraction with Performance API and source parsing
  • de0200b feat: implement specialized m3u8 extractor for HLS streams in registry
  • de00d43 fix: no sites config
  • 6d5e8c5 refactor: improve media URL extraction logic in BrowserExtractor
  • cecd7ae refactor: streamline extraction strategies in BrowserExtractor

v0.6.0

05 Dec 22:16
f52a92b

Choose a tag to compare

Changelog

  • d8453b4 feat: add browser-based extraction support with sites configuration, for m3u8

v0.5.2

05 Dec 19:29
214ddba

Choose a tag to compare

Changelog

  • 1cdd3ed fix: refactor media type detection and remove unused user agent constant
  • 902c36a fix: update go.mod and go.sum to remove indirect dependencies for go-rod packages
  • 1822058 fix: update user data directory path for browser automation consistency

v0.5.1

04 Dec 17:03
3fcb1c5

Choose a tag to compare

Changelog

  • 8e64d48 feat: Add support for environment-based proxy configuration across multiple components
  • cd5c946 feat: Implement loadEnvProxy for robust environment proxy handling
  • f273508 feat: loading proxy configuration from environment variables

v0.5.0

04 Dec 09:05
b51398d

Choose a tag to compare

Changelog

  • 0bfc778 feat: add Xiaohongshu support to the command list in README
  • ac751ca feat: enhance GraphQL response handling for unavailable tweets
  • 90bc924 fix: twitter restricted content
  • 7f2a589 fix: update GraphQL URL and adjust feature flags for TwitterExtractor

v0.4.0

03 Dec 23:42
070dc98

Choose a tag to compare

Changelog

  • 7c4b8da feat: add WebDAV commands and enhance Xiaohongshu extractor documentation
  • 97f1702 feat: implement Xiaohongshu extractor with browser automation and cookie management

v0.3.5

03 Dec 02:11
2c754e3

Choose a tag to compare

Changelog

  • 4f916e7 feat: optimize multi-stream download settings and enhance retry logic for chunk downloads

v0.3.4

03 Dec 01:56
06c2939

Choose a tag to compare

Changelog

  • 61486cb feat: enhance multi-stream download configuration and add range probing support
  • 660bfd7 feat: implement batch download feature with m3u8 support

v0.3.3

02 Dec 22:04
5ee53c9

Choose a tag to compare

Changelog

  • 3a986a3 feat: add version command to display version information
  • ad58a4e fix: remove unsupported ARM architecture configurations for builds