gofish.com anime channel plugin
#1
hello all

would this be possible its just a thought and i am no programmer of any sorts
i just know how to go directly to gofish.com channels with out searching the site.All you need is this

"http://www.gofish.com/channel.gfp?gfid=XX-XXXX"

the X`s being the 6 digit channel code where direct links are to all the videos in that channel

xbmc cant handle this
"http://www.gofish.com/player/GFPlayer.swf?ap=true&cgfid=50-3063
which plays the video directly.
But those last 6 digits are a channel code

would it be possible to make a plugin to go to the listings page of jetwavetv.co.cc which would be "http://www.jetwavetv.co.cc/VideoList/HackSignJAP.html"

and have a program piece together a "Good link" which could be chosen
that would take one to the gofish.com channel with the links to the videos which are listed for that channel?(by page if it more than 20)

all of the info for the "Good link" are basically in the link that wont work

the "player/GFPlayer.swf?ap=true&" would need to be replaced by "channel.gfp?" and the last 6 digits

so one comes out with "http://www.gofish.com/channel.gfp?gfid=50-3063"

if this is totally impossible then please have a good laugh on me
but if possible then mabey someone who has a clue could make such a plug in.

i know the direct links work on the gofish site cause i use them for navi-x playlists.

im an audio engineer and xbox fan but im at wits end about plugins


ciao all

have a nice nigh
Reply
#2
It`s a bad concept :

Yes, you can parse the jetwave site, i`ve already been through this for another member.

Yes, you can get the gfid and recombine it into :

http://www.gofish.com/channel.gfp?gfid=50-3063

You then have to open the show all videos in channel page, then parse.

to get :
Go fish only displays the first.

page.firstVideoGfid = "30-1099962";

then you need to generate Vgfid`s exactly as the go fish java does.

then pass the whole url to clipnabber

http://www.gofish.com/channel.gfp?gfid=5...30-1135423

to get : -

http://cdn-s-3.gofish.com/secure/videos/...2&ext=.flv

There may be another way but i couldn`t see it.
Reply

Logout Mark Read Team Forum Stats Members Help
gofish.com anime channel plugin0