Giter VIP home page Giter VIP logo

Comments (4)

Pinperepette avatar Pinperepette commented on July 27, 2024

appena riesco lo faccio, grazie per la segnalazione, non usando windows non
ci avevo pensato :)

Il giorno 6 gennaio 2016 10:48, barukai [email protected] ha
scritto:

Innanzitutto complimenti per lo script, una bella idea
Volevo segnalare che se all'indirizzo del server alla fine aggiungo la
porta (esempio ":8000"), il software si interrompe quando va a creare la
directory in windows in quanto l'os non accetta i ":" per il nome del
percorso
Visto che ho riscontrato in alcuni server la necessità di mettere il
numero di porta altrimenti il software non riesce a fare l'attracco,
pensavo magari di sostituire, in fase di creazione della directory, i ":"
con un altro carattere accettato da windows (ad esempio "-")
Si può fare?
Grazie


Reply to this email directly or view it on GitHub
#13.

I-I4ckeI2 ®
Security Researcher

"Voi potete fermare questo individuo, ma non potete fermarci tutti ... dopo
tutto, siamo tutti uguali."

http://pinperepette.it http://pinperepette.it/info/ puoi contattarmi
anche a
[email protected]

from iptv.

barukai avatar barukai commented on July 27, 2024

Per risolvere basta aggiungere la seconda riga di codice come di seguito:

new_path = self.directory + "/" + URL.replace("http://", "")
new_path = new_path.replace(":", "-")

from iptv.

vikingo11 avatar vikingo11 commented on July 27, 2024

Ciao..anche io stesso problema con Windows..quando va a creare la directory mi va in errore..ho provato ad aggiungere la seconda riga come spiegato da barukai ma non mi apre ipvt con errore di line..come avete risolto voi?grazie

from iptv.

vikingo11 avatar vikingo11 commented on July 27, 2024

Ok risolto😉il passaggio è quello che ha scritto barukai..sbagliavo un carattere😉

from iptv.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.