piptv
piptv copied to clipboard
A very simple Python IPTV client
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.9_3.9.2544.0_x64__qbz5n2kfra8p0\lib\ctypes\__init__.py", line 374, in __init__ self._handle = _dlopen(self._name, mode) FileNotFoundError: Could not find module 'libvlc.dll' (or one of its dependencies). Try using the full path with constructor syntax.
PS C:\Users\USER\Downloads\piptv-master> python piptv.py Traceback (most recent call last): File "C:\Users\USER\Downloads\piptv-master\piptv.py", line 3, in import vlc File "C:\Users\USER\AppData\Local\Programs\Python\Python39\lib\site-packages\vlc.py", line 207, in dll, plugin_path = find_lib() File "C:\Users\USER\AppData\Local\Programs\Python\Python39\lib\site-packages\vlc.py", line 170, in...
```ssh Trying to tune to vh1... Traceback (most recent call last): File "piptv.py", line 181, in main() File "piptv.py", line 177, in main stb.tune_to_channel(command) File "piptv.py", line 127, in tune_to_channel...
Like the title said, what would happen is that the script would go into a black screen with arrows waiting for the user to use Ctrl+C. However, the script can't...
Hello! I love this neat little project. I'm not sure where to put this feature request so I just leave it here: it would be awesome if some more sources...