View Single Post
ciroip's Avatar
Posts: 334 | Thanked: 366 times | Joined on Nov 2008 @ Italy
#2
The script lead to a 650kb XML (SEICENTOCINQUANTA F KB) for mere 25 clips (SonoPazziQuestiItaliani)
I have no experience at all with shell scripts (and just beginned with python) so maybe Im missing something (access to more channels? different lists?) Otherwise I don't think the number of clips I found there deserve all the efforts
anyway the python lines I used to obtain the list are:
Code:
import urllib

raiaddr=   "http://www.rai.tv/dl/RaiTV/videoWall/PublishingBlock-5566288c-3d21-48dc-b3e2-af7fbe3b2af8.xml"
raipage = urllib.urlopen(raiaddr)
#print raipage.read()

for line in raipage:
  if 'mms' in line:
    d=line.split("mms")[-1].split("wmv")[0]
    print "mms"+d+"wmv"
In case someone is really interested calling a player from python is pretty straighforward and adding a bit of interface should not be too hard.
Here the list of clips in case someone wish is to try them and decide if the quality level is enough for more attentions (and if the contents are locked from outside IT)
<url>mms://rntlivewm.rai.it/raidue/storieanimate/storieanimate_avventuremarchesisquaretti.wmv</url>
<url>mms://rntlivewm.rai.it/raidue/alberoazzurro/albero1302_fiaba.wmv</url>
<url>mms://rntlivewm.rai.it/raitre/Hocuslotus/hocuselotus_thedinocrocfish.wmv</url>
<url>mms://rntlivewm.rai.it/raidue/alberoazzurro/albero2202_ricette.wmv</url>
<url>mms://rntlivewm.rai.it/raitre/Lestoriedianna/Anna_Fidanzato.wmv</url>
<url>mms://rntlivewm.rai.it/raidue/UltimodeiMochicani/Mohicani_TestaNera.wmv</url>
<url>mms://rntlivewm.rai.it/raidue/Sissi/Sissi_Gita.wmv</url>
<url>mms://rntlivewm.rai.it/raidue/Scuoladivampiri/Vampiri_SangueFresco.wmv</url>
<url>mms://rntlivewm.rai.it/raitre/ratman/ratman_punt04_ipupacchiotti.wmv</url>
<url>mms://rntlivewm.rai.it/raitre/Accipicchia/accipicchia4_puntiinterrogativi.wmv</url>
<url>mms://rntlivewm.rai.it/raiuno/tilasciounacanzone/tluc_2604_5.wmv</url>
<url>mms://rntlivewm.rai.it/raidue/pippochennedy/pippochennedy1_14.wmv</url>
<url>mms://rntlivewm.rai.it/raidue/pippochennedy/pippochennedy1_11.wmv</url>
<url>mms://rntlivewm.rai.it/raiuno/staserapagoio/staserapagoiocalifano3.wmv</url>
<url>mms://rntlivewm.rai.it/raitre/tuttototo/telecamere.wmv</url>
<url>mms://rntlivewm.rai.it/rai/arbore/Aaltra.wmv</url>
<url>mms://rntlivewm.rai.it/raidue/pippochennedy/pippochennedy1_16.wmv</url>
<url>mms://rntlivewm.rai.it/rai/arbore/Sfracchia.wmv</url>
<url>mms://rntlivewm.rai.it/raidue/pippochennedy/pippochennedy1_9.wmv</url>
<url>mms://rntlivewm.rai.it/raidue/pippochennedy/pippochennedy1_7.wmv</url>
<url>mms://rntlivewm.rai.it/raitre/visioniprivate/visioniprivate_010808.wmv</url>
<url>mms://rntlivewm.rai.it/raiuno/superquark/0309super5.wmv</url>
<url>mms://raimm1w.rai.it/international/focus/focus_scienza/20090214.wmv</url>
<url>mms://rntlivewm.rai.it/raitre/junior/HitScience/Superolly_281006.wmv</url>
<url>mms://rntlivewm.rai.it/raitre/ceraunavolta/ceraunavolta02012008.wmv</url>
<url>mms://rntlivewm.rai.it/raitre/cultbook/CultBook27032008GiulianaBruno.wmv</url>
Buona Settimana
__________________
I can't do it. No one can help.
[SIGPIC][/SIGPIC]

Flip Alarm Clock - 3DMania Theme - Synesthesia - Deluxepain
http://ciroip.blogspot.com/
http://twitter.com/ciroippolito