realjobe
2008-06-16, 10:15
Hi there.
I know that this NetTV is used by few in and the progamming is targeted to finns, but still there are several foregin series also available in quality streams. All contect are legit due to a fact that the Actual TV station is holding this site. http://www.sub.fi/netti-tv/
I can help If someone can do the python. Does Navi-X bend to this?
1. Load page "http://www.sub.fi/netti-tv/index.shtml/ohjelmat" and Parse the HTML for mainList.
- Serach for "<div id="video_listaus">"
- Strip Program names from "href="/netti-tv/index.shtml/ohjelmat/" to "</a>" tag
- Do this until "</div>" tag
2. Make list of results like
- visible "30 Rock" and link is "30_Rock"
3. User selects this program.
- load page "http://www.sub.fi/netti-tv/index.shtml/ohjelmat/30_rock" and parse the Program list
- Search "<div id="videolista_rightblock">"
- Extract the program ID number and the name from "a href="/netti-tv/index.shtml/ohjelmat/30_rock?xxxx" to "</a>" tag.
There We have it.
The 30 Rock Video programs id "http://www.sub.fi/id/xxxxxx.asx"
:)
I know that this NetTV is used by few in and the progamming is targeted to finns, but still there are several foregin series also available in quality streams. All contect are legit due to a fact that the Actual TV station is holding this site. http://www.sub.fi/netti-tv/
I can help If someone can do the python. Does Navi-X bend to this?
1. Load page "http://www.sub.fi/netti-tv/index.shtml/ohjelmat" and Parse the HTML for mainList.
- Serach for "<div id="video_listaus">"
- Strip Program names from "href="/netti-tv/index.shtml/ohjelmat/" to "</a>" tag
- Do this until "</div>" tag
2. Make list of results like
- visible "30 Rock" and link is "30_Rock"
3. User selects this program.
- load page "http://www.sub.fi/netti-tv/index.shtml/ohjelmat/30_rock" and parse the Program list
- Search "<div id="videolista_rightblock">"
- Extract the program ID number and the name from "a href="/netti-tv/index.shtml/ohjelmat/30_rock?xxxx" to "</a>" tag.
There We have it.
The 30 Rock Video programs id "http://www.sub.fi/id/xxxxxx.asx"
:)