Git Product home page Git Product logo

Comments (15)

ludo237 avatar ludo237 commented on May 19, 2024

Se la tua modifica funziona per favore apri una Pull request 👍

from iptv.

Tonyrock90 avatar Tonyrock90 commented on May 19, 2024

alla linea 209 c'è new_path = directory + "/" + URL.replace(":", "")
new_path = self.directory + "/" + URL.replace("http://", "")
new_path = new_path.replace(+", "+)
se lo sostituisco non si avvia proprio +

from iptv.

sup3rgiu avatar sup3rgiu commented on May 19, 2024

A che file ti riferisci? Io mi riferisco al file iptv_gui.py (https://github.com/Pirate-Crew/IPTV/blob/dev-dev/iptv/iptv_gui.py) e come puoi notare alle riga 209 in questo file c'è solo

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

from iptv.

Tonyrock90 avatar Tonyrock90 commented on May 19, 2024

mi riferivo alla versione dev

from iptv.

Tonyrock90 avatar Tonyrock90 commented on May 19, 2024

non va nemmeno la normale, non si apre il file. ti allego il rigo precedente e il rigo successivo

from iptv.

Tonyrock90 avatar Tonyrock90 commented on May 19, 2024

if len(the_page) > 0:
tr = (tr + 1)
msg = "account found !!! "
self.segnale()
nodoublepoint = URL.replace(":", "")
nodoublepoint = nodoublepoint.replace("http//", "")
new_path = directory + "/" + nodoublepoint
if os.path.exists(new_path) is False:

from iptv.

sup3rgiu avatar sup3rgiu commented on May 19, 2024

Prova con questo file: https://www.sendspace.com/file/w729o3

from iptv.

Tonyrock90 avatar Tonyrock90 commented on May 19, 2024

ma anche a te all' avvio da questo C:\Python27\lib\site-packages\bs4__init__.py:166: UserWarning: No parser was explicitly specified, so I'm using the best available HTML parser for this system ("html.parser"). This usually isn't a problem, but if you run this code on another system, or in a different virtual environment, it may use a different parser and behave differently.

To get rid of this warning, change this:

BeautifulSoup([your markup])

to this:

BeautifulSoup([your markup], "html.parser")

markup_type=markup_type))

from iptv.

sup3rgiu avatar sup3rgiu commented on May 19, 2024

SI anche a me compare, ma puoi ignorarlo

from iptv.

Tonyrock90 avatar Tonyrock90 commented on May 19, 2024

grande, va, ma a te la versione iptv.py da errore Ops something went wrong! ?

from iptv.

sup3rgiu avatar sup3rgiu commented on May 19, 2024

Quand'è che ti compare questo errore? Comunque io uso sempre la GUI

from iptv.

Tonyrock90 avatar Tonyrock90 commented on May 19, 2024

durante la ricerca, e la cosa bella è che l'altro ieri ho installato ubuntu e lì andava. ieri si è aggiornato ubuntu ed è uscito fatal error, oggi l'ho reinstallato e anche lì lo stesso errore.

from iptv.

Tonyrock90 avatar Tonyrock90 commented on May 19, 2024

cmq anche gui si impalla, però qualcosa trova

from iptv.

sup3rgiu avatar sup3rgiu commented on May 19, 2024

Sinceramente non ho avuto problemi a installare i requirements su Ubuntu, quindi non saprei cosa consigliarti

In che senso si impalla? I nomi si bloccano e non scorrono più?

from iptv.

ludo237 avatar ludo237 commented on May 19, 2024

Gli issue non sono una chat....

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.