HellYes added

This commit is contained in:
VineFeeder
2025-09-28 12:51:25 +01:00
parent 37fc1a856c
commit 085914afca
2 changed files with 1 additions and 5 deletions
-4
View File
@@ -69,8 +69,6 @@ Vinefeeder currently has 10 services for which search, browse and list-select ar
ALL4 BBC ITVX MY5 PLEX RTE STV TPTV TVNZ U ALL4 BBC ITVX MY5 PLEX RTE STV TPTV TVNZ U
In addition, there is the HellYes GUI, called from a button press, for times where you just need a quick one-off download from a site. HellYes copes with almost everything
Envied has Envied has
ALL4 AUBC CBS CWTV DSCP iP MAX MY5 NF PCOK PLEX RTE ROKU SPOT TPTV TVNZ YTBE ALL4 AUBC CBS CWTV DSCP iP MAX MY5 NF PCOK PLEX RTE ROKU SPOT TPTV TVNZ YTBE
@@ -106,7 +104,6 @@ The binary list:
Images Images
![TwinVine GUI](https://github.com/vinefeeder/TwinVine/blob/main/images/vinefeederA1.png)
![TwinVine GUI](https://github.com/vinefeeder/TwinVine/blob/main/images/vinefeeder1.png) ![TwinVine GUI](https://github.com/vinefeeder/TwinVine/blob/main/images/vinefeeder1.png)
![TwinVine GUI](https://github.com/vinefeeder/TwinVine/blob/main/images/vinefeeder2.png) ![TwinVine GUI](https://github.com/vinefeeder/TwinVine/blob/main/images/vinefeeder2.png)
![TwinVine GUI](https://github.com/vinefeeder/TwinVine/blob/main/images/vinefeeder4.png) ![TwinVine GUI](https://github.com/vinefeeder/TwinVine/blob/main/images/vinefeeder4.png)
@@ -118,7 +115,6 @@ Images
![TwinVine GUI](https://github.com/vinefeeder/TwinVine/blob/main/images/vinefeeder10.png) ![TwinVine GUI](https://github.com/vinefeeder/TwinVine/blob/main/images/vinefeeder10.png)
![TwinVine GUI](https://github.com/vinefeeder/TwinVine/blob/main/images/vinefeeder11.png) ![TwinVine GUI](https://github.com/vinefeeder/TwinVine/blob/main/images/vinefeeder11.png)
![TwinVine GUI](https://github.com/vinefeeder/TwinVine/blob/main/images/vinefeederB.png) ![TwinVine GUI](https://github.com/vinefeeder/TwinVine/blob/main/images/vinefeederB.png)
![TwinVine GUI](https://github.com/vinefeeder/TwinVine/blob/main/images/hellyes.png)
+1 -1
View File
@@ -19,7 +19,7 @@ from pathlib import Path
import os import os
import shlex import shlex
WVD_PATH = "./device.wvd" WVD_PATH = "./WVDs/device.wvd"
WIDEVINE_SYSTEM_ID = 'EDEF8BA9-79D6-4ACE-A3C8-27DCD51D21ED' WIDEVINE_SYSTEM_ID = 'EDEF8BA9-79D6-4ACE-A3C8-27DCD51D21ED'
class DownloadThread(QThread): class DownloadThread(QThread):