How about someone try to make a script for this site.
http://www.powerflv.com
Request for powerflv.com script or plugin
wvstephens
Member Posts: 78 Joined: Jun 2006 Reputation: 0 |
|
| find quote |
yabel
Member Posts: 69 Joined: Sep 2007 Reputation: 0 |
2007-10-02 04:23
Post: #2
very cool site.. thx for pointing it out.
Since there is so many cool sites and too much work for programmers to create for each site im lookin into Linux app to browse net with. X-dsl or gentoox. I like xbmc scripts but it may be too much to keep askin for web sites all the time. |
| find quote |
Unbehagen
Skilled Python Coder Posts: 342 Joined: Jul 2007 Reputation: 3 Location: Bremen, Germany |
2007-10-02 06:13
Post: #3
That is indeed a really simple site to script. It's a pity I don't have time right now. If any other scripter wants to do it: To get the flash movies, you have to grab the file http://powerflv.com/datamongster?li= + the "li" value from the link of the selected episode popup. Just found that out sniffing with ethereal while starting the flash player. What you get is something like this:
Code: &parts=2&aa=http%3A%2F%2Flax-v95.lax.youtube.com%2Fget_video%3Fvideo_id%3DJV-CiXBX-KE&bb=http%3A%2F%2Flax-v208.lax.youtube.com%2Fget_video%3Fvideo_id%3DfID-9oHJ_Cw&linktext=powerflv.com&linkurl=http%3A%2F%2Fpowerflv.com%2F&autoplay=1&loop=0&v=75&dwn=no&preloader=This should be the only thing you cannot grab from the html source. Should be a pretty simple regex task. When writing the plugin, please also keep http://divxpawa.com/ in mind, it is a partner site with a similar layout, but with just divx movies in it. Maybe it's also worth informing one of the uitzendinggemist coders. |
| find quote |
Unbehagen
Skilled Python Coder Posts: 342 Joined: Jul 2007 Reputation: 3 Location: Bremen, Germany |
2007-10-03 09:32
Post: #4
I tried a bit to learn regular expressions. These are not great, but they do work. It's not a plugin yet, it's just nearly all you need to make a plugin, just grab the regular expressions from the sample testing code below. Anyone make a plugin of those?
Code: import urllib,reI know it's very ugly, it's just my sample code and I don't know when I will have time again to work on this. Google Video Iframes don't work yet and Veoh needs some simple xml parsing (copy from seeqpod and see the comments in this code here). Edit: Guba and google video now works , also freeflashplayer stuff.
(This post was last modified: 2007-10-03 11:40 by Unbehagen.)
|
| find quote |
Unbehagen
Skilled Python Coder Posts: 342 Joined: Jul 2007 Reputation: 3 Location: Bremen, Germany |
2007-10-03 15:40
Post: #5
The plugin is ready...you can find it here:
http://rapidshare.com/files/59982084/PowerFLV.zip Here is the release thread. Please ask your questions over there: http://forum.xbmc.org/showthread.php?p=151776 |
| find quote |

Search
Help