Aunque sea decirme cómo podría hacerlo (tampoco hace falta que me pongáis el código, manejo más o menos el PHP).
¿Alguna sugerencia?
¿Alguna sugerencia?
Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.
Mostrar Mensajes Menúpython script.py <url1> <url2> <url3> ...
python script.py http://goear.com/listen.php?v=e470c04
#!/usr/bin/env python
import os
import sys
import string
import commands
Debug = 0
i=1
while i < (len(sys.argv)):
print i
print sys.argv[i]
print "\n\n\n"
try:
http = sys.argv[i]
except:
http = raw_input("Put the original http:")
xmlfile = string.replace(http, "listen.php?v=", "files/sst/secm")
xmlfile = xmlfile + ".xml"
command = "wget " + xmlfile + " -O file.xml"
result = commands.getstatusoutput(command)
if Debug > 1:
print result
f = open("file.xml","U")
fichero = f.read()
ini = string.find(fichero,"http://")
fin = string.find(fichero,"mp3") + 3
url = fichero[ini:fin]
artistIni = string.find(fichero,"artist=\"") + 8
artistFin = string.find(fichero,"title=") - 2
artist = fichero[artistIni:artistFin]
titleIni = string.find(fichero,"title=\"") + 7
titleFin = string.find(fichero,"\"/>") - 1
title = fichero[titleIni:titleFin]
command = "wget " + url + " -O \"" + artist + " - " + title + ".mp3\""
os.system(command)
try:
os.system("rm file.xml")
except:
os.system("del file.xml")
f.close()
i = i+1
Citar<?xml version="1.0" encoding="UTF-8"?>
<songs>
<song path="http://www.goear.com/files/sst4/c783252b2dc18f2f0d209a79eb9cf75e.mp3" bild="img/s.jpg" artist="High and Mighty Color" title="Dive into yourself"/>
</songs>
Cita de: Dominicano en 30 Julio 2008, 21:01 PM
Pero si el tema es el mismo, solo que cambias los colores de fondos, pues lo veo mejor en azul, en vez de gris, ellos hay muchos temas chulos, porque no mejor cambiar todo por completo ??
saludos...