BeBits Information Developer Central Submit Application Your Account Web Links Contact Us
BeBits
Please support our sponsors!
TubePositive
Talkback
 Go back to the TubePositive page
 Post a new Talkback comment!
Thanks for the update!
 By Eddyspeeder - Posted on May 15, 2008 - 10:52:31   (#22797)
 Current version when comment was posted: 1.1
Yes and now I can show at home how well my dance performance went last Saturday :-) Thanks again Cyan!!!

tube positive working again
 By gaukler - Posted on May 14, 2008 - 18:41:02   (#22795)
 Current version when comment was posted: 1.1
Thanks for the update. Now I can watch educational videos on Youtube again:)
mark

Fixed
 By Cyan - Posted on May 14, 2008 - 18:21:56   (#22794)
 Current version when comment was posted: 1.1
Version 1.1 released, with updated parsing code and proxy support.

Re: Problem (also proxy servers)
 By Cyan - Posted on May 14, 2008 - 15:23:31   (#22793)
 Current version when comment was posted: 1.0
Keepvid.com seem to have made some changes which has broken compatibility (they've changed the server which the ripping service is hosted on).

I updated the code last night, but it's currently only compiled for BONE -- if I've got some time this evening, I'll compile it under net_server and release it, otherwise it'll have to wait until the weekend.

hey68you -- The new version also has proxy support, so that should resolve the problem!

problem
 By gaukler - Posted on May 14, 2008 - 12:36:19   (#22792)
 Current version when comment was posted: 1.0
I'm getting the "can't find video to extract" error message. Tube Positive was working up to a few days ago, now I can't get videos from either my desktop or my laptop.
mark

TubePositive_internals/ripper
 By seisei - Posted on May 7, 2008 - 11:56:23   (#22785)
 Current version when comment was posted: 1.0
#!/bin/sh
#Downloader for dailymotion and youtube
#Seisei Yamaguchi 0020080507

str__url__download=`TubePositive_-_ripper $1` # /bin/ripper


##Tyny-fixer for googlevideo
#str__url__google=`echo $str__url__download | grep google | sed -e 's/&/\&/g'`
#str__url__download=`printf "$str__url__google\n$str__url__download\n"`
#str__url__download=`printf "$str__url__download" | sed -e s/^$//`
#alert --warning $str__url__google &

echo $str__url__download


str__title__video=''
#=`echo $1 | sed -e s@.*dailymotion.com/.*/@@`
#=`sed -e s@.*<title>\(.*\)</title>.*@\1@`

#echo $str__title__video >> url.txt
#echo $1 >> url.txt
#echo $str__url__download >> url.txt
#echo '' >> url.txt &
echo $str__url__download > url.txt &


str__id__video=$str__url__download
str__id__video=`echo $str__id__video | sed -e s@.*youtube\.com/get_video?video_id=@@ | sed -e 's/&.*//'`
str__id__video=`echo $str__id__video | sed -e s@.*dailymotion\.com/.*/flv/@@ | sed -e 's/\.flv?.*//'`
str__filename__video__local=$str__title__video'_-_'$str__id__video".flv"

str__path__download=~/Downloads
#mkdir $str__path__download
cd $str__path__download

num__delay__anti_traffic=0
#(
sleep $num__delay__anti_traffic
# #sh -c#exec# wget --restrict-file-names=unix,nocontrol -q -c -P $str__path__download -O $str__filename__video__local $str__url__download & #|| \ ## timestamp
NetPositive "$str__url__download" &
#) &
#( sleep $num__delay__anti_traffic ; NetPositive "$str__url__download" && sleep 8 && mv ddoowwnnllooaaddeedd $str__filename__video__local ) &
touch $str__filename__video__local &
#ln -s $str__filename__video__local "$str__url__download" &
#mv $str__filename__video__local "$str__url__download" &

#alert --warning $str__filename__video__local &

Proxy
 By Cyan - Posted on May 1, 2008 - 17:18:13   (#22777)
 Current version when comment was posted: 1.0
Thanks for the comments everyone!

As for the proxy server, unfortunately that isn't supported in the current version.
If anyone could come forward with a summary of what's required to interact with a proxy, I could try adding the feature when I've got some free time. Is it just a matter of connecting to the proxy via HTTP, and providing the desired destination in the header in some way?

Another option would be to set up some kind of transparent proxy on port 80, to hide the manual proxy from applications on the system.
Not sure if anything is available for BeOS of this nature; it might require the use of a separate server.

Re: proxy
 By mmu_man - Posted on May 1, 2008 - 14:14:46   (#22776)
 Current version when comment was posted: 1.0
it seems vlc's http plugin has a proxy setting and respects the standard proxy environment variable...

So you can either use the Window->Preferences menu, go to Reading/codecs -> Access modules -> HTTP(S) and set the proxy server as url, like: http://123.45.67.89:8080

Or add to your UserSetupEnvironment this line:
export http_proxy="http://123.45.67.89:8080"
This way will also make apps like wget use the setting as well.

Should this work if I connect to the Internet through a proxy server?
 By hey68you - Posted on May 1, 2008 - 06:04:28   (#22775)
 Current version when comment was posted: 1.0
Hi Cyan,

Should this work if I connect to the Internet through a proxy server?

It doesn't seem to even get to the point of launching vlc?

Thanks,
hey68you

Goodbye MS
 By Tyro65 - Posted on April 29, 2008 - 23:10:41   (#22770)
 Current version when comment was posted: 1.0
Yea! Another tool to avoid using MS Windows. Thanks so much.

Pretty cool!
 By stippi - Posted on April 25, 2008 - 07:09:49   (#22762)
 Current version when comment was posted: 1.0
This is definitely pretty cool! Thanks a lot!

Works on Zeta 1.2
 By TronDD - Posted on April 23, 2008 - 20:47:28   (#22761)
 Current version when comment was posted: 1.0
Very cool. It does with Zeta, I used the latest VLC.

Brilliant!
 By Eddyspeeder - Posted on April 23, 2008 - 18:16:32   (#22760)
 Current version when comment was posted: 1.0
A truly native BeOS application using a simple interface, drag-and-drop between applications and symlinks. I'm highly impressed by the way it functions. Easy access to YouTube... FINALLY! :-)

For not very experienced Zeta users: although I recommend you install the latest version of vlc, you might also be able to use "DVDPlayer" under /boot/apps/Video/DVDPlayer. Though if you create the symlink (see the readme), make sure you rename the symlink (NOT the application file) to "vlc".

wow, this works great!
 By Kevin Field - Posted on April 22, 2008 - 20:54:16   (#22758)
 Current version when comment was posted: 1.0
especially since the last YouTube hack stopped working...and Net+ too, that's great! thanks so much!

Works on Haiku
 By scottmc - Posted on April 22, 2008 - 16:30:40   (#22757)
 Current version when comment was posted: 1.0
Just so you know this works on Haiku as well.
I just tried it out on r25002.


 
BeGroovy
  Recent Downloads  -  # 18
Total Downloads  -  # 3,349
Total Views  -  # 3,718
User Ratings  -  N/A
  Misc. Network
Network Entertainment
Video Playback
1.  QEMU - 9.62
2.  ScummVM - 9.50
3.  cpu_fix - 9.42
4.  Jukebox - 9.36
5.  Haiku AGP busm... - 9.35
6.  vim6 - 9.31
7.  Transmission - 9.27
8.  Beezer - 9.25
9.  BeeF - 9.25
10.  HandBrake - 9.24
1.  Ati Radeon Grap... - 422
2.  BeOS 5 Personal... - 236
3.  Realtek RTL8139... - 226
4.  USB Serial driver - 175
5.  ATI Rage 128 Pr... - 158
6.  VLC Media Player - 118
7.  Ensoniq AudioPC... - 102
8.  Sound Blaster Pr... - 92
9.  Broadcom 440x 10... - 90
10.  S3 Trio 64 v2 DX... - 87
You are not logged in.
 Login or create an account...
Hosted by NetConnect

 
Unless otherwise noted, everything is copyright © 1999-2002 Fifth Ace Productions, LLC. All Rights Reserved.
For more legal trivia, take a gander at our
Legal Stuff page and our Privacy Statement.
Fifth Ace Productions