diff --git a/README.md b/README.md index 4646f9c..689ff3a 100644 --- a/README.md +++ b/README.md @@ -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 -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 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 - ![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/vinefeeder2.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/vinefeeder11.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) diff --git a/gui.py b/gui.py index 8fbb4c7..2b83b86 100644 --- a/gui.py +++ b/gui.py @@ -19,7 +19,7 @@ from pathlib import Path import os import shlex -WVD_PATH = "./device.wvd" +WVD_PATH = "./WVDs/device.wvd" WIDEVINE_SYSTEM_ID = 'EDEF8BA9-79D6-4ACE-A3C8-27DCD51D21ED' class DownloadThread(QThread):