Kodi Community Forum

Full Version: [REQUEST][FIN] Tilt-TV game review AddOn.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi there.
Here in Finland we have TiltTV show to review videoGames. Quite good show actually

I suggest some one to do AddOn to Scrape the shows off the HTML like this.

1. Load "http://www.tilt.tv/arkisto/arvostelut/"
There can be 206 pages.. "/pages/2" is the format.
Seeks for "<div class="pagination">" and extract the maximum pages from "<a href="
Store the max page the number.

2. Seek all "<div class="video-frame">" tags
- Inside is the FlashPlayer Object embedder with params
3. Extract the Video name by seeking the Base url "baseUrl" and then url. Example http://www.tilt.tv/videot/flv/Tiger Woods PGA Tour 13.flv

4. Add all of these to the list by providing the link to the .flv video. codec is Sorenson Spart, 900Kbit/sec with mp3 audio.

Smile
No-one with python skills want to help me with this?
Please...
Smile
any progress?