View Full Version : Ultimate PSPTube
JK108
11-22-2008, 10:31 AM
Here it is, Ultimate PSPTube 2.0. A modification of PSPTube which allows you to watch videos on your PSP. There are 33 sites included. Below is the readme which includes how to change the site order, disable certain sites and a small troubleshooting section.
Ultimate PSPTube 2.0
--------------------
Scripts & Various Features - JK108
Original Program - SofiyaCat
Main Theme - Psimxc
Optional Theme - Salvy
This is a modification for PSPTube which aims to deliver a fully working video
streamer to the PSP with as little trouble as possible. The original PSPTube was
created by SofiyaCat. All scripts and various other features were created by JK108.
The main theme for Ultimate PSPTube was created by Psimxc. The optional theme was
created by Salvy. If there are any problems with the program please let me know
on the PSPHacks or MaxConsole forums and I will do my best to fix them.
Sites Included
--------------
-CrunchyRoll
-Current
-Dailymotion
-Google Video
-Guba
-Kontraband
-LiveLeak
-MegaPorn
-MegaVideo
-MetaCafe
-MuchoSucko
-MySpace Videos
-MyVideo
-NothingToxic
-Pornhub
-RedTube
-Revision3
-Spike
-StageVu
-StreetFire
-TheTend
-Tube8
-TubeIso
-Tudou
-VBox7
-Veoh
-VidMax
-Vimeo
-Wank.To
-Wanktube
-xHamster
-XVideos
-YouTube
Known Issues
------------
-Videos don't save to favourites for Veoh, Guba and xHamster
-Longer videos in Veoh dont load because they use a format that PSPTube doesn't support
-There are various issues with the quality of the videos for many sites because they use a non supported format
-Thumbnails don't show for MegaVideo and MegaPorn to stop the search from being slow
-Some longer videos in XVideos can crash the PSP
-Videos that have been flagged on YouTube no longer work as they require an account
Installation
------------
Delete any old version of Ultimate PSPTube that is already on your PSP and then simply copy the folder
"Ultimate PSPTube" into the directory "PSP/GAME" on your PSP. There should now be the folder
"PSP/GAME/Ultimate PSPTube". Thats all you need to do.
Controls
--------
While Not Playing Video:
Select - Changes the selected site which is displayed in the top left corner.
X - Play the selected video.
O - Search for videos on the selected site.
Triangle - Brings up the menu where you can save to favourites, add to playlist etc.
Square - Switches the view. Either search results, video playback or split.
L Trigger - Previous page of results.
R Trigger - Next page of results.
While Playing Video:
O - Stops the video returns to search results.
Square - Switches the view. Either search results, video playback or split.
Triangle - Hides the time display. Press again to hide video playback and then press again to show all.
Select - Change the video playback size.
Start - Pauses the video. Press again to resume.
Left Arrow - Slows down the playback speed.
Right Arrow - Speeds up the playback speed.
Special Searches
----------------
Certain sites allow you to perform special searches. Below are the sites that allow special searches and
an explanation of what each special search does. Special searches are not case sensitive.
Youtube:
--------
!popular - Returns the most popular videos as the search results
!viewed - Returns the most viewed videos as the search results
!hd - Returns HD videos as the search results
!featured - Returns the featured videos as the search results
!rising - Returns the most rising videos as the search results
!discussed - Returns the most discussed videos as the search results
!recent - Returns the most recent videos as the search results
!responded - Returns the most responded videos as the search results
!favourited - Returns the top favourited videos as the search results
!rated - Returns the top rated videos as the search results
Some of these special YouTube searches also allow you to determine the time period of the results. You can
do this by adding any of these to the end of the search:
today
thisweek
thismonth
alltime
Here are some examples:
!rated alltime - Returns the most rated videos af all time as the search results
!viewed thisweek - Returns the most viewed videos this week as the search results
!popular thismonth - Returns the most popular videos this month as the search results
!favourited today - Returns the most favourited videos today as the search results
MetaCafe:
--------
!popular - Returns the most popular videos as the search results
!rated - Returns the most rated videos as the search results
!viewed - Returns the most viewed videos as the search results
!rising - Returns the most rising videos as the search results
How To Change The Site Order & Disable Certain Sites
----------------------------------------------------
Ultimate PSPTube has a feature allowing you to change the order that the sites are
displayed in as well as selecting what sites you actually want to display. To change
the site order or stop sites from being displayed, you need to edit the config.js file
found in root folder of Ultimate PSPTube. Below is an example of the section that
contains the site order and what sites to display.
//Order Of Sites
//To not use a site just comment the line out
var site_order = [
"YouTube",
"CrunchyRoll",
"MetaCafe",
"Pornhub",
"Wank.To",
"MuchoSucko",
"Dailymotion",
"Revision3",
"LiveLeak",
"MegaVideo",
"TubeIso",
"Spike",
"StageVu",
"Guba",
"NothingToxic",
"StreetFire",
"VidMax",
"MegaPorn",
"MyVideo",
"VBox7",
"Tudou",
"Current",
"Kontraband",
"Vimeo",
"TheTend",
"MySpace Videos",
"Veoh",
"Google Video",
"xHamster",
"Wanktube",
"RedTube",
"Tube8",
"XVideos",
];
As you can see, the order of the sites in the example above goes YouTube, then CrunchyRoll, then
MetaCafe, etc. If you want to change the site order all you have to do is switch the
lines around. If you want to disable a site you can put // in front of the line
containing that site. Below is another example with a few changes.
//Order Of Sites
//To not use a site just comment the line out
var site_order = [
"YouTube",
"Dailymotion",
"Veoh",
"CrunchyRoll",
//"MetaCafe",
"Pornhub",
"Wank.To",
"MuchoSucko",
"Revision3",
"LiveLeak",
"MegaVideo",
"TubeIso",
"Spike",
"StageVu",
//"Guba",
"NothingToxic",
"StreetFire",
"VidMax",
"MegaPorn",
"MyVideo",
"VBox7",
"Tudou",
"Current",
"Kontraband",
"Vimeo",
"TheTend",
"MySpace Videos",
"Google Video",
"xHamster",
"Wanktube",
"RedTube",
"Tube8",
"XVideos",
];
Now the order of the sites in the above example goes YouTube, then Dailymotion, then
Veoh, etc. Also notice that in this example MetaCafe and Guba wouldn't be displayed in Ultimate
PSPTube because they have // in front of them.
Adult Filter
------------
This will disable all adult sites when it is turned on. You can turn the adult filter
on or off by editing the config.js file found in root folder of Ultimate PSPTube. Below is the
section that you would need to edit.
//Adult Filter
//Turn this on to disable all adult sites and content
//0: Off
//1: On
PSPTube.AdultFilter = 0;
In the example above, the adult filter is turned off because it is set to 0. If you set
it to 1, the adult filter would be turned on. Please note that when adult filter is turned on,
Veoh family filter will also be turned on automatically. Adult filter is turned off by default.
Veoh Family Filter
------------------
You can turn Veoh family filter on or off by editing the config.js file found in root folder of
Ultimate PSPTube. Below is the section that you would need to edit.
//Veoh Family Filter
//0: Off
//1: On
PSPTube.VeohFamilyFilter = 0;
In the example above, Veoh family filter is turned off because it is set to 0. If you set
it to 1, Veoh family filter would be turned on. It is turned off by default.
File & Folder Structure
-----------------------
Optional Theme/EBOOT.PBP
Optional Theme/Preview.jpg
Optional Theme/Readme.txt
Ultimate PSPTube/favorites
Ultimate PSPTube/system/sites/CrunchyRoll.js
Ultimate PSPTube/system/sites/Current.js
Ultimate PSPTube/system/sites/Dailymotion.js
Ultimate PSPTube/system/sites/Google Video.js
Ultimate PSPTube/system/sites/Guba.js
Ultimate PSPTube/system/sites/Kontraband.js
Ultimate PSPTube/system/sites/LiveLeak.js
Ultimate PSPTube/system/sites/MegaPorn.js
Ultimate PSPTube/system/sites/MegaVideo.js
Ultimate PSPTube/system/sites/MetaCafe.js
Ultimate PSPTube/system/sites/MuchoSucko.js
Ultimate PSPTube/system/sites/MySpace Videos.js
Ultimate PSPTube/system/sites/MyVideo.js
Ultimate PSPTube/system/sites/NothingToxic.js
Ultimate PSPTube/system/sites/Pornhub.js
Ultimate PSPTube/system/sites/RedTube.js
Ultimate PSPTube/system/sites/Revision3.js
Ultimate PSPTube/system/sites/Spike.js
Ultimate PSPTube/system/sites/StageVu.js
Ultimate PSPTube/system/sites/StreetFire.js
Ultimate PSPTube/system/sites/TheTend.js
Ultimate PSPTube/system/sites/Tube8.js
Ultimate PSPTube/system/sites/TubeIso.js
Ultimate PSPTube/system/sites/Tudou.js
Ultimate PSPTube/system/sites/VBox7.js
Ultimate PSPTube/system/sites/Veoh.js
Ultimate PSPTube/system/sites/VidMax.js
Ultimate PSPTube/system/sites/Vimeo.js
Ultimate PSPTube/system/sites/Wank.To.js
Ultimate PSPTube/system/sites/Wanktube.js
Ultimate PSPTube/system/sites/xHamster.js
Ultimate PSPTube/system/sites/XVideos.js
Ultimate PSPTube/system/sites/YouTube.js
Ultimate PSPTube/system/dvemgr.prx
Ultimate PSPTube/system/mediaengine.prx
Ultimate PSPTube/system/site_man.js
Ultimate PSPTube/config.js
Ultimate PSPTube/EBOOT.PBP
Ultimate PSPTube/Readme.txt
Troubleshooting
---------------
Q. I can start the game but it just stays at a black screen.
A. Make sure you are using the latest kernel mode and not the 1.50 kernel mode. You can
change the kernel mode in the recovery menu which can be accessed by holding R1 when
you turn on your PSP.
Q. I can't start the game because it says the data is corrupted.
A. Ultimate PSPTube requires custom firmware to run. I can confirm that it works from version
3.90 M33 upwards. I haven't tested any lower firmware versions although they may still work.
Changelog
---------
2.0
-Kontraband is now included
-Wank.To is now included
-Fixed YouTube after the videos stopped working
-Fixed a bug in YouTube which caused it to display some searches incorrectly if they had few results
-Fixed a bug in MetaCafe which caused it to only show the first page
-Fixed a bug in Spike which caused it to only show the first page of results
-Fixed StreetFire after it stopped working
-Fixed the description in Current
-Fixed TheTend after the videos stopped working
-Fixed Google Video after the videos stopped working
-Fixed XVideos after the videos stopped working
-Had to remove the high quality feature from YouTube because fmt=6 videos have been removed from the website
-Had to remove TNAFlix because the videos now crash the PSP
-Had to remove Shufuni because the search doesn't work properly and the video URL is more secure
-Had to remove ThatVideoSite because the website no longer appears to exist
-Had to remove Yuvutu because I can no longer obtain the search results
1.9
-StreetFire is now included
-Current is now included
-Fixed the TNAFlix script after the site changed slightly
-Fixed a bug in YouTube which caused some searches to display no results
-Fixed a bug in YouTube which caused it to only show the first page for some countries
-xHamster script is fixed after the videos stopped working
-Fixed a bug in Muchosucko that caused some videos not to work
-Fixed a bug in Muchosucko that caused it to only show the first page
-Fixed a bug in Pornhub that caused it to only show the first page
1.8
-Spike is now included
-Revision3 is now included
-TheTend is now included
-Added special searches for MetaCafe
-Made small improvements to the description filter
-Fixed a bug in StageVu where the thumbnails weren't showing as the site changed
-Fixed a bug in CrunchyRoll that caused it to reach the end of results on the first page
-MuchoSucko script is fixed after the videos stopped working
-Google Video script is fixed after the videos stopped working
-MegaVideo and MegaPorn thumbnails now don't show to stop the search from being slow
1.7
-Vimeo is now included
-VidMax is now included
-MegaVideo is now included although the search is very slow
-MegaPorn is now included although the search is very slow
-The optional theme has been updated
-Added special searches for YouTube and TNAFlix
-Adult Filter is now an option in the config
-Fixed a bug in Pornhub where the videos wouldn't play due to site changes
1.6
-Yuvutu is now included
-xHamster is now included
-Fixed a bug in YouTube where the thumbnail and title would display incorrectly for some results
-Fixed the VBox7 script so the videos now work again
-Made a few changes to how the description text is handled
1.5
-RedTube is now included
-StageVu is now included
-ThatVideoSite is now included
-An optional theme is now included
-MyVideo script is fixed after it stopped working because the site changed
-Google Video script is fixed after it stopped working because the site changed
-Fixed a bug in Veoh where some searches would return no results when they should do
-Fixed a bug in CrunchyRoll where the thumbnails weren't showing as the site changed
-Fixed a bug in YouTube where it would only show the first few thumbnails due to site changes
-Fixed a bug in YouTube while high quality is enabled where videos wouldn't load
if there wasn't a high quality version due to changes to the YouTube site
1.4
-TubeIso is now included
-YouTube script is fixed after it stopped working because the site layout changed
-Integrated YouTubeHQ into the normal YouTube script. There is now an option in the
config to use high quality mode on YouTube when its available
-Fixed a bug in MySpace Videos where the description was sometimes incorrect
-Fixed a bug in many of my scripts where it would incorrectly display the number of
views if it was more than a million
-Fixed a bug in TNAFlix where the description wasn't displaying correctly
1.3
-MetaCafe is now included
-XVideos is now included
-Tudou is now included
-Pornhub is now included
-YouTubeHQ is now included
-Family filter for Veoh is now an option in the config
-YouTube bug fixed where it comes to the end of results on the first page
-Google Video script is fixed after it stopped working because they changed the way
the video length was displayed on their site
1.2
-LiveLeak is now included
-VBox7 is now included
-Small improvements to video descriptions
1.1
-NothingToxic is now included
-Tube8 is now included
-Hyperlinks in descriptions are now replaced with their text
Example: "<a href="http://www.somesite.com">Here</a>" becomes "Here"
-HTML Image tags are now removed from descriptions
Example: "<img src="http://www.somesite.com/someimage.gif">" is removed
-Small bug fixes
1.0
-Original Release
If there are any problems with it please let me know and I will do my best to fix them.
You can download Ultimate PSPTube 2.0 here: http://www.mediafire.com/?sharekey=415764c33eccb729ab1eab3e9fa335caa6280f6d 5c658cbf or download one of the attachments.
Site Progress List: http://jk108.100webspace.net/Site%20Progress%20List.txt
Ardatan's High Memory Mod: http://www.rapidshare.com/files/215121833/UltimatePSPTube_HighMem.rar
jas21
11-22-2008, 12:18 PM
Thank you very much I hope it keeps getting better:):):):):)
catte
11-22-2008, 12:37 PM
Great Work Thx
sagarp14
11-22-2008, 01:52 PM
Awesome great work. I kept up with you since you first released your scripts in the HOW-TO thread and i'm glad that I did.
ahsan29
11-22-2008, 02:47 PM
you rock JK108!
sharoek
11-22-2008, 02:50 PM
YEs!!!
Thank you very much JK
chaoswar
11-22-2008, 03:17 PM
thanx man, i like the sites!!!
gdfnr123
11-22-2008, 05:18 PM
Tnx 4 the hard work bro!
Upload it on Qj too 2 let people know!
NICK^^
11-22-2008, 06:23 PM
Nice homebrew!
Site works so sweet for me,
Thanks for making this.
Hope you release a buch of updates for this homebrew.
Ehmm one question ok?
Can you include redtube in the next update?
Thanks =D
Nick,
JK108
11-22-2008, 06:33 PM
Nice homebrew!
Site works so sweet for me,
Thanks for making this.
Hope you release a buch of updates for this homebrew.
Ehmm one question ok?
Can you include redtube in the next update?
Thanks =D
Nick,
There will be updates im pretty sure. I already tried redtube but its videos dont load properly in PSPTube so there wouldnt be much point including it.
NICK^^
11-22-2008, 06:45 PM
Ok forgot redtube..
I found a site whats called tnaflix :p
and its in this homebrew, gehe
ok i will have a close watch on your topics for the updates :cool:
Antoniocool
11-22-2008, 11:00 PM
good idea making it so you could hide sites and order them.
chaoswar
11-23-2008, 12:36 AM
There will be updates im pretty sure. I already tried redtube but its videos dont load properly in PSPTube so there wouldnt be much point including it.
I notice that your script won't work on pervious versions like Super PSPTube, so i think it might be a good idea to make all the old sites to work on you versions to keep things up to date..
Pl0xs
11-23-2008, 02:58 AM
Hey man, really nice!
Whats the song btw? :P
EduardoS
11-23-2008, 07:02 AM
@JK108 YOU are the Best all works Perfectly :)
ca you make clipfish.de Site to ?
Xenogears V
11-23-2008, 07:40 AM
Thanks, but is possible to watch the .flv video on memory stick?.
JK108
11-23-2008, 08:04 AM
UPDATE: Ultimate PSPTube 1.1 is now released. please see my 1st post for information and download
I notice that your script won't work on pervious versions like Super PSPTube, so i think it might be a good idea to make all the old sites to work on you versions to keep things up to date..
Thats because most of the scripts on Super PSPTube didnt work with each other very well (they hijack the GetURL functions from other scripts, unitentionally tho). Thats why they had to be ordered in a certain way. My scripts all work correctly with the GetURL function so you can order and hide them etc.
Hey man, really nice!
Whats the song btw? :P
Im not sure, the menu theme was made by Psimxc.
@JK108 YOU are the Best all works Perfectly :)
ca you make clipfish.de Site to ?
It looks hard to get video url again. I may have another look soon but i doubt i would be able to make it sorry.
Thanks, but is possible to watch the .flv video on memory stick?.
Watch FLV on memory stick? Im not sure.
sharoek
11-23-2008, 10:04 AM
Watch FLV on memory stick? Im not sure.
Yeah it is possible ;)
bugmenot2
11-23-2008, 10:13 AM
Hey man you made us very very happy.
U are great. Thanxx
So could you make an Xtube script?
It would be fantastic.:D
JK108
11-23-2008, 10:14 AM
Yeah it is possible ;)
Really? How does that work? I never knew about this.
sizzlah
11-23-2008, 12:57 PM
thank you soo much for creating such wonderful scripts.
but there is oneissure i have with watching the videos. when ever i do watch the videos with sites like Myvideo or Shufuni. the video always gets distorted and starts playing in black and white with a lagg in the screen. i thought this was a network issues but saved videos also play the same way. i was wondering if there is any solutions to this problem.
one other issue i had was with tna flixs as the video would stop playing and restart once the video stoped loading.
Thanks.
JK108
11-23-2008, 01:06 PM
thank you soo much for creating such wonderful scripts.
but there is oneissure i have with watching the videos. when ever i do watch the videos with sites like Myvideo or Shufuni. the video always gets distorted and starts playing in black and white with a lagg in the screen. i thought this was a network issues but saved videos also play the same way. i was wondering if there is any solutions to this problem.
one other issue i had was with tna flixs as the video would stop playing and restart once the video stoped loading.
Thanks.
There isnt really a solution because its to do with PSPTube itself. Some videos arent fully supported as they are in a different format. As there is no source code for PSPTube, there is no fix to this apart from creating a new PSPTube from scratch.
sharoek
11-23-2008, 02:15 PM
Really? How does that work? I never knew about this.
Well actually it's the same when you download with psptube
Example:
If you have like internet download manager and you go to youtube.
And you play a video on youtube.
You can download the youtube file in flv format with internet download manager.
Save it and put it in /PSP/GAME/Ultimate PSPTube/favorites
Do you get it? :p
JK108
11-23-2008, 02:24 PM
Well actually it's the same when you download with psptube
Example:
If you have like internet download manager and you go to youtube.
And you play a video on youtube.
You can download the youtube file in flv format with internet download manager.
Save it and put it in /PSP/GAME/Ultimate PSPTube/favorites
Do you get it? :p
Oh right yea of course i see. I just didnt think about it like that. Thanks.
EDIT: @terrawar: I think its possible to make vbox7 so im going to try make a script for it now.
Antoniocool
11-23-2008, 02:49 PM
Well actually it's the same when you download with psptube
Example:
If you have like internet download manager and you go to youtube.
And you play a video on youtube.
You can download the youtube file in flv format with internet download manager.
Save it and put it in /PSP/GAME/Ultimate PSPTube/favorites
Do you get it? :p
it also works with .mpg and some . wmv i havent tried any other formats yet.
SSJLightUchiha
11-23-2008, 03:16 PM
If its not too much trouble, could you post it in .zip format. I dont have WinRAR any more so I cant unrar it. Thanks
JK108
11-23-2008, 03:26 PM
No problem the ZIP archive is now available to download on my 1st post.
Antoniocool
11-23-2008, 03:29 PM
http://www.freedownloadscenter.com/Utilities/Compression_and_Zip_File_Utilities/WinRAR_Download.html
If its not too much trouble, could you post it in .zip format. I dont have WinRAR any more so I cant unrar it. Thanks
sharoek
11-23-2008, 03:38 PM
it also works with .mpg and some . wmv i havent tried any other formats yet.
o lol didnt know that it also support those formats:p
SSJLightUchiha
11-23-2008, 03:39 PM
Thank you very much. Its awesome
JK108
11-23-2008, 03:45 PM
o lol didnt know that it also support those formats:p
Yea PSPTube actually supports a few formats not just FLV. Unfortunately not all formats though which is why theres some quality problems.
chaoswar
11-23-2008, 04:26 PM
hey JK108, for the crunchyroll site i think it is best to allow it play the low quality videos because most of the hq video have a issue with the colors.
Keep up the good work!!!
JK108
11-23-2008, 04:40 PM
hey JK108, for the crunchyroll site i think it is best to allow it play the low quality videos because most of the hq video have a issue with the colors.
Keep up the good work!!!
lol I already tried to do it with the low quality and it was even worse.
chaoswar
11-23-2008, 05:11 PM
JK108 I was a bit bored so I made my theme and put it in your ver.1.1, see if you like it:
chaoswar
11-23-2008, 05:12 PM
lol I already tried to do it with the low quality and it was even worse.
Damn, i was hoping it would be better.
Sorry for double post.
seang5041
11-23-2008, 09:06 PM
Hey thanks for making all those great scripts. Can you check out familyguyx.net see if you can make one. Oh yeah and my friend keeps bothering me to ask if you were able to make youporn or something like that.
AdamRav
11-23-2008, 09:11 PM
just want to say thanks for the app
and this is only my 2nd post in 2 years on this site
haha
:D
AdamRav
11-23-2008, 09:46 PM
One more thing
Can you make a script for this site
If you can please
liveleak.com
Thanks
:)
chaoswar
11-23-2008, 11:24 PM
Hey thanks for making all those great scripts. Can you check out familyguyx.net see if you can make one. Oh yeah and my friend keeps bothering me to ask if you were able to make youporn or something like that.
familyguyx.net only uses url from different sites they dont host the videos, meaning you need a direct link to the the sites that is hosting the videos to work on PSPTube.
for example familyguyx.net uses links from:
hulu.com
megavideo.com
supernovatube.com
youku.com
megastic.com
etc.
JK108
11-24-2008, 10:46 AM
familyguyx.net only uses url from different sites they dont host the videos, meaning you need a direct link to the the sites that is hosting the videos to work on PSPTube.
for example familyguyx.net uses links from:
hulu.com
megavideo.com
supernovatube.com
youku.com
megastic.com
etc.
Well most of those I dont think I can make unfortunately. For hulu, megavideo, youku I dont know how to get the video url. For supernovatube I can get the video url but the search on the site doesnt seem to work for some reason? It always says no results. For megastic there isnt even a search so that would be difficult. And liveleak is also difficult to get the video url from. Sorry guys. Im seriously starting to think about using an external site like keepvid or clipnabber or the site darionco mentioned before to get the video urls for me since I cant work it out.
EDIT: Yea I think its best if I just use video grabber sites instead of working it out myself. Dont know why I wasnt anyway lol. VBox7 script which was requested is now done but some videos have those stripes on them.
hamboy08
11-24-2008, 11:49 AM
mine says data corrupt please help duno what to do
:confused:
JK108
11-24-2008, 11:57 AM
mine says data corrupt please help duno what to do
:confused:
Data corrupt lol? What says that, the PSP or winrar? Try downloading it again.
chaoswar
11-24-2008, 02:11 PM
mine says data corrupt please help duno what to do
:confused:
Maybe you dont have CFW, or wrong kernel, or you put it in the wrong folder?
Could be any of those.
AdamRav
11-24-2008, 02:16 PM
Thanks for having a look anyway JK108
appreciate it
JK108
11-24-2008, 02:19 PM
Thanks for having a look anyway JK108
appreciate it
No wait, now that im using other sites to get video urls it looks like I will be able to make it.
seang5041
11-24-2008, 03:56 PM
So what can you do now that you werent able to do using that old method?
JK108
11-24-2008, 04:01 PM
So what can you do now that you werent able to do using that old method?
Well now most of the sites which I couldnt make before because I didnt know how to get the video url of, I can now make. Just by using an external site like keepvid to get the video url for me. And LiveLeak script is pretty much finished now btw.
seang5041
11-24-2008, 04:08 PM
Sounds great. Looks like you just keep making good news for everyone who likes this app. Thanks and im sure everyone appreciates it. Oh yeah and my friend keeps asking for youporn. (i call him the pervert!!)
matomato
11-24-2008, 04:28 PM
Great! Great job JK108 :cool:
JK108
11-24-2008, 04:37 PM
Sounds great. Looks like you just keep making good news for everyone who likes this app. Thanks and im sure everyone appreciates it. Oh yeah and my friend keeps asking for youporn. (i call him the pervert!!)
lol there used to be a script for youporn but the videos didnt load correctly. It Had the same problem as my Tube8 script does where the video goes all black and white and the time is wrong then everything mucks up lol. I cant fix that because its to do with the video format. I could make a script for it but most of the videos wouldnt turn out right.
EDIT: Ulitmate PSPTube 1.2 has now been released. Changes include 2 new sites: VBox7 and LiveLeak. They both have a few quality issues with some videos but its better than no scripts for them at all lol. Expect more scripts to come.
jas21
11-24-2008, 05:38 PM
Your bringing more today?
That would be awesome:):):)
JK108
11-24-2008, 05:40 PM
Expect more scripts to come.
Your bringing more today?
That would be awesome:):):)
Haha not today. I need to make them first. Later on during the week I meant.
terrawar
11-24-2008, 05:48 PM
JK108,thank you for the great work.All scripts are perfect(I'm very happy now that I can watch vbox7 via my PSP lol :D)
By the way you're becoming a celebrity,man ;) the Qj.net has published your unique app in they're news section,check it out:
http://pspupdates.qj.net/PSP-homebrew-Ultimate-PSPTube-v1-1/pg/49/aid/126605
Keep up the spirit,Dude!
JK108
11-24-2008, 05:59 PM
JK108,thank you for the great work.All scripts are perfect(I'm very happy now that I can watch vbox7 via my PSP lol :D)
By the way you're becoming a celebrity,man ;) the Qj.net has published your unique app in they're news section,check it out:
http://pspupdates.qj.net/PSP-homebrew-Ultimate-PSPTube-v1-1/pg/49/aid/126605
Keep up the spirit,Dude!
Wow lol I didnt even realise. Thanks for your support and the link :)
seang5041
11-24-2008, 06:18 PM
Have you tried to make megavideo using that new method? Oh yeah can you check out metacafe.
zach5555
11-24-2008, 11:51 PM
i cant get youtube to work, all of the other sites work, when i click on a video to play it just does nothing, i am using version 1.2, when i used super psptube it worked.....
PLZ FIX!!!:(
patrck_744
11-25-2008, 03:22 AM
Redtube works on SUPER PSPTube
_towelie_
11-25-2008, 09:53 AM
I LOVE this program and use it all the time. One feature that I'd like to see improved is the avi player. It almost works perfectly for me. The video quality is really good but there's always a problem with the audio. I don't know anything about audio/video encoding but it sounds like the audio is too saturated, there's always a crackly noise when someone speaks or there's a loud noise.
In the meantime is there anything I can do to the avi files themselves to help with the audio saturation? Like I said I don't know anything about encoding but if someone can link me to a good encoder or tries to explain it to me or has any suggestions I could probably figure it out.
JK108
11-25-2008, 10:57 AM
I know Redtube works on Super PSPTube but the videos dont load properly. I could make a script for my version but there isnt much point if the vids dont play right. And the avi/flv player that is in PSPTube cant be edited because I didnt make the whole program, only the scripts and a few features. I would need the source code to make changes like that which I dont have unfortunately. YouTube script works for me btw dont know what the problem is. Make sure you didnt change anything in the release with other scripts. If anybody is wondering why Google Video script stopped working its because they changed the way the length of the video was dispalyed on the site. So instead of saying like 42 secs it now says 00:42. This is obviously an improvement to their site (hopefully not an attempt to ruin my script lol) and my script now works with it. The fix will be in next release along with pornhub, tudou and a few other script (hopefully).
Megavideo and Metacafe im sure I can make scripts for using this new method. Also I have been getting some help with some of the video urls from Max Demian. You can check out his website here: http://max.subfighter.com/flv/. It also has a downloader which allows you to download videos from many sites :).
skweezer
11-25-2008, 11:55 AM
thanks for all the hard work your putting into this. :)
cant wait for the megavideo script. :p
gdfnr123
11-25-2008, 05:21 PM
Hey JK108! i have a question about youtube script.
when i type "linkin park" it only shows 16results, whereas youtube.com shows like 10,000 results smthing like that.
Other key words work though.. and fasT!! Tnx!
why is it that when i type linkin park it shows only 16results??
JK108
11-25-2008, 05:41 PM
Hey JK108! i have a question about youtube script.
when i type "linkin park" it only shows 16results, whereas youtube.com shows like 10,000 results smthing like that.
Other key words work though.. and fasT!! Tnx!
why is it that when i type linkin park it shows only 16results??
Im looking at it now. If you look at youtube website and type in linkin park, on the results theres a section at the top with like the 4 most common or sumthin and it only shows a total of 16 when its spose 2 show 20. This makes my script think its reached the end of the results. I need to work out a way to fix this. For the mean time you can search link park and it should work fine. I will try and fix this.
rpvee
11-25-2008, 05:46 PM
Stupid question - do I need a custom firmware to run this?
chaosdevi
11-25-2008, 05:55 PM
Thanks for your hard work. I think you also presented it well. I really only have one request and that is a site that has movies (like from theaters). I don't know of any but if I find one I'll ask to see if it will work.
Chronos14
11-25-2008, 06:02 PM
On my psp this ultimate PSPtube doesn't work properly. The Videos from TNAflix are shown and when I start one then it fully buffers but the video does NOT start!!! And when I search for Myspace Videos I get nothing :S Why do I have this??? And is anyone out there with a similiar problem?
JK108
11-25-2008, 06:05 PM
Yea I think you need custom firmware and yes if you find a good movie site let me know and I will try make it. Also pornhub script is done and tudou script is almost done. The YouTube thing I have a sort of fix for. If there is less than 20 results it usually sets the total to the last result shown. But because youtube only shows like 16 or so results on the 1st page anyway, it doesnt do that on the 1st page which should do the trick.
On my psp this ultimate PSPtube doesn't work properly. The Videos from TNAflix are shown and when I start one then it fully buffers but the video does NOT start!!! And when I search for Myspace Videos I get nothing :S Why do I have this??? And is anyone out there with a similiar problem?
TNAFlix does that for some videos. Dont know why, something to do with video player in PSPTube probably. Dont know about Myspace Videos I will check if that happens on mine.
rpvee
11-25-2008, 06:15 PM
:(
I don't want custom firmware... but I do want PSPtube...
:(
chaosdevi
11-25-2008, 06:24 PM
i just keep finding sites that have the movies hosted somewhere else like mega video and youku.
realistpnoy
11-25-2008, 07:35 PM
when i search "naruto 189" on youtube then select the first one it doesnt load and when i press O it will just shut off my psp... whats wrong???
seang5041
11-25-2008, 08:14 PM
Hey can you look at this site i found for music videos. Its called music.com.
ssjnaruto
11-26-2008, 01:47 AM
I really want to know what song is played! :D Sounds like a SandStorm remix, but.. who did it? I want to game to this song.. Anyone know? :[ Thanks! ^^
Also, love you for this homebrew! This is probably one of the only reasons I turn on my PSP (other than movies).
vinotht
11-26-2008, 12:49 PM
this are really cool
seang5041
11-26-2008, 01:15 PM
I really want to know what song is played! :D Sounds like a SandStorm remix, but.. who did it? I want to game to this song.. Anyone know? :[ Thanks! ^^
Also, love you for this homebrew! This is probably one of the only reasons I turn on my PSP (other than movies).
i think the song is called "Exploration of Space"
bugmenot2
11-26-2008, 04:44 PM
Hey man you made us very very happy.
U are great. Thanxx
So could you make an Xtube script?
It would be fantastic.
JK108
11-26-2008, 05:57 PM
Hey man you made us very very happy.
U are great. Thanxx
So could you make an Xtube script?
It would be fantastic.
XTube is one of the hardest sites to make. They constantly update it their site to stop video downloaders working. So it looks doubtful sorry.
patrck_744
11-26-2008, 07:14 PM
I thought SofiyaCat released the source for PSPTube?
darionco
11-26-2008, 09:38 PM
I thought SofiyaCat released the source for PSPTube?
What???!!!!!
Anyone knows if this is true??? if it is, please let me know... i would be very interested in taking a look to that code... comments must be in... hmmm... not in english or any other language that i speak, but oh well...
BTW Good job JK108 keep it up!
darionco
GG-Xtreme
11-27-2008, 04:00 AM
Any chance you could make a hi-res YouTube script?
"http://youtube.com/get_video?video_id=video_id&t=token&fmt=6" works fine on the computer. However, on the PSP, formats 6 (480x270 FLV), 18 (480x270 MP4) and 22 (1280x720 MP4) all redirect back to the default 320x240 FLV. I know that PSPTube supports the other video formats (except 22), because I can download them with my computer and play them off the memory stick without any problems (and they look incredible).
Edit: I did it! Unfortunately, even though I have tried to make the second script as unique as possible, it was conflicting with the original script. Once I removed the old script, it worked. The quality is amazing.
Gariath
11-27-2008, 07:52 AM
Can it also upload big size movies?
JK108
11-27-2008, 11:20 AM
Any chance you could make a hi-res YouTube script?
"http://youtube.com/get_video?video_id=video_id&t=token&fmt=6" works fine on the computer. However, on the PSP, formats 6 (480x270 FLV), 18 (480x270 MP4) and 22 (1280x720 MP4) all redirect back to the default 320x240 FLV. I know that PSPTube supports the other video formats (except 22), because I can download them with my computer and play them off the memory stick without any problems (and they look incredible).
Edit: I did it! Unfortunately, even though I have tried to make the second script as unique as possible, it was conflicting with the original script. Once I removed the old script, it worked. The quality is amazing.
Well yea I could implement that no problem. It only gets the video with fmt=18 for me tho. I will make it so you can change the setting in the config.js file. It would look something like:
PSPTube.YouTubeHighQuality = 1;
With 1 meaning high quality and 0 meaning not. I would set it to 0 as default because some people may have slower internet and wouldnt be able to load it as quick.
And if someone knows about the source code.. it would be very useful lol(Improvements would be made..with permission of course). Pornhub and Tudou scripts are finished too.
EDIT: The high quality videos are taking forever to load on my PSP and arent working properly by the looks of it, some never loaded, others crashed my psp. I am using fmt=18 because fmt=6 didnt work on my computer and fmt=18 did.
sharoek
11-27-2008, 02:50 PM
Does some1 know a good anime site like youtube
Anime with most of it eng subs
Cause i cant find any of mine anime in eng subs on youtube/veoh or crunchy....:(
Like the anime ikkitousen or yumeria :s
GG-Xtreme
11-27-2008, 03:12 PM
Well yea I could implement that no problem. It only gets the video with fmt=18 for me tho. I will make it so you can change the setting in the config.js file. It would look something like:
PSPTube.YouTubeHighQuality = 1;
With 1 meaning high quality and 0 meaning not. I would set it to 0 as default because some people may have slower internet and wouldnt be able to load it as quick.
And if someone knows about the source code.. it would be very useful lol(Improvements would be made..with permission of course). Pornhub and Tudou scripts are finished too.
EDIT: The high quality videos are taking forever to load on my PSP and arent working properly by the looks of it, some never loaded, others crashed my psp. I am using fmt=18 because fmt=6 didnt work on my computer and fmt=18 did.
The PSP is not capable of streaming a 480x270 MP4 smoothly. Use &fmt=6 (it works for me). It still shows slight compression at some points, but it looks very crisp at the native resolution. Also, to test this properly, search (using PSPTube) for '&fmt=22', and watch the first video (music video 'Dream Fighter' by Perfume). And like I said, this didn't work if left the original YouTube script in the site folder, so you might want to try removing that first to rule out other problems. I actually wanted to separate PSPTube sites to switch between, but it won't work for some reason.
JK108
11-27-2008, 04:35 PM
The PSP is not capable of streaming a 480x270 MP4 smoothly. Use &fmt=6 (it works for me). It still shows slight compression at some points, but it looks very crisp at the native resolution. Also, to test this properly, search (using PSPTube) for '&fmt=22', and watch the first video (music video 'Dream Fighter' by Perfume). And like I said, this didn't work if left the original YouTube script in the site folder, so you might want to try removing that first to rule out other problems. I actually wanted to separate PSPTube sites to switch between, but it won't work for some reason.
I tried to download 2 different videos on my computer using fmt=6 and they both gave 404 errors so I dont think they would work on the PSP lol. There should be no need to have separate scripts for this we can just make it an option in the config.js file. If I ever get this to work I will put it in my next release. Also the reason why the scripts are conflicting is probably because they need to have different Name and Description values and the new one would need to be added to the site order list in the config.js file.
GG-Xtreme
11-27-2008, 05:48 PM
I tried to download 2 different videos on my computer using fmt=6 and they both gave 404 errors so I dont think they would work on the PSP lol. There should be no need to have separate scripts for this we can just make it an option in the config.js file. If I ever get this to work I will put it in my next release. Also the reason why the scripts are conflicting is probably because they need to have different Name and Description values and the new one would need to be added to the site order list in the config.js file.
This is the code I'm using:
function YouTubeHD_GetURL( url, option )
{
// Grab video ID:
// "movie=" video ID
var video_id = url.match( /^http:\/\/www\.youtube\.com\/watch\?v=(.*)/ );
if(video_id == null) { return null; /* ID not valid */ }
video_id = video_id[1];
var contents = GetContents( "http://www.youtube.com/watch?v=" + video_id );
if(contents == null) { return null; /* error getting page */ }
// get video file URL
var url_token = "http://www.youtube.com/api2_rest?method=youtube.videos.get_video_token&video_id=" + video_id;
var tokenurl = url_token;
var reg = GetContents( tokenurl );
var token = reg.match( /<t>(.*)<\/t>/ );
var token = token[1];
var video_url = 'http://youtube.com/get_video?fmt=6&video_id='+video_id+'&t='+token;
return video_url;
}
The only problems I've noticed is that if you try to load a video that is too long (too large), it will not load. Then you will have to restart PSPTube to watch any videos. I would use two scripts (as opposed to the .js file), because (partly due to the size problem I just mentioned) it would be better to be able to switch between high-quality/normal on the fly using the PSP, instead of having to edit a file.
JK108
11-27-2008, 05:57 PM
This is the code I'm using:
function YouTubeHD_GetURL( url, option )
{
// Grab video ID:
// "movie=" video ID
var video_id = url.match( /^http:\/\/www\.youtube\.com\/watch\?v=(.*)/ );
if(video_id == null) { return null; /* ID not valid */ }
video_id = video_id[1];
var contents = GetContents( "http://www.youtube.com/watch?v=" + video_id );
if(contents == null) { return null; /* error getting page */ }
// get video file URL
var url_token = "http://www.youtube.com/api2_rest?method=youtube.videos.get_video_token&video_id=" + video_id;
var tokenurl = url_token;
var reg = GetContents( tokenurl );
var token = reg.match( /<t>(.*)<\/t>/ );
var token = token[1];
var video_url = 'http://youtube.com/get_video?fmt=6&video_id='+video_id+'&t='+token;
return video_url;
}
The only problems I've noticed is that if you try to load a video that is too long (too large), it will not load. Then you will have to restart PSPTube to watch any videos. I would use two scripts (as opposed to the .js file), because (partly due to the size problem I just mentioned) it would be better to be able to switch between high-quality/normal on the fly using the PSP, instead of having to edit a file.
I still get a 404 error when using that code and its pretty much the same as the 1 im using. How long/large roughly because every video ive tried has given me a 404. It could be better to switch on the fly but im just concerned about the amount of sites there actually are now and its starting to take forever to scroll through. There are 16 with v1.2 and 18 so far for 1.3 and another would make it 19. How often does it crash when using the HD script not depending on the video length.
hotguyonxxx
11-27-2008, 07:15 PM
hey JK108 I really like ur work, keep it up bro! can u make a script for xvideos?
seang5041
11-27-2008, 07:49 PM
Hey JK have you tried to make megavideo and metacafe
GG-Xtreme
11-28-2008, 12:03 AM
I still get a 404 error when using that code and its pretty much the same as the 1 im using. How long/large roughly because every video ive tried has given me a 404. It could be better to switch on the fly but im just concerned about the amount of sites there actually are now and its starting to take forever to scroll through. There are 16 with v1.2 and 18 so far for 1.3 and another would make it 19. How often does it crash when using the HD script not depending on the video length.
Do you get a 404 on the PSP (it sits at 0:00) or on the computer as well? It works fine on my computer. I'm on the Phat. I haven't successfully watched a video more than 3:05. I have only been able to watch videos so far with '&fmt=22' somewhere in the tags or description. Other videos (most YouTube videos) just sit at 0:00 on the PSP. Since I can't add this as an additional site without a conflict, I copied the PSPTube directory, left my YouTube high-quality script as the only site for the copy, and renamed the game 'PSPTube HQ Beta'. So if I want to watch regular YouTube, I launch the original, but if I want to watch a high-quality video, I launch the second one. This is temporary until I can sort out these problems. I thought I should also mention that I'm not using the Ultimate PSPTube EBOOT, I'm using a SuperPSPTube++2.00 (by Dark_Alex) that I modified myself to get it working again under 5.00 M33-3. Does Ultimate PSPTube add any improvements? If so, I will switch move my scripts over to it instead.
Edit: Here is an example of a video that works in high-quality on the PSP (if you're on a computer, it will be in 720p with ultra-quality sound as well): http://www.youtube.com/watch?v=JnYyjwVWeHk&fmt=22
matomato
11-28-2008, 01:49 AM
Edit: Here is an example of a video that works in high-quality on the PSP (if you're on a computer, it will be in 720p with ultra-quality sound as well): http://www.youtube.com/watch?v=JnYyjwVWeHk&fmt=22
WOW, amazing video quality :eek:!
f3likx
11-28-2008, 04:11 AM
Hey JK have you tried to make megavideo and metacafe
hey sean have you tried to make megavideo and metacafe
JK108
11-28-2008, 10:07 AM
OK im about to try and make metacafe and megavideo(if i can). XVideos ive already made and the video quality isnt great (its like tube8) because the videos say like 200 mins or something wrong then go in black and white. I will include it in next release anyway. YouTube HD, ive tried it on PC and videos got 404, havent tried on PSP because i thought it would do the same but I will try. If it works like you say I have a new idea to make everyone happy with it. It involves editing the config.js file but only once. Here is my idea, something like this:
//YouTube High Quality Mode
//0: Normal YouTube Site, No High Quality
//1: Use High Quality YouTube Site
//2: Use 2 Separate Sites, One For Normal and One For HQ
PSPTube.YouTubeHighQuality = 0;
@GG-Xtreme - All my scripts use Ultimate PSPTube functions so they need my version to work and my version also adds the site order and site selection feature allowing you to choose what sites display and what order they are displayed in.
EDIT: MetaCafe is now done. If you cant watch videos longer than 3 min or so which have to contain &fmt=22 is there much point in an HD YouTube script?
AdamRav
11-28-2008, 02:15 PM
Can't wait for the next release
:D
sharoek
11-28-2008, 03:39 PM
Guys !!
Does some1 know a good anime site like youtube
Anime with most of it eng subs
Cause i cant find any of mine anime in eng subs on youtube/veoh or crunchy....
Like the anime ikkitousen or yumeria :s
seang5041
11-28-2008, 04:08 PM
hey sean have you tried to make megavideo and metacafe
Sure man i have.;);)
hotguyonxxx
11-28-2008, 09:22 PM
heyyy google script isn't working. when you search something, it says no video.
GG-Xtreme
11-28-2008, 10:27 PM
WOW, amazing video quality :eek:!
Yep, it's a lesser-known YouTube secret that works for a handful of videos.
YouTube HD, ive tried it on PC and videos got 404, havent tried on PSP because i thought it would do the same but I will try. If it works like you say I have a new idea to make everyone happy with it. It involves editing the config.js file but only once. Here is my idea, something like this:
//YouTube High Quality Mode
//0: Normal YouTube Site, No High Quality
//1: Use High Quality YouTube Site
//2: Use 2 Separate Sites, One For Normal and One For HQ
PSPTube.YouTubeHighQuality = 0;
@GG-Xtreme - All my scripts use Ultimate PSPTube functions so they need my version to work and my version also adds the site order and site selection feature allowing you to choose what sites display and what order they are displayed in.
EDIT: MetaCafe is now done. If you cant watch videos longer than 3 min or so which have to contain &fmt=22 is there much point in an HD YouTube script?
I really don't know why you'd get a 404. If you can view this: http://www.youtube.com/watch?v=UUQ5bvy7QrI&fmt=6
Then http://youtube.com/get_video?video_id=UUQ5bvy7QrI&t=token&fmt=6 should launch a download for get_video.flv (when you substitute the correct token). I have the options 0 and 1 in my config already, but I cannot get the two separate sites working for some reason.
Does Ultimate PSPTube allow you to browse for video files on the memory stick? Can it play avi, mp4, wmv, and mov files off of the memory stick? I will probably switch to it anyway.
The reason for YouTube HD is to watch YouTube videos that are meant to be seen in high quality. I successfully watched a video without the &fmt=22 (2:00 long) and a 5:00 long video (with &fmt=22 in the description). It's not meant to replace the regular YouTube.
batanen
11-29-2008, 09:51 AM
First, I must say that this is a rather good program, but there is a few issues that should be taken care of:
- Usually while watching over 20 minutes long videos, they tend to freeze before the end (CrunchyRoll, Veoh). I was able to watch first three episodes of Shion no Ou, but after that I have had this issue with CrunchuRoll and now I think the program is too unstable --> unusable for my needs.
- Veoh is too slow and you can't turn off the family filter.
- If you have created a playlist, the program doens't remember it after shutdown.
- PSPTube should be able to load the video more to the memory than it does now (maybe it could use the memory stick's own memory?).
- Plus some minor issues.
Some of these could probably be fixed only by SofiyaCat or by making the scripts better (= more stable). I don't know whether this sounded unnecessary whining, but hopely the developers could use this feedback to make the PSPTube even better.
JK108
11-29-2008, 10:10 AM
heyyy google script isn't working. when you search something, it says no video.
I know about this and its been fixed for next release.
Yep, it's a lesser-known YouTube secret that works for a handful of videos.
I really don't know why you'd get a 404. If you can view this: http://www.youtube.com/watch?v=UUQ5bvy7QrI&fmt=6
Then http://youtube.com/get_video?video_id=UUQ5bvy7QrI&t=token&fmt=6 should launch a download for get_video.flv (when you substitute the correct token). I have the options 0 and 1 in my config already, but I cannot get the two separate sites working for some reason.
Does Ultimate PSPTube allow you to browse for video files on the memory stick? Can it play avi, mp4, wmv, and mov files off of the memory stick? I will probably switch to it anyway.
The reason for YouTube HD is to watch YouTube videos that are meant to be seen in high quality. I successfully watched a video without the &fmt=22 (2:00 long) and a 5:00 long video (with &fmt=22 in the description). It's not meant to replace the regular YouTube.
Putting the options in the config won't change anything unless I change my scripts to read from it. Some videos did load using that method on the PSP so I will make the 2 scripts and put the options I suggested in the config for next release.
First, I must say that this is a rather good program, but there is a few issues that should be taken care of:
- Usually while watching over 20 minutes long videos, they tend to freeze before the end (CrunchyRoll, Veoh). I was able to watch first three episodes of Shion no Ou, but after that I have had this issue with CrunchuRoll and now I think the program is too unstable --> unusable for my needs.
- Veoh is too slow and you can't turn off the family filter.
- If you have created a playlist, the program doens't remember it after shutdown.
- PSPTube should be able to load the video more to the memory than it does now (maybe it could use the memory stick's own memory?).
- Plus some minor issues.
Some of these could probably be fixed only by SofiyaCat or by making the scripts better (= more stable). I don't know whether this sounded unnecessary whining, but hopely the developers could use this feedback to make the PSPTube even better.
Well the freezing is because of the video format and I dont have the source code of PSPTube to change it. I will look into the family filter on Veoh and if I work out a way to change it I will make it an option in the config. Most of these problems are nothing to do with my scripts. They are to do with the way the program actually works. Ive made my scripts as good as they could be to work with what weve got. Theres nothing more I can really do to fix most of those problems.
EDIT: Ive made family filter for Veoh an option in the config.js file. Ive made YouTubeHQ as a separate script to YouTube. Both will be included in next release. If anyone wants to stop YouTubeHQ displaying they can always remove it from the site order list.
sharoek
11-29-2008, 12:05 PM
Nice !
and when will you release your next one ? :o
JK108
11-29-2008, 12:09 PM
Nice !
and when will you release your next one ? :o
Very soon im thinking because ive added like 5 new sites and made a few fixes.
batanen
11-29-2008, 12:20 PM
Well the freezing is because of the video format and I dont have the source code of PSPTube to change it. I will look into the family filter on Veoh and if I work out a way to change it I will make it an option in the config. Most of these problems are nothing to do with my scripts. They are to do with the way the program actually works. Ive made my scripts as good as they could be to work with what weve got. Theres nothing more I can really do to fix most of those problems.
EDIT: Ive made family filter for Veoh an option in the config.js file. Ive made YouTubeHQ as a separate script to YouTube. Both will be included in next release. If anyone wants to stop YouTubeHQ displaying they can always remove it from the site order list.
Ok. Thank you! That was surely fast. I knew you're doing the best you were able to. Thank you very much for the reply!
seang5041
11-29-2008, 12:52 PM
Are you able to turn the family filter on and off on metacafe
JK108
11-29-2008, 01:03 PM
Are you able to turn the family filter on and off on metacafe
I dont think so unfortunately. I had a look at that when I was making the script for it and you need to go to a page and click confirm etc which I couldnt do on the script. I think it needs cookies to work as well. Anyway here is Ultimate PSPTube 1.3. These are the changes:
1.3
-MetaCafe is now included
-XVideos is now included
-Tudou is now included
-Pornhub is now included
-YouTubeHQ is now included
-Family filter for Veoh is now an option in the config
-YouTube bug fixed where it comes to the end of results on the first page
-Google Video script is fixed after it stopped working because they changed the way
the video length was displayed on their site
See my 1st post for the readme and download links.
terrawar
11-29-2008, 01:56 PM
Thanks for the cool release,JK108!
sharoek
11-29-2008, 02:16 PM
I dont think so unfortunately. I had a look at that when I was making the script for it and you need to go to a page and click confirm etc which I couldnt do on the script. I think it needs cookies to work as well. Anyway here is Ultimate PSPTube 1.3. These are the changes:
1.3
-MetaCafe is now included
-XVideos is now included
-Tudou is now included
-Pornhub is now included
-YouTubeHQ is now included
-Family filter for Veoh is now an option in the config
-YouTube bug fixed where it comes to the end of results on the first page
-Google Video script is fixed after it stopped working because they changed the way
the video length was displayed on their site
See my 1st post for the readme and download links.
Wow that is very quick !:p
farris
11-29-2008, 03:24 PM
i like this program very much, but i still have the same bugs as the PSPtube from februar this year... 9 of 10 times it freezes and my PSP shuts off... When a movie is loading and I press O the PSP freezes, sometimes when I click on a movie my PSP freezes, etc. Is it because I own the Fat PSP (with less memory) or is it just a bug in the software? It's very annoying when you want to watch the movie and the PSP freezes for the 1000th time :P
JK108
11-29-2008, 03:29 PM
i like this program very much, but i still have the same bugs as the PSPtube from februar this year... 9 of 10 times it freezes and my PSP shuts off... When a movie is loading and I press O the PSP freezes, sometimes when I click on a movie my PSP freezes, etc. Is it because I own the Fat PSP (with less memory) or is it just a bug in the software? It's very annoying when you want to watch the movie and the PSP freezes for the 1000th time :P
I have a fat PSP too and it freezes for me sometimes aswell. I think its a bug with the program. Its a shame SofiyaCat stopped improving it or it could have been something really good.
gdfnr123
11-29-2008, 03:31 PM
Wow Tnx ! 4 the Release JK!
farris
11-29-2008, 03:32 PM
I have a fat PSP too and it freezes for me sometimes aswell. I think its a bug with the program. Its a shame SofiyaCat stopped improving it or it could have been something really good.
ok, it's good to know that it isn't the fat PSP itself... We need to get the source :)
JK108
11-29-2008, 03:33 PM
ok, it's good to know that it isn't the fat PSP itself... We need to get the source :)
Yea I would love to have it so I could make some improvements but I dont think its been released.
NICK^^
11-29-2008, 03:44 PM
Thanks for the update, good job
Keep the good thing banging :cool:
XBoogalooX
11-29-2008, 03:58 PM
hmm, you could try asking her on youtube. She logged in about a week ago.
her profile is 'sofiyacat'
and thanks for the scripts mate, really enjoying youtube in hq :)
darionco
11-29-2008, 04:17 PM
hmm, you could try asking her on youtube. She logged in about a week ago.
her profile is 'sofiyacat'
and thanks for the scripts mate, really enjoying youtube in hq :)
I'm gonna try to do so, thanks for the tip!
JK108, keep up the good work!
darionco
JK108
11-29-2008, 04:23 PM
hmm, you could try asking her on youtube. She logged in about a week ago.
her profile is 'sofiyacat'
and thanks for the scripts mate, really enjoying youtube in hq :)
Thanks for that. Ive sent SofiyaCat a message asking for the source code so I could continue developing it. I also said that I made this version with all my scripts and sent a link to this thread.
EDIT: lol didnt see your post darionco. Hope we havent bombarded her with messages lol.
tony5607
11-29-2008, 10:22 PM
Thanks for that. Ive sent SofiyaCat a message asking for the source code so I could continue developing it. I also said that I made this version with all my scripts and sent a link to this thread.
EDIT: lol didnt see your post darionco. Hope we havent bombarded her with messages lol.
JK, your YoutubeHQ script doesn't seem to work for me on my Slim. It searches for the videos fine, but when selected, it won't play.
JK108
11-29-2008, 10:42 PM
JK, your YoutubeHQ script doesn't seem to work for me on my Slim. It searches for the videos fine, but when selected, it won't play.
Yea I know, its not meant for normal YouTube videos but for ones which are meant to be played in high quality. Search fmt=22 using it and those videos will play in high quality.
pspflashsystem
11-30-2008, 08:29 AM
Hi Can you add in the next version ustream.tv please?:
Thanks
This update is very useful: great work :)
vader0146
11-30-2008, 09:53 AM
Good application (1.3). Don't like the porn sites though.
jpgine
11-30-2008, 01:49 PM
Hi!
This add would make psptube very close to perfect
Please add Danzeff OSK
TXS
NICK^^
11-30-2008, 01:58 PM
Hi!
This add would make psptube very close to perfect
Please add Danzeff OSK
TXS
He can't do it
He haven't the source of PSPtube..
:(
Hope soficatt help you make it the perfect homebrew
GG-Xtreme
11-30-2008, 04:24 PM
Yea I know, its not meant for normal YouTube videos but for ones which are meant to be played in high quality. Search fmt=22 using it and those videos will play in high quality.
That's cool if you got it working using separate site scripts. I guess I'll have to use your version :D Even better if you threw in DA's memory stick browser and the ability to play any type of video file (I believe your version supports AVI files in the favorites folder).
MasterDKR
11-30-2008, 09:09 PM
hey since your making a script for megavideo, possibly for the next release, can you add megarotic in there also, same format as megavideo., and appreciated all your hard work :)
Jaryth000
12-01-2008, 08:08 AM
Let me start off by just copy and pasting what I said on the psp-hacks site:
Im actually very impressed. This is one of the most Polished homebrew programs I’ve seen by far (not saying other programs are bad, just… not as polished… with plain text menus and such… where as this one has a nicer flow).
I was surprised of the snappiness of the program, it loaded fast and executed tasks fast. It lags a bit when first loading a video, Im guessing due to the fact that it has to load the information, then start buffering. But ether way its still nice.
Im giving this app 8.5/10. Very good.
And now, I have a question. So, I have my own site... with FLV's on it, and I've proved (by directly entering the URL) that UPSPTube (for short...) can play the FLV's I've encoded... but I was wondering how I can make a script for it (Im not necessarily asking you to make a script for it, unless it would be very easy for you to do), or if there is anything I could do to my site to allow it to be used with this, because I get a lot of people asking me to provide a way for them to watch my videos on there PSP... and this seams like the perfect idea.
My site: jaryth.net/CC/eng/video/
All the files to my site: jaryth.net/CC/eng/video/files/ (FLV's anyway. also, ignore the file listings... or at least the links. the actual files can be accessed by just sticking names in after /files/. for example: video/files/scene1_part1.flv)
The one thing that comes to mind though... is that I have no search algorithms... although Im sure it would be pretty easy to PHP'together a script that whenever you enter ANY search, it simiply displays all the videos (jaryth.net/CC/eng/video/index.php?q=anythinghere would simply list all my videos).
But, if it was at all possible, then I would be able to list the script (or a modified (with your permission) version of UPSPTube) on my site, and explain how to use it.
That, or if all else fails, I would just tell everyone to download the videos, download UPSPTube, and stick them on there memorystick so they can load them XD.
At any rate, thanks for reading and amazing application.
Xenogears V
12-01-2008, 09:05 AM
No audio while playing .flv video.
steveojones
12-01-2008, 10:12 AM
Thanks I was looking for some info on psptube. great guide.
JK108
12-01-2008, 10:15 AM
@pspflashsystem - PSPTube wouldnt be able to stream live video so I cant make ustream.tv script sorry.
@vader0146 - All of the sites are optional. You can disable any sites you don't want to display. See the readme on how to do it.
@MasterDKR - The thing is that im trying to make megavideo but its very hard to get the video url off their site. If I manage to do it I will make megarotic too.
@Jaryth000 - All my scripts use the search functions that are built into websites. Say I wanted to search "cars" on youtube I would get the contents of the url: "http://uk.youtube.com/results?search_query=cars". Then I would parse the page to get individual results. To make a script for your site you would need a search built into the site. With the titles and links to the flv videos as the search results. You would probably need to use PHP to do it and have it so you could type in a url similar to above to get those search results.
Jaryth000
12-01-2008, 02:16 PM
@Jaryth000 - All my scripts use the search functions that are built into websites. Say I wanted to search "cars" on youtube I would get the contents of the url: "uk.youtube.com/results?search_query=cars". Then I would parse the page to get individual results. To make a script for your site you would need a search built into the site. With the titles and links to the flv videos as the search results. You would probably need to use PHP to do it and have it so you could type in a url similar to above to get those search results.
Yes... but you see, there has to be a way to 'fake' that. I only have a set number of videos, and they are meant to be displayed (listed) and watched in order (for the most part). Is there no way to just display a list?
Or even within that.... a playlist? Now that i think of it... could I not just make a playlist with direct links to all the files?
JK108
12-01-2008, 04:01 PM
Yes... but you see, there has to be a way to 'fake' that. I only have a set number of videos, and they are meant to be displayed (listed) and watched in order (for the most part). Is there no way to just display a list?
Or even within that.... a playlist? Now that i think of it... could I not just make a playlist with direct links to all the files?
I dont think PSPTube saves its playlists you create on it. Not sure. If theyre all listed on a page then it could just display the list on PSPTube but you have to search something to display any results. It could be made so whatever you search it will just come up with the list of videos.
Jaryth000
12-01-2008, 04:33 PM
I dont think PSPTube saves its playlists you create on it. Not sure. If theyre all listed on a page then it could just display the list on PSPTube but you have to search something to display any results. It could be made so whatever you search it will just come up with the list of videos.
The one thing that comes to mind though... is that I have no search algorithms... although Im sure it would be pretty easy to PHP'together a script that whenever you enter ANY search, it simiply displays all the videos (jaryth.net/CC/eng/video/index.php?q=anythinghere would simply list all my videos)
:P thats what I said I could do in my original post. The PHP for making any search show the list I want would not be to hard (basically, like "if q= anything, then display this"), the only thing Im not sure on, is how to output those results in a way that PSPTube can read them. Looking over the scripts... I get a very basic understanding of it... but still not sure...
Hmm Ill see if I can think of something. Still, thanks for your help, and if you have any ideas, please share.
JK108
12-01-2008, 04:56 PM
:P thats what I said I could do in my original post. The PHP for making any search show the list I want would not be to hard (basically, like "if q= anything, then display this"), the only thing Im not sure on, is how to output those results in a way that PSPTube can read them. Looking over the scripts... I get a very basic understanding of it... but still not sure...
Hmm Ill see if I can think of something. Still, thanks for your help, and if you have any ideas, please share.
Well looking at your site now its fine as it is. Theres no need to make any more on the website. I can just get the videos from http://jaryth.net/CC/eng/video/ whatever the search result is. I will make a script for it soon when I get time. I dont see any thumbnails for the videos but theyre not necessary anyway.
rpvee
12-01-2008, 05:04 PM
I want PSPTube so badly! :(:(:(
I don't know anyone with a Pandora battery, though, and all the text-in-folders stuff and codes and what-not... it's so complicated. :(
Jaryth000
12-01-2008, 05:07 PM
Well looking at your site now its fine as it is. Theres no need to make any more on the website. I can just get the videos from jaryth.net/CC/eng/video/ whatever the search result is. I will make a script for it soon when I get time. I dont see any thumbnails for the videos but theyre not necessary anyway.
Well, I thank you very much for your time then sir :).
And although there very far from thumbnails, there are image previews (Each of the FLV's has a JPG with the same name).... but I doubt that would work that well. Regardless, I still thank you for your help.
JK108
12-01-2008, 05:34 PM
Well, I thank you very much for your time then sir :).
And although there very far from thumbnails, there are image previews (Each of the FLV's has a JPG with the same name).... but I doubt that would work that well. Regardless, I still thank you for your help.
Oh yea we could use those as thumbnails :). Ill get started on it soon. btw im not having much luck with Megavideo/Megarotic people. I might take a break from trying to make that because its looking doubtful.
ziiggy
12-01-2008, 06:07 PM
Hey JK108 nice work with the scripts. I was wondering if it is possible to view videos on dailymotion with the family filter turned off?
Jaryth000
12-01-2008, 06:17 PM
Hey JK108 nice work with the scripts. I was wondering if it is possible to view videos on dailymotion with the family filter turned off?
I cant give you a 100% answer on this (as I dont use Dalymotion) but, if you open the config.js file in any plaintext editor (notepad?) it has a line for:
//Dailymotion login (not needed)
PSPTube.dailyname = "";
PSPTube.dailypass = "";
If you enter in your information, and on your account you have the filter turned off, I would assume it would let you search with no filter. Worth a shot at least?
pspgooo
12-01-2008, 09:43 PM
hey is this better then the latest super tube or no?
JK108
12-02-2008, 03:15 AM
I cant give you a 100% answer on this (as I dont use Dalymotion) but, if you open the config.js file in any plaintext editor (notepad?) it has a line for:
//Dailymotion login (not needed)
PSPTube.dailyname = "";
PSPTube.dailypass = "";
If you enter in your information, and on your account you have the filter turned off, I would assume it would let you search with no filter. Worth a shot at least?
Actually im not sure how to turn the family filter off. That section isnt even used in my script because im not sure how to log in to dailmotion using PSPTube. I dont think the older dailymotion script did it either.
EDIT: Ive made progress with YouTube. Now theres one YouTube script and it will play the high quality video (fmt=6) if its available and the normal quality video if it isn't. Theres an option in the config to turn high quality off/on. It works by getting the video viewing page and checking if it has the "watch in high quality" to the bottom right of the video. If it does it will use high quality, if not it will use normal quality. Its disabled in the config by default only because it makes the initial video load take very slightly longer as it has to get check if the high quality version exists. Also if its playing the high quality version of the video then it will obviously load the video a little slower. Its hardly noticable if you have a decent connection but I would rather not have people complaining that its slower.
Jaryth000
12-02-2008, 02:27 PM
Nice update to the youtube script. Having high quality videos is awesome ^_^.
Hmmm any chance of progress on the script for my site?
JK108
12-02-2008, 02:42 PM
Nice update to the youtube script. Having high quality videos is awesome ^_^.
Hmmm any chance of progress on the script for my site?
I have just started and I will let you know when im done.
EDIT: Im done I think. Hope its ok. Ive attached it. To install it copy script to sites folder and add "Crisis Core Videos" to the site list in config.js file.
sharoek
12-02-2008, 03:40 PM
How come if i search for videos on the internet in crunchyroll i get more results then if i search in uPsptube ? :confused:
Can you also make a script of hulu.com ?
Jaryth000
12-02-2008, 04:19 PM
I have just started and I will let you know when im done.
EDIT: Im done I think. Hope its ok. Ive attached it. To install it copy script to sites folder and add "Crisis Core Videos" to the site list in config.js file.
Wow, works like a charm! I thank you very much!
My final question then becomes, can I have your permission to host a modified version of UPSPTube on my site? Full credit given to you of course.
JK108
12-02-2008, 04:47 PM
Wow, works like a charm! I thank you very much!
My final question then becomes, can I have your permission to host a modified version of UPSPTube on my site? Full credit given to you of course.
Yes of course lol. You might want to update it everytime I update Ultimate PSPTube thats up to you :)
How come if i search for videos on the internet in crunchyroll i get more results then if i search in uPsptube ? :confused:
Can you also make a script of hulu.com ?
I will have a look at CrunchyRoll. Hulu is difficult to make a script for. Ive been trying for a while. I will keep trying though.
EDIT: Made a few changes to that script for your site. Now it should still work if you add more videos to your site. Ive replaced the attachment on my previous post with the updated script.
Jaryth000
12-02-2008, 06:02 PM
Thanks for the update!
gdfnr123
12-02-2008, 10:42 PM
Hey JK! Just A request if ur not busy could u make a script 4
w w w. p a n d o r a . t v ?? (korean website) Tnx!
ryan1982
12-03-2008, 09:20 AM
Hi JK!, Your version of psptube is a lot better than the others. Yours is very stable and fast too. Keep up the good work!
However, I would appreciate it even more if veoh could load all the videos and save it as favourite. A lot interessting stuff there. In addition, could you include some sites on which full length videos are available like megavideo.com?
and maybe some suggestions for the next version. :)
fastforward x 3+? or a functionality to set the video to start from a given time? :D
AdamRav
12-03-2008, 10:56 AM
Hi JK!, Your version of psptube is a lot better than the others. Yours is very stable and fast too. Keep up the good work!
However, I would appreciate it even more if veoh could load all the videos and save it as favourite. A lot interessting stuff there. In addition, could you include some sites on which full length videos are available like megavideo.com?
and maybe some suggestions for the next version. :)
fastforward x 3+? or a functionality to set the video to start from a given time? :D
Thing is, he could do all thouse things if he had the source code, which he has'nt got.
We just gotta wait till SofiyaCat decides to release the source code.....
GG-Xtreme
12-03-2008, 08:06 PM
If you didn't need access to the source code to do all this, then I suggest you swap out your EBOOT with the SuperPSPTube++ 2.00 (by Dark_Alex) if it will still work. It will allow memory stick browsing, the playing of almost any video file type, and has a chance of being compatible with your redesigned scripts.
GG-Xtreme
12-03-2008, 09:46 PM
I figured out how to use only one script and make sure that the high quality works. Open YouTube.js and find:
var video_url = "http://youtube.com/get_video?video_id=" + id + "&t=" + token;
replace with:
var hqcheck = GetContents( "http://www.youtube.com/watch?v=" + video_id + "&fmt=22" );
if(hqcheck.match( /watch in normal quality/ )) {
var video_url = 'http://youtube.com/get_video?fmt=6&video_id='+video_id+'&t='+token;
} else {
var video_url = 'http://youtube.com/get_video?video_id='+video_id+'&t='+token;
}
You can then delete YouTubeHQ.js. When you open a video for play or download, it will automatically determine if high-quality mode will work on the PSP, or else it will revert to normal quality.
chaoswar
12-03-2008, 10:10 PM
If you didn't need access to the source code to do all this, then I suggest you swap out your EBOOT with the SuperPSPTube++ 2.00 (by Dark_Alex) if it will still work. It will allow memory stick browsing, the playing of almost any video file type, and has a chance of being compatible with your redesigned scripts.
It does have the function of Super PSPTube, you just need to add directory in the config.js and you can search through your memory stick.
Ex:
//Location of favourites folder
//Example: PSPTube.favorites = "ms0:/PSP/COMMON";
//Default location is "/favorites"
PSPTube.favorites = "ms0:/PSP/GAME/Ultimate PSPTube/favorites/";
tony5607
12-03-2008, 11:49 PM
JK, if you have time, see if you can make a script out of this:
xnxx.com
GG-Xtreme
12-03-2008, 11:55 PM
It does have the function of Super PSPTube, you just need to add directory in the config.js and you can search through your memory stick.
Ex:
//Location of favourites folder
//Example: PSPTube.favorites = "ms0:/PSP/COMMON";
//Default location is "/favorites"
PSPTube.favorites = "ms0:/PSP/GAME/Ultimate PSPTube/favorites/";
Oh :o So Ultimate PSPTube is better then because it comes with more sites, and you can order/hide them. Otherwise, they're almost identical. My only complaint at this point would be to get a better logo and a nice background for the EBOOT.
JK108
12-04-2008, 03:36 AM
I figured out how to use only one script and make sure that the high quality works. Open YouTube.js and find:
var video_url = "http://youtube.com/get_video?video_id=" + id + "&t=" + token;
replace with:
var hqcheck = GetContents( "http://www.youtube.com/watch?v=" + video_id + "&fmt=22" );
if(hqcheck.match( /watch in normal quality/ )) {
var video_url = 'http://youtube.com/get_video?fmt=6&video_id='+video_id+'&t='+token;
} else {
var video_url = 'http://youtube.com/get_video?video_id='+video_id+'&t='+token;
}
You can then delete YouTubeHQ.js. When you open a video for play or download, it will automatically determine if high-quality mode will work on the PSP, or else it will revert to normal quality.
I know I already said I did this. And there will only be 1 YouTube script next release.
Ive made progress with YouTube. Now theres one YouTube script and it will play the high quality video (fmt=6) if its available and the normal quality video if it isn't. Theres an option in the config to turn high quality off/on. It works by getting the video viewing page and checking if it has the "watch in high quality" to the bottom right of the video. If it does it will use high quality, if not it will use normal quality. Its disabled in the config by default only because it makes the initial video load take very slightly longer as it has to get check if the high quality version exists. Also if its playing the high quality version of the video then it will obviously load the video a little slower. Its hardly noticable if you have a decent connection but I would rather not have people complaining that its slower.
ahsan29
12-04-2008, 11:41 AM
youtube script is not working, they have changed their layout!! :(
JK108
12-04-2008, 12:46 PM
youtube script is not working, they have changed their layout!! :(
Yea I see I will try fix this. Dont know if it was an attempt to stop my script working lol. Doubt it.
AdamRav
12-04-2008, 01:03 PM
Youtube is the best on ultimate psp tube
i use it to download all the latest music videos for later viewing :)
sharoek
12-04-2008, 02:47 PM
Another req for watsite.com if possible ?:rolleyes:
GG-Xtreme
12-04-2008, 07:04 PM
I know I already said I did this. And there will only be 1 YouTube script next release.
They way you described it will not work properly though. The '&fmt=6' page doesn't contain any quality information. Right now, you could either look for 'watch in normal quality' from the '&fmt=22' page, or just 'watch in HD' from the regular page.
XBoogalooX
12-04-2008, 08:48 PM
You're both welcome for the tip :)
I was wondering if psptube shuts off after being idle for a certain period of time for you guys? Because i use it to listen to music before I go to sleep and i always end up leaving it on and it'll stay on until the battery runs out..and it's starting to leave burned in marks on the screen and shorten my battery life. Anyway I was wondering if it's possible.
hi all
i just discovered psptube last week, it's been working well for a while, but since this morning, i can't get search results on most sites, like youtube or gogglevideo for example, wich are the ones i use the most. Does anybody know about this? i was on Upsptube 1.1 and i updated to 1.3 and i still have the samep roblem, the app works well only i can't use youtube anymore. thanks in advance
chaoswar
12-05-2008, 12:02 AM
hi all
i just discovered psptube last week, it's been working well for a while, but since this morning, i can't get search results on most sites, like youtube or gogglevideo for example, wich are the ones i use the most. Does anybody know about this? i was on Upsptube 1.1 and i updated to 1.3 and i still have the samep roblem, the app works well only i can't use youtube anymore. thanks in advance
It looks like youtube has change there site layout causing PSPTube to not get the video correctly.
OR something similar...
sagarp14
12-05-2008, 12:23 AM
Yes, JK108 is currently working on the youtube script to get it working again.
GG-Xtreme
12-05-2008, 01:41 AM
It works fine for me (then again, I'm using my own YouTube script instead), it wasn't affected at all by the layout change.
bugmenot2
12-05-2008, 03:02 AM
While browsing on the internet I found the Youtube.js made by (FreePlay 3r result page fix by Psimxc) and tried to replace it with the one from the UltimatePSPTube and it worked just fine, so give it a try.
JK108
12-05-2008, 03:13 AM
They way you described it will not work properly though. The '&fmt=6' page doesn't contain any quality information. Right now, you could either look for 'watch in normal quality' from the '&fmt=22' page, or just 'watch in HD' from the regular page.
It gets the "watch in high quality" from the regular page. And yes im fixing YouTube at the moment.
While browsing on the internet I found the Youtube.js made by (FreePlay 3r result page fix by Psimxc) and tried to replace it with the one from the UltimatePSPTube and it worked just fine, so give it a try.
thanks alot you made my day!
JK108
12-05-2008, 10:30 AM
Ive fixed my YouTube script and its fast so I will probably make a script for another site and then release version 1.4.
Also for those interested theres now 2 different things it will say on the normal quality viewing page. It will say either "watch in high quality" or "watch in HD" if theres a fmt=6 format available. "watch in HD" is displayed if there is a fmt=22 version but there will also be a fmt=6 version which PSPTube can play.
Jaryth000
12-05-2008, 01:02 PM
Sweet. The new Youtube script is pretty good.
Jaryth000
12-05-2008, 01:10 PM
While browsing on the internet I found the Youtube.js made by (FreePlay 3r result page fix by Psimxc) and tried to replace it with the one from the UltimatePSPTube and it worked just fine, so give it a try.
That script does work... but it has about 12KB of... well.. JUNK in it. (Seaming how the actual working script is only 4~5 KB, 12KB of crap is a fair amount). And now that the main app is updated... this youtube script really should not be used.
JK108
12-05-2008, 01:15 PM
That script does work... but it has about 12KB of... well.. JUNK in it. (Seaming how the actual working script is only 4~5 KB, 12KB of crap is a fair amount). And now that the main app is updated... this youtube script really should not be used.
I havent updated it yet lol. I said Ive made it and I will include it when I do update it which will be very soon. And yea thats probably why my script seems so fast :).
EDIT: Now I have updated it to version 1.4. These are the changes:
1.4
-TubeIso is now included
-YouTube script is fixed after it stopped working because the site layout changed
-Integrated YouTubeHQ into the normal YouTube script. There is now an option in the
config to use high quality mode on YouTube when its available
-Fixed a bug in MySpace Videos where the description was sometimes incorrect
-Fixed a bug in many of my scripts where it would incorrectly display the number of
views if it was more than a million
-Fixed a bug in TNAFlix where the description wasn't displaying correctly
See my 1st post for the readme and download locations.
EduardoS
12-05-2008, 02:38 PM
i hope sofiacat give @JK108 the source code for the best Homebrew :)
Big thX JK108 for your hard work for us an sorry for my bad english
Jaryth000
12-05-2008, 06:06 PM
I havent updated it yet lol. I said Ive made it and I will include it when I do update it which will be very soon. And yea thats probably why my script seems so fast :).
Yeah, I just realized I was using that crap script still (the one with the junk in it). I thought you had updated the original (1.3) Rar, so I unRared it (but it renamed the new one... :P )
Bah, its all good now. Woot for the new release!
T3N0R10
12-05-2008, 08:01 PM
so i guess that the sites ustream.tv and justin.tv are impossible to make scripts of right....??
sorry for my english.......
MasterDKR
12-05-2008, 11:32 PM
Hey JK, So how's the megavideo script coming along, if you have anything, please let us have it.thanks for 1.4
combs23
12-06-2008, 12:44 AM
thanks alot JK108 it works great!!
JK108
12-06-2008, 07:18 AM
ustream.tv and justin.tv have live content and PSPTube cant stream live content. MegaVideo is what seems almost impossible to get the video url for so I can get the search results no problem but I cant work out how to play the videos.
GG-Xtreme
12-06-2008, 01:02 PM
Ive fixed my YouTube script and its fast so I will probably make a script for another site and then release version 1.4.
Also for those interested theres now 2 different things it will say on the normal quality viewing page. It will say either "watch in high quality" or "watch in HD" if theres a fmt=6 format available. "watch in HD" is displayed if there is a fmt=22 version but there will also be a fmt=6 version which PSPTube can play.
How did you get that to work? I only used the 'watch in HD' part, because the source of all video pages contains 'watch in high quality' even if it won't work on the PSP.
JK108
12-06-2008, 01:06 PM
How did you get that to work? I only used the 'watch in HD' part, because the source of all video pages contains 'watch in high quality' even if it won't work on the PSP.
Actually they dont all contain watch in high quality. An example: http://uk.youtube.com/watch?v=ju6t-yyoU8s
If they contain watch in high qualtiy or watch in HD there will be a fmt=6 version of the video. If the dont contain any of them then there wont be a fmt=6 version :).
YoungJ15
12-06-2008, 05:44 PM
Great app! Love it. Can you just add redtube at the next update.? THANKS JK108!
chris265265
12-06-2008, 06:19 PM
Lol I was wondering where redtube was (not that I need it :P) but it was in every psptube before.
Punk_Nadel
12-07-2008, 08:01 AM
I think I found a bug:
By playing this veoh video: h ttp:/ w ww.veoh.com/videos/v7040873HWkQnhG2 the video freezes at 5 minutes, 49 secounds.
I hope it will be fixed soon :)
sharoek
12-07-2008, 12:25 PM
Yeah most of the veoh vids doesnt play :confused:
GG-Xtreme
12-07-2008, 02:06 PM
Actually they dont all contain watch in high quality. An example: http://uk.youtube.com/watch?v=ju6t-yyoU8s
If they contain watch in high qualtiy or watch in HD there will be a fmt=6 version of the video. If the dont contain any of them then there wont be a fmt=6 version :).
I tried match.contents( /watch in high quality/ ) but if you look at the source of just about any video page, you will see the same two lines of code (watch in normal quality/watch in high quality option) regardless if the video works with &fmt=6 or not. The video determines whether or not the option is visible on the page, but it still shows up to GetContents().
JK108
12-07-2008, 03:11 PM
I tried match.contents( /watch in high quality/ ) but if you look at the source of just about any video page, you will see the same two lines of code (watch in normal quality/watch in high quality option) regardless if the video works with &fmt=6 or not. The video determines whether or not the option is visible on the page, but it still shows up to GetContents().
Well my script works lol. Not all pages show watch in high quality as I said in last post and if they dont it will get the normal video. You can even test it by playing a video from the search "fmt=22" when high quality is turned off and then playing the same video when its turned on and you will notice the difference in quality.
EDIT: OK well Ive just realised some videos don't work when HQ is turned on although everything worked when I tested it. I will try fix this later.
biggeddy
12-08-2008, 03:38 AM
whenever i turn on ultimate psptube i connect to my network and then when connected a black screen shows up with a white bar on top saying "Favorites - No Video" and "Online"...how do i get to view videos?:confused:
AdamRav
12-08-2008, 06:35 AM
whenever i turn on ultimate psptube i connect to my network and then when connected a black screen shows up with a white bar on top saying "Favorites - No Video" and "Online"...how do i get to view videos?:confused:
Press Select to go through the sites
and press O to search for whatever you want
GG-Xtreme
12-08-2008, 10:50 AM
Well my script works lol. Not all pages show watch in high quality as I said in last post and if they dont it will get the normal video. You can even test it by playing a video from the search "fmt=22" when high quality is turned off and then playing the same video when its turned on and you will notice the difference in quality.
EDIT: OK well Ive just realised some videos don't work when HQ is turned on although everything worked when I tested it. I will try fix this later.
Is it from the high quality? That's an easy fix. However, I've tried for a month have been unsuccessful in making videos with annotations work on the PSP (they just crash it instantly). I don't know why, because I can't find any special URL to use for annotated videos.
JK108
12-08-2008, 10:54 AM
Is it from the high quality? That's an easy fix. However, I've tried for a month have been unsuccessful in making videos with annotations work on the PSP (they just crash it instantly). I don't know why, because I can't find any special URL to use for annotated videos.
YouTube changed some of their site again after I released 1.4 so now all the pages contain "watch in high quality" even when they dont have a fmt=6 version. I have figured out another way to do it by looking at the source of the viewing page and I will let you know how once ive finished the script with it. Also can you give me an example of a video with annotations so I can have a look at it. Thanks.
ClearAcidBank
12-08-2008, 12:13 PM
Nice work!
I think I found a small bug in the Veoh script
it seems that the time counter for videos that are over 20 mins doesn't show properly (it gives me something like the video is 170 mins long which it's not, it's only 22 mins)
anyway it's just a small issue
hope you can fix it sometime :)
JK108
12-08-2008, 01:02 PM
That problem with Veoh and some other scripts I cant fix because I dont have the source code sorry.
Ive done the YouTube high quality fix and it will be in the next release. When high quality is enabled and a fmt=6 video exists it will now display the video in high quality. If not it will display the normal video. Below is the new GetURL function for whoever is interested.
function YouTube_GetURL( url, option )
{
var id = url.match( /^http:\/\/uk\.youtube\.com\/watch\?v=(.*)/ );
if(id == null) { return null; /* ID not valid */ }
id = id[1];
var urltoken = "http://www.youtube.com/api2_rest?method=youtube.videos.get_video_token&video_id=" + id;
var contents = GetContents(urltoken);
var token = contents.match( /<t>(.*)<\/t>/ );
var token = token[1];
var video_url = "http://youtube.com/get_video?video_id=" + id + "&t=" + token;
if(PSPTube.YouTubeHighQuality == 1){
var contents = GetContents(url);
if(contents == null) { return null; /* failed to get page */ }
if(contents.match("return false;\">watch in HD</a>") != null ||
contents.match("\", \"fmt_map\": \"6/") != null ||
contents.match("\", \"fmt_map\": \"22/") != null){
video_url += "&fmt=6";
}
}
return video_url;
}
It basically checks whether the viewing page contains either one of:
return false;">watch in HD</a>
", "fmt_map": "6/
", "fmt_map": "22/
and then returns the fmt=6 version if it does. It returns the correct video for every one ive tested and thats a lot :) lol
GG-Xtreme
12-08-2008, 01:06 PM
YouTube changed some of their site again after I released 1.4 so now all the pages contain "watch in high quality" even when they dont have a fmt=6 version. I have figured out another way to do it by looking at the source of the viewing page and I will let you know how once ive finished the script with it. Also can you give me an example of a video with annotations so I can have a look at it. Thanks.
I can't get videos like this to work at all: http://www.youtube.com/watch?v=OHxyZaZlaOs (search for 'full life consequences)
JK108
12-08-2008, 01:24 PM
I can't get videos like this to work at all: http://www.youtube.com/watch?v=OHxyZaZlaOs (search for 'full life consequences)
Using my YouTube script with my fix for high quality that uses the GetURL function I posted before I was able to play that video without any problems while high quality was turned off and on. If you want it to actually display the annotations then im not sure thats possible because its not part of the video file.
ClearAcidBank
12-08-2008, 03:56 PM
That problem with Veoh and some other scripts I cant fix because I dont have the source code sorry.
no problem
I didn't know that was a problem with the source code and not the script
oh well
I hope you can eventually get your hands on the source code
since you've done a great job
Garf_UK
12-08-2008, 04:12 PM
thanx for this little app m8.
i work 13 hrs a day 5 days a week in a taxi and have free wifi spots in my poi's on tomtom ;)
his will do me fine for when i'm workin lol
biggeddy
12-08-2008, 09:49 PM
Press Select to go through the sites
and press O to search for whatever you want
thanks...seems very easy after you told me...:p
YoungJ15
12-09-2008, 05:01 PM
Whens this next release going to be made? will it include any new sites?
salvy
12-09-2008, 08:09 PM
hi JK108 first of all I would like to hanks you for the effort and time you have
made because now i can watch youtube without fear my psp will freeze ^ ^
believe it or not I been following your work since onctober cuz by coincidence i found the thread where you made the veoh script,
because I was looking for a tutorial how to make scripts.
Keep up the great work ! :)
PS: I made this pic1 with photoshop I hope you like it Ill be honorable if you could use it for ultimate psptube
It has all the sites that are included in v1.4
I can update it anytime u tell
Let me know what you think, I can make changes if you want to :)
PS: sorry english is not my first language
AdamRav
12-09-2008, 08:47 PM
JK, Can you try making scripts for these sites if you can, they seem to be rich in video content ???
wuapi.com
divxvine.com
66stage.com
blip.tv/
videojug.com
stagevu.com
donogo.com
tvshack.net
thepiratecity.org
tictacvid.com
surfthechannel.com
joox.net
freetube.110mb.com
omegatube.com
tony5607
12-09-2008, 09:37 PM
JK, Can you try making scripts for these sites if you can, they seem to be rich in video content ???
wuapi.com
divxvine.com
66stage.com
blip.tv/
videojug.com
stagevu.com
donogo.com
tvshack.net
thepiratecity.org
tictacvid.com
surfthechannel.com
joox.net
freetube.110mb.com
omegatube.com
TVShack and Joox can't be made. JK said he can't do TVShack (Because I forgot) and Joox he can't do either since it has no search bar.
JK, how far are you on 1.5 and how many sites you are making. I feel you should make at least 4 or 5 before releasing, but hey, you can do whatever you want.
MasterDKR
12-09-2008, 09:50 PM
hey jk whats the name of the techno song that u used for the eboot, i really like and my friend also and we want it ,can you provide with a name so we can get
NICK^^
12-10-2008, 02:47 AM
hey jk whats the name of the techno song that u used for the eboot, i really like and my friend also and we want it ,can you provide with a name so we can get
Cosmic Gate - Exploration of Space
JK108
12-10-2008, 03:54 AM
Thanks for the list of sites I will try and get some done. So far for 1.5 ive fixed the bug in YouTube when high quality is turned on and videos that dont have high quality wont play. Now they will play the normal quality instead. Ive also made a script for ThatVideoSite and im planning to make a few more scripts before release. I will probably release at the weekend again.
That custom pic is pretty good although it would have to be updated everytime I add new sites. I could probably use it maybe as an extra eboot or something and you choose which one you want to use.
Punk_Nadel
12-10-2008, 07:50 AM
That problem with Veoh and some other scripts I cant fix because I dont have the source code sorry.
the source of the veoh player? - can't this be done with a little reverse enginering (catching the packets sendet by veoh player with etherreal or something like that) - i'm not that expert so tell me if I'm talking bull**** ;)
EduardoS
12-10-2008, 08:35 AM
He dont have the source code off SofiyaCat PSPTube
sharoek
12-10-2008, 09:46 AM
So sofiyaCat still hasnt replied to your question eh JK ?
So if you have the source code of psptube
Then it will be the best homebrew forever for the psp ahhhh the sweet dreams what you can do with the homebrew .... :rolleyes:
JK108
12-10-2008, 12:03 PM
So sofiyaCat still hasnt replied to your question eh JK ?
So if you have the source code of psptube
Then it will be the best homebrew forever for the psp ahhhh the sweet dreams what you can do with the homebrew .... :rolleyes:
No reply yet although I sent the message through YouTube and it says her/his last sign in was 3 weeks ago. Im actually seeing what I can do from scratch. I used to make games for the PSP a few years ago but didnt release any and now im trying to get used to the coding again. I doubt I will be able to make something that plays videos but I will do my best and we will see how far I get.
salvy
12-10-2008, 01:34 PM
That custom pic is pretty good although it would have to be updated everytime I add new sites. I could probably use it maybe as an extra eboot or something and you choose which one you want to use.
No problem JK I can update it as long as you let me know atleast one day before you realease a new version :)
heres the link of the PIC1
http**://www**.megaupload.**com/?d=RNR95GMU
Just remove the **
JK108
12-10-2008, 01:43 PM
No problem JK I can update it as long as you let me know atleast one day before you realease a new version :)
heres the link of the PIC1
http**://www**.megaupload.**com/?d=RNR95GMU
Just remove the **
Thanks, so far you would need to add ThatVideoSite to the image but I will PM you on probably friday with the sites that will be in it so I could release it on saturday maybe. I would have the eboot in a folder called (something) Theme with a screenshot maybe and a small readme saying to overwrite the original eboot if you want to use it.
YoungJ15
12-10-2008, 04:07 PM
Thanks, so far you would need to add ThatVideoSite to the image but I will PM you on probably friday with the sites that will be in it so I could release it on saturday maybe. I would have the eboot in a folder called (something) Theme with a screenshot maybe and a small readme saying to overwrite the original eboot if you want to use it.
Hey are you going to add redtube? Let me know..
Thanks.
salvy
12-10-2008, 04:32 PM
Thanks, so far you would need to add ThatVideoSite to the image but I will PM you on probably friday with the sites that will be in it so I could release it on saturday maybe. I would have the eboot in a folder called (something) Theme with a screenshot maybe and a small readme saying to overwrite the original eboot if you want to use it.
cool thanks :D
I'm just gonna update my photoshop to CS3, and try to make the logos nicer.
So far I just got the ThatVideoSite logo ready in CS2, just pm me with the total of sites to be added in the meanwhile im gonna try to participate in this forums since I need 10 posts to send pm
hiei03
12-10-2008, 06:23 PM
Yeah ty, is the best ^^
tony5607
12-10-2008, 08:50 PM
lol, I wish making a script for a site was as easy as finding the website, and converting it.
I read through Darionco's tutorial and I had gotten lost really fast.
So confusing. :confused: :confused: :confused:
Geekbully
12-10-2008, 11:31 PM
Thanks for the list of sites I will try and get some done. So far for 1.5 ive fixed the bug in YouTube when high quality is turned on and videos that dont have high quality wont play. Now they will play the normal quality instead. Ive also made a script for ThatVideoSite and im planning to make a few more scripts before release. I will probably release at the weekend again.
That custom pic is pretty good although it would have to be updated everytime I add new sites. I could probably use it maybe as an extra eboot or something and you choose which one you want to use.
It would be phenomenal if you added hulu.com. All the other site suggestions are small-time, low-speed server websites. Hulu.com is owned by NBC and features high-quality (460p) full episodes of the highest rated shows in the US.
Supsti
12-11-2008, 04:07 AM
it would be good, if u add pokertube.com
Antoniocool
12-11-2008, 10:35 AM
you people are being so greedy with requesting sites, tone it down a few notches and be thankful that psptube is still alive.
JK108
12-11-2008, 10:50 AM
you people are being so greedy with requesting sites, tone it down a few notches and be thankful that psptube is still alive.
lol yea im trying my best to make what sites I can. The list of requested sites is very long at the moment. Hulu doesnt actually host most of its videos it is a referrer to other video sites some of which I cant get the video url of. So unless I figure those sites out and practically made scripts for those sites I doubt its going to happen. Also the videos that are hosted on hulu I have no idea how to get the video url of either. I had to use a proxy to view the videos anyway because it doesnt let people from outside the US view them.
EDIT: Ive made a StageVu script now which seems to have a lot of movies :). Unfortunately most of them have those weird lines going through them :(.
Geekbully
12-11-2008, 07:07 PM
lol yea im trying my best to make what sites I can. The list of requested sites is very long at the moment. Hulu doesnt actually host most of its videos it is a referrer to other video sites some of which I cant get the video url of. So unless I figure those sites out and practically made scripts for those sites I doubt its going to happen. Also the videos that are hosted on hulu I have no idea how to get the video url of either. I had to use a proxy to view the videos anyway because it doesnt let people from outside the US view them.
EDIT: Ive made a StageVu script now which seems to have a lot of movies :)
Can I make the script for you? lol. I don't really care about the other shows on hulu, but just make sure to get the Family Guy videos from hulu onto UPSPtube v1.5.
JK108
12-12-2008, 10:53 AM
Can I make the script for you? lol. I don't really care about the other shows on hulu, but just make sure to get the Family Guy videos from hulu onto UPSPtube v1.5.
Ive already said I cant make a script for Hulu because I dont know how they hide their video url. People outside the US cant view it anyway. Find another site for your family guy and let me know if you want me to try make a script for it.
EDIT: Ive made a RedTube script now aswell.
AdamRav
12-12-2008, 01:02 PM
Can't wait for the new scripts now :)
YoungJ15
12-12-2008, 03:55 PM
thanks jk108... i owe ya big time. whens the next release?
Supsti
12-12-2008, 06:07 PM
but what about pokertube.com?
tony5607
12-12-2008, 06:08 PM
Ive already said I cant make a script for Hulu because I dont know how they hide their video url. People outside the US cant view it anyway. Find another site for your family guy and let me know if you want me to try make a script for it.
EDIT: Ive made a RedTube script now aswell.
How did you get Redtube to work. Didn't you said there was a problem.
Also with the old Redtube, there would be a problem with more videos than often getting the black and white/freeze effect.
JK108
12-12-2008, 06:30 PM
How did you get Redtube to work. Didn't you said there was a problem.
Also with the old Redtube, there would be a problem with more videos than often getting the black and white/freeze effect.
Yea most of the videos do have the black and white freeze thing but ive had so many request that I just put it in anyway and some people have said they dont even mind about the quality problems. Im going to release 1.5 tomorrow.
tony5607
12-12-2008, 10:45 PM
Yea most of the videos do have the black and white freeze thing but ive had so many request that I just put it in anyway and some people have said they dont even mind about the quality problems. Im going to release 1.5 tomorrow.
Cool. Can't wait.
sharoek
12-13-2008, 06:19 AM
o yeah JK
i have problems with youtbe script!?
the first 4/5 thumbnails i can see but the others not...
Xefir
12-13-2008, 10:17 AM
Hello
If you have the time, could you include this site into this great homebrew : wat.tv
Thank you
Regards
Xéfir Destiny
seang5041
12-13-2008, 12:19 PM
o yeah JK
i have problems with youtbe script!?
the first 4/5 thumbnails i can see but the others not...
I also have that problem.
JK108
12-13-2008, 01:25 PM
I also have that problem.
Im on the case. Ive fixed all of the sites that have stopped working and im about to fix this now. For some reason the search page codes the thumbnails different for the 1st 5 results. I know how to fix it so need to worry. I have no idea why theyve done this so if they did it stop my script then thats stupid because this program is only promoting their site, surely.
EDIT: Ive fixed it now. Almost ready for release just trying to fix a bug in some Veoh searches.
YoungJ15
12-13-2008, 01:59 PM
Im on the case. Ive fixed all of the sites that have stopped working and im about to fix this now. For some reason the search page codes the thumbnails different for the 1st 5 results. I know how to fix it so need to worry. I have no idea why theyve done this so if they did it stop my script then thats stupid because this program is only promoting their site, surely.
EDIT: Ive fixed it now. Almost ready for release just trying to fix a bug in some Veoh searches.
How much longger??
THanks.
JK108
12-13-2008, 02:17 PM
How much longger??
THanks.
Right now. Here is the changelog for 1.5:
1.5
-RedTube is now included
-StageVu is now included
-ThatVideoSite is now included
-An optional theme is now included
-MyVideo script is fixed after it stopped working because the site changed
-Google Video script is fixed after it stopped working because the site changed
-Fixed a bug in Veoh where some searches would return no results when they should do
-Fixed a bug in Crunchyroll where the thumbnails weren't showing as the site changed
-Fixed a bug in YouTube where it would only show the first few thumbnails due to site changes
-Fixed a bug in YouTube while high quality is enabled where videos wouldn't load
if there wasn't a high quality version due to changes to the YouTube site
See my 1st post for the readme and download links. Any problems let me know and I will do my best to fix them.
salvy
12-13-2008, 02:52 PM
Great release JK thank you for fixing Veoh thats my favorite site :D
ichigoruto
12-13-2008, 03:13 PM
hello jk. ive been followin psptube since sofiyacat mostly because i dont hav a computer, youve done great work and deserve a lot. i just wanted to tell you that GUBA isnt working also for your next version i would really appreciate a site that allows you to see some bleach and naruto at standable speeds because youtube cant always get them ane other sites arent the fastest or update an existing anime sites speed. thank you very much and keep up the brilliant work
JK108
12-13-2008, 03:33 PM
hello jk. ive been followin psptube since sofiyacat mostly because i dont hav a computer, youve done great work and deserve a lot. i just wanted to tell you that GUBA isnt working also for your next version i would really appreciate a site that allows you to see some bleach and naruto at standable speeds because youtube cant always get them ane other sites arent the fastest or update an existing anime sites speed. thank you very much and keep up the brilliant work
Guba works fine for me. There are quite a few sites and I cant make them any faster. If theres any site you want to recommend then go ahead.
tony5607
12-13-2008, 04:33 PM
Guba works fine for me. There are quite a few sites and I cant make them any faster. If theres any site you want to recommend then go ahead.
Just tried out the Redtube script, and it is still in fact glitchy.
I mean I have played about 10 videos and about 4 or 5 out of them works.
I can understand though when people are bugging you to put this on.
I just took the script off.
JK108
12-13-2008, 04:36 PM
Just tried out the Redtube script, and it is still in fact glitchy.
I mean I have played about 10 videos and about 4 or 5 out of them works.
I can understand though when people are bugging you to put this on.
I just took the script off.
I know theres nothing I can do about it. I had told the people who requested it and they said they didnt mind.
tony5607
12-13-2008, 04:48 PM
I know theres nothing I can do about it. I had told the people who requested it and they said they didnt mind.
Just telling you what's up.
Nothing else is wrong with UPSPTube.
Sites to suggest:
http://watchthesimpsonsonline.com/
Spankwire
YUVUTU
xhamster
JK108
12-13-2008, 04:58 PM
Just telling you what's up.
Nothing else is wrong with UPSPTube.
Sites to suggest:
http://watchthesimpsonsonline.com/
Spankwire
YUVUTU
xhamster
Yea cool. Spankwire has the same problem as redtube and tube8 where the quality of the videos is bad. I do have a script for it that I made a while ago but I didnt see much point including it. I already tried watchthesimpsonsonline but had no luck getting the video url. I will check out those other sites. Thanks.
YoungJ15
12-13-2008, 05:06 PM
Hey Jk108 ... are you planning on adding a ny more sites in the next release?
tony5607
12-13-2008, 05:33 PM
Here are more sites to consider for future updates. You don't need to add all three in a section, I just added three incase one would not work or if there was a problem.
Also TV sites/movies were hard to find. Mostly had search engines, but not all had a search where they had the picture of the video.
User created videos:
http://www.flurl.com
http://www.stupidvideos.com
http://www.videosift.com/
Music Videos:
http://singingfool.com/Default.aspx
http://www.music.com/home
http://medija.ilbis.com/video/index.php
Game Videos/Trailers/Reviews:
http://www.eurogamer.net/tv_index.php
http://videos.h3press.net/
http://www.gamevee.com/
TV Sites:
http://www.youku.com/
ahsan29
12-13-2008, 06:58 PM
I just checked that xvideos is not working.When i searh for any video, the result shows nothing..
p.s: please add one gaming site...like gametrailers.com. I appreciate your work!!
tony5607
12-13-2008, 07:01 PM
I just checked that xvideos is not working.When i searh for any video, the result shows nothing..
p.s: please add one gaming site...like gametrailers.com. I appreciate your work!!
I think you can't do Gametrailers.
You see, for a script to work, when you search on the Gametrailers website for a video, it should look close to like a youtube search:
http://www.youtube.com/results?search_query=Hi&search_type=
But with gametrailers, it shows the name of the game/version:
http://www.gametrailers.com/search.php?s=sonic
So it won't probably work.
macklin345
12-14-2008, 08:00 AM
could you make ro89.com? if not its cool, great job tho matey. Psptube is now the hotest thing in Psp homebrewing thanks to you and D
Emran07
12-14-2008, 09:06 AM
I love psptube its the best HB ever but can u include these 2 sites:
1.Spankwire (please include it the quality doesnt matter please please please)
2.Xhamster
nickxab
12-14-2008, 11:29 AM
thanks man :D
AdamRav
12-14-2008, 06:36 PM
I forgot to say thanks for version 1.5
so here it is
:cool:
hotguyonxxx
12-14-2008, 07:30 PM
hey thanks alot JK, but tube8 script isn't working. whenever i search, it says no videos.....
terrawar
12-15-2008, 12:01 PM
ALL sites work perfect!
Thanks for the good work,JK108!!!
BlackOmegaUK
12-15-2008, 02:43 PM
This is the first time that PSPTube has worked for me.
Thank you very much :D
gdfnr123
12-15-2008, 08:17 PM
Once again Thnx JK ur totaly saving PSPtube rite now!!
If only sofiyacat gave the source code to you it would be a bomb!!
ahsan29
12-15-2008, 08:34 PM
I think you can't do Gametrailers.
You see, for a script to work, when you search on the Gametrailers website for a video, it should look close to like a youtube search:
youtube.com/results?search_query=Hi&search_type=[/url]
But with gametrailers, it shows the name of the game/version:
gametrailers.com/search.php?s=sonic[/url]
So it won't probably work.
oh yaa... i see. Then any other gaming site!!
chaoswar
12-16-2008, 12:01 AM
Hey JK108, can you make a script for:
http://animerevolutionx.vidiac.com/
http://www.onlygoodanimes.com/
http://www.imeem.com (Video Section)
I also notice that megavideo has change their layout, will it work with Ultimate PSPTube.....
Take as long as you want, hopefully they work. Thanks...
Powered by vBulletin™ Version 4.0.2 Copyright © 2010 vBulletin Solutions, Inc. All rights reserved.