Donate Share

xVideoServiceThief

Project News for xVideoServiceThief

  • xVST version 2.3.1 released!

    The xVST version 2.3.1 is a bug fix release.

    This is the changelog of this version, enjoy it!

    2.3.1:
    --------

    - Added one new plug-in:
    - Game Anyone? (thanks to Max Zorloff)

    - Changed plug-ins:
    - YouPorn (added search functions, thanks to Matze Ba)
    - MyVideo (added search functions, thanks to Matze Ba)
    - ClipFish (added search functions, thanks to Matze Ba)
    - YouTube
    - 5min
    - Break
    - Caught-on-video
    - KeezMovies
    - MySpass
    - PornHub
    - Spike
    - Tangle
    - T'n A flix
    - Vimeo

    - Revised Hungarian translation

    - Fixed bug (Error: Failed downloads were reported as "Completed" instead of as "Error")

    Plugins SDK:
    -------------------

    - Added 5 new helper functions:
    - String trimString(String str)
    - String simplifyString(String str)
    - String programVersion()
    - String programVersionShort()
    - String programVersionNumber()

    - Fixed bug (Error: The default value of strLastIndexOf was incorrect)

    2009-12-07 22:43:17 UTC by xesk

  • xVST version 2.2 released!

    This version comes with some new features, improvements and much more!!

    Some new cool features has been added, but may be the most important new feature is the RTMP support! Read the full changelog for more information.

    Download xVideoServiceThief from http://xviservicethief.sourceforge.net/

    Here the full changelog of this version, enjoy it!

    2.2:
    -----

    - Added RTMP (Adobe Flash streaming) support (thanks to flvstreamer)
    - Added automatic network configuration (automatic proxy detection and configuration)
    - Added two new searching scopes ("All standard services" and "All adult services")
    - Added save/restore last search settings
    - Added dutch translation (thanks to Reintjedevos)
    - Added japanese translation (thanks to Tilt)
    - Added Changelog in "Information" window
    - Added 11 new plug-ins:
    - Spankwire
    - elRellano
    - Pornfuze
    - EJB
    - T'n A flix
    - Jizz-hut
    - PP2G TV
    - Shred or Die
    - Atom
    - ATV
    - TSN

    - Changed plug-ins:
    - Badjojo (added search functions)

    - Fixed bug (Error: User-Agent was not send on HTTP requests)

    - Changed default searching scope from "All services" to "All standard services"

    - Revised the Català language file

    Plug-ins SDK:
    -------------------

    - Added 1 new property to VideoDefinition class:
    - String userAgent

    - Added 1 new method to Http class:
    - void setUserAgent(String value)

    Linux:
    --------

    - Fixed bug (Error: Updates were not installed correctly)
    - Fixed bug (Error: The program updates were not installed correctly)

    2009-08-06 15:40:02 UTC by xesk

  • xVST version 2.1 released! A major update!

    I'm so glad to anounce this first non-alpha version of xVideoServiceThief!

    This version comes with alot of new features, improvements and much more!! Also, the oficial website has been updated and redesigned to a more fancy and cool style!

    Some new cool features has been added (search videos, scheduled dowloads, custom downloads...), read the full changelog for more information.

    Almost all of your features request has been heared and implemented!

    Here the full changelog of this version, enjoy it!

    2.1:
    -----

    - First non ALPHA version!

    - Compiled with Qt 4.5.2

    - Added search videos feature
    - Added new schedule option
    - Added possibility to add custom downloads (if you have the video URL just enter it and the xVST will download/convert it for you)
    - Added password for UPS! adult content blocking
    - Added ability to Drop video directly to Downloads list
    - Added loading window
    - Added shortcuts to some common actions:
    - Add video (control + A)
    - Start download (control + S)
    - Cancel download (alt + S)
    - Pause/Resume download (control + P)
    - Drag & Drop window (control + D)
    - Check for updates (control + U)
    - Program options (control + O)
    - Search videos (control + F)
    - Program information (control + I or "cmd + ," in MacOSX)
    - Move video up (control + up)
    - Move video down (control + down)
    - Open downloads directory (control + T)
    - Online help (F1)
    - Added 16 new plug-ins:
    - GodOfHumor
    - Kontraband
    - Pugorama
    - OneHumor
    - Clipjunkie
    - Wat.tv
    - CollageHumor
    - Vimeo (Standard + HD)
    - Disclose.tv
    - Yuvutu
    - Youporn
    - Pornhub
    - KeezMovies
    - Freecaster
    - GoEar
    - XVideos

    - Removed adult links from Information window when "Block adults content" is enabled
    - Removed adult plugins from blocking list when "Block adults content" is enabled

    - Updated completed download pop-up window
    - Updated PayPal icon in main window

    - Fixed bug (Error: re-directions were not correctly processed on HEAD requests)
    - Fixed bug (Error: infinite re-directions were not controlled)
    - Fixed bug (Error: ICO and GIF formats weren't supported on static compilations)
    - Fixed bug (Error: The "short" subversions were not compared correctly (i.e: 2.0.0a was equal to 2.0.0))
    - Fixed bug (Error: After cancel the updates the program was finishing throwing an exception)
    - Fixed bug (Error: Expired URL's were not refreshed before start download or resume an existend download)

    - Improved visualization of video information
    - Improved visualization of options menu

    - Changed plug-ins:
    - Mp3Tube is now YehPlay
    - Google videos (added search feature)
    - YouTube (added search feature)

    Plug-ins SDK:
    -------------------

    - Added search plugins core:
    - function searchVideos(keyWord, pageIndex)
    - new SearchResults()
    - void SearchResults::addSearchResult(videoUrl, imageUrl, title, description, duration)

    - Added 1 new property to VideoDefinition class:
    - String headers

    - Added 2 new methods to Http class:
    - void setMaxAutoJumps(int value)
    - String downloadWebpageHeaders(String URL, String separator = "\n")

    - Added 1 new helper function:
    - Array splitString(String str, String separator, [bool splitBehavior], [bool caseSensitive])

    MacOSX:
    -------------

    - Added "File", "Controllers", "Tools" and "Help" menu items
    - Added "About xVideoServiceThief" in Application menu
    - Added "Preferences..." in Application menu

    - Changed Add Video dialog to MacOSX Sheet style for better MacOSX look&feel
    - Changed Languages Manager dialog to MacOSX Sheet style for better MacOSX look&feel
    - Changed Credits dialog to MacOSX Sheet style for better MacOSX look&feel
    - Changed alternating row color to grey for better MacOSX look&feel
    - Changed historic.plist and session.plist location to "/{user}/Library/Application Support/xVideoServiceThief/"
    - Changed image plug-ins cache dir to "/{user}/Library/Caches/xVideoServiceThief/plugins-cache"

    - Fixed bug (Error: the completed pop-up text were always the same)
    - Fixed bug (Error: window size wasn't correctly saved and restored)
    - Fixed bug (Error: Drag&Drop window wasn't useful)
    - Fixed bug (Error: on empty lists the alternating height row was incorrect)

    Windows:
    -------------

    - Fixed bug (Error: the "checking for updates" dialog was displayed as separated window on task-bar)

    - Changed image plug-ins cache dir to "C:\Documents and Settings\{user}\Program files\xVideoServiceThief\plugins-cache"

    Linux:
    --------

    - Changed image plug-ins cache dir to "~/.xVideoServiceThief/plugins-cache"
    - Changed Information dialog size

    2009-07-03 15:12:08 UTC by xesk

  • xVST: version 2.0.1 alpha released!

    This version is a bug fix release.

    Changelog 2.0.1a:
    ---------------------

    - Added RedTube plugin

    - Updated German translation
    - Updated Portuguese translation
    - Updated Hungarian translation

    - Fixed bug (Error: After send a bug report an empty message was displayed due to SF.net changes)
    - Fixed bug (Error: Updates files were not parsed in UTF8)
    - Fixed bug (Error: Paths with spaces where not correctly processed)

    Windows:
    ------------

    - Changed config.conf location (moved to "C:\Documents and Settings\{user}\Program files\xVideoServiceThief\"

    Windows (Static versions only):
    -------------------------------------

    - Compiled with VC++ 9.0.21022.8 version instead of VC++ 9.0.30729.1 (wich caused alot of "This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem." messages.

    2009-05-06 13:21:27 UTC by xesk

  • xVST: version 2.0 alpha released!

    xVideoServiceThief is a tool for downloading your favourite video clips from a lot of video websites. xVideoServiceThief also provide you the ability to convert each video in most popular formats: AVI, MPEG1, MPEG2, WMV, MP4, 3GP, MP3 file formats.


    One year after last official release, I'm glad to announce a new version of xVideoServiceThief.

    This new version 2.0a comes with a lot of new features, improvements and updated services, but the most important change is the new xVST core based on plugins (java script plugins), so everyone can now write their own plugins.

    The new xVST is developed using the last Qt framework (4.5.x), which is needed for the new xVST plugins core.

    Also, an official version for MacOS X (Intel) is available! Yes! Finally! The PPC version is being developed.

    The xVST linux version now includes a simple install script, which will help the users install the new xVST. Please read the "readme.txt" before install the xVST linux.

    Enjoy it!

    Changelog 2.0.0a:
    ----------------------

    - Upgraded to Qt 4.5.x

    - Changed the internal xVST monolithic core to a dynamic core (based on Plugins)
    - Changed: After a new update, on restart the program will check again for updates

    - Added Danish (DA) translation (thanks to Jens Chr. True)
    - Added Portugese - Brasil (BR) translation (thanks to Mateus Tuler)
    - Added Korean (KR) translation (thanks to Lee Evan)
    - Added Hungarian (HU) translation (thanks to Zoltán Magyar (ZityiSoft))
    - Added Galician (GL) translation (thanks to Marcos Díaz)
    - Added Romanian (RO) translation (thanks to Iulian Temelie)
    - Added German (DE) translation (thanks to Christian Kieschnick)
    - Added Swedish (SV) translation (thanks to Daniel Nylander)
    - Added automatic user language O.S detection
    - Added URL for each video service in "Information" form
    - Added embeded checking for updates at startup
    - Added the possibility to set a custom conversion configuration on add a new video
    - Added sorting for "Downloads log" list (now is sorted from old to new downloads)
    - Added possibility to open urls (double click) in "Downloads log" list
    - Added Paypal donate button in main window
    - Added conditional updates (for future possible complicated updates)
    - Added double click detection on Drag&Drop window (displaying the main window)
    - Added two new formats to convert:
    - MP4 (*.mp4) format
    - Sony PSP (*.mp4) format

    - Fixed bug (Error: when two or more videos failed an exception was generated)
    - Fixed bug (Error: iPod mp4 format was not converted, thanks to "Jens Chr. True" for your help)
    - Fixed bug (Error: 3gp format was not converted)
    - Fixed bug (Error: editing the "Downloads Dir" manually in Main form, on enter a new char the cursor where placed at end of edit)
    - Fixed bug (Error: Invlaid file names when the video title contains '/' or '\')
    - Fixed bug (Error: Paypal link was corrupt, now the Paypal button links to xVST website donation page)
    - Fixed bug (Error: Open downloads directory in tray icon were not opened)
    - Fixed bug (Error: unneeded "content-length" header was added causing "400 bad request" error in some servers)
    - Fixed bug (Error: speed buttons of Options window where bad linked to mouse actions)

    - Updated English language
    - Updated Spanish language
    - Updated Catalan language
    - Updated french language
    - Updated ffmpeg lib to last version (0.5)

    - Improved internal HTTP class (added connection timeout)
    - Improved update center (added download error detection)

    - Revised all services:
    - Added HD videos for Youtube
    - Added HD videos for GameSpot
    - Added Tangle.com (before GodTube)
    - Removed Sclipo: Videos are not publics
    - Removed Stage6: Website closed
    - Removed Lulu.tv: Website closed (now is lulu.com and its a shopping site)
    - Removed ZanyVideos: Videos are not publics
    - Removed Zaable: Now is a strange website (videos seems to be privates)
    - Removed Broadcaster: Website closed
    - Removed GodTube: Website changed to Tangle
    - Removed ZippyVideos: Website seems to be down

    xUpdater:
    ---------

    - Added new function: echo "msg"
    - Added possibility to use " inside the ".." (i.e: "bla bla \"quoted\" bla bla")
    - Added new optional parameter to "exec" function "wait" (i.e: exec "app" wait)

    Linux:
    ------

    - Configuration file for linux os is now : ~/.xVideoServiceThief (thanks to AzalSup)
    - Default download directory for linux os is now ~/xVideoServiceThief_downloads (thanks to AzalSup)

    Windows:
    --------

    - Compiled with last VC++ version (VC++ 2008 express edition)

    Windows Vista:
    --------------

    - Added detection of Windows Vista for advertise about "administrator permission"
    - Added administrator permission before execute xUpdater

    MacOS X:
    --------

    - Added ffmpeg internal detection
    - Resized all windows for better user experience
    - Configuration file for MacOS X is now: /Users/{User}/Preferences
    - All configuration files are now PLIST's

    2009-05-01 21:52:06 UTC by xesk