For install wxPython on Debian 11 "bullseye" download the wheel from the release: wxPython-4.2.1a1-cp310-cp310-linux_x86_64.whl For install wxPython on Ubuntu 22.04.1 "jammy" download the wheel from the release: wxPython-4.2.1a1-cp310-cp310-linux_x86_64-jammy.whl For install wxPython ...
self.DL_COMPLETED_MSG = _("Downloads completed") self.URL_REPORT_MSG = _( "Total Progress: {0:.1f}% | Queued ({1}) Paused ({2}) Active ({3}) " "Completed ({4}) Error ({5})" ) self.CLOSING_MSG = _("Stopping downloads") self.CLOSED_MSG = _("Downloads stopped") self...
> * For install **wxPython on Debian 11 "bullseye"** download the wheel from the release: > > [wxPython-4.1.1-cp39-cp39-linux_x86_64.whl](https://github.com/oleksis/youtube-dl-gui/releases/download/v1.7.1/wxPython-4.1.1-cp39-cp39-linux_x86_64.whl) @@ -107,7 +107,7 @@ ...
"postCreateCommand": "wget -c -O wxPython-4.1.1-cp39-cp39-linux_x86_64.whl https://github.com/oleksis/youtube-dl-gui/releases/download/v1.7.1/wxPython-4.1.1-cp39-cp39-linux_x86_64.whl && pip3 install --user wxPython-4.1.1-cp39-cp39-linux_x86_64.whl && pip3 install --user...
url: str, options: list[str] | None = None) -> int: def download(self,url: str, options: "list[str] | None" = None) -> int: """Download url usinggiven options. Args: Expand DownExpandUp @@ -238,7 +239,7 @@ def _is_warning(stderr: str) -> bool: def _last_...
* [youtube-dlg.exe](https://github.com/oleksis/youtube-dl-gui/releases/download/v1.2.0/youtube-dlg.exe) * [Source (.zip)](https://github.com/oleksis/youtube-dl-gui/archive/v1.2.0.zip) * [Source (.tar.gz)](https://github.com/oleksis/youtube-dl-gui/archive/v1.2.0.tar.gz...
downloads/ eggs/ lib/ lib64/ parts/ sdist/ var/ *.egg-info/ .installed.cfg *.egg .piptools # PyInstaller # Usually these files are written by a python script from a template # before PyInstaller builds the exe, so as to inject date/other infos into it. *.manifest *.spec # Install...
* [SHA2-256SUMS](https://github.com/oleksis/youtube-dl-gui/releases/download/v1.1.1/SHA2-256SUMS) * [youtube-dlg](https://github.com/oleksis/youtube-dl-gui/releases/download/v1.1.1/youtube-dlg) * [youtube-dlg.exe](https://github.com/oleksis/youtube-dl-gui/releases/download/v...
['close', -1]: Closing down DownloadManager thread ['close', index]: Closing down url in index ['error', index]: Error occured url, index ['[youtube]', ..., index]: Pre-Processing for url, index ['[download]', ..., index]: Downloading url, index ['[ffmpeg]', ..., index...
self.setName("DownloadManager") self.start() @property @@ -560,13 +560,18 @@ class Worker(Thread): WAIT_TIME = 0.1 def __init__(self, opt_manager, youtubedl, log_manager=None, log_lock=None): def __init__(self, opt_manager, youtubedl, log_manager=None, worker=None): super...