Skip to content

WebOne 0.9.2

Compare
Choose a tag to compare
@atauenis atauenis released this 21 Nov 20:44
· 442 commits to master since this release

Second update for WebOne 0.9. It contains fix for found bugs and now supports YouTube playback via VLC 1.x.

  • Added ability to spoof user agent via webone.conf.
  • Added DefaultHostName setting (allowing DOS/*nix clients to fully use the proxy even if its Windows/NetBIOS name is unknown in parallel world).
  • ForceHttps section is now working for URLs listed in FixableURL and FixableType rules.
  • URL editing masks are now same in all places.
  • Added new URL editing masks:
    • %Proxy% - shortcode for %ProxyHost%:%ProxyPort%
    • %UrlNoQuery% - original URL without ?arguments=
    • %UrlHttps% - original URL with forced HTTPS protocol
    • %UrlHttp% - original URL with forced insecure HTTP protocol
    • %Url% - URL-encoded original URL (https://example.com -> https%3A%2F%2Fexample.com), don't confuse with %URL% which is not encoded.
  • Fix stdout stream support in converters (now they're working really on-fly).
  • Converters now can use stdin too. For those no temporary files are need now.
  • Converter processes that for any reasons dawdle (due to freeze or bugs) are now gets killed by WebOne.
  • Added full support of avconv (it should be installed in same folder of WebOne to work properly).
  • Added webone.conf rule that converts YouTube raw video files to ASF (should help with ViewTube).
  • Added .vbs script for utilizing ViewTube Protocol (VTP) and external players without using WebOne as default proxy server (viewtube-vbs.zip).
  • Added .bat script for utilizing youtube-dl+avconv as in-proxy converter to watch YouTube in external players as is (webone-youtube-dl.zip).

Video-related configuration rules are commented by default!

Announce: https://www.vogons.org/viewtopic.php?p=803369#p803369

Download LibAV for Windows (includes avconv)
Download ViewTube for Firefox 48+
Download ViewTube for Firefox 3.6+ with GreaseMonkey and Opera 11/12
Download ViewTube for Chrome and modern Opera
Download Youtube-DL

WebOne.0.9.2.Full.7z is a build with all libraries inside. Webone.conf file is with all video and YouTube related stuff enabled and have Russian comments (but the structure is same with the default file except the Full config file have some lines been uncommented to enable them).
It may be removed in future if it abuses LibAV license.

Update 14-dec-2019: Released a patched version of ViewTube which is compatible with WebOne 0.9.2 without viewtube-vbs.zip scripts: https://github.com/atauenis/ViewTube-WebOne/releases/