Results 470 issues of milahu

currently there are eight issue templates... usually there are just 2 types of issues: bug reports and feature requests

pyload should use [os.exec pyload](https://docs.python.org/3/library/os.html#os.execl) for restart, not `python pyload` ``` [2024-05-25 08:54:30] INFO pyload pyLoad is restarting... [2024-05-25 08:54:31] INFO pyload Download aborted: Yf32ufm42N76kj89h56dqj9ixSJizy7320TOTlm2n_S06E07.rar [2024-05-25 08:54:32] INFO pyload Exiting...

bug
pyLoad Next

when downloads are active, the `restart pyload` button should show a popup dialog downloads are active [ restart now and abort active downloads ] [ restart later when active downloads...

feature request
pyLoad Next

in some environments `LOCALE_ARCHIVE` can be unset and the default file can be "empty" ``` $ du -sh /usr/lib/locale/locale-archive 2.2M $ du -sh ~/.nix-portable/nix/store/xx5an8dhxd4a5qxgdsk3xqz5zmngj4y2-glibc-locales-2.39-5/lib/locale/locale-archive 220M ``` this happens when `/etc/locale.conf`...

many tools break with v2 torrents actually fix https://github.com/argosopentech/argos-translate/issues/375#issuecomment-1787713174 trackers from [trackerslist/trackers_best_ip.txt](https://raw.githubusercontent.com/ngosang/trackerslist/master/trackers_best_ip.txt)

actual ``` 2020-11-04.3.issue.closed.md 2022-07-09.24.issue.open.md ``` problem: `closed` and `open` are not "canonical" but variable this means issue urls are not permalinks, and git history is broken at file renames expected...

there is at least one movie called [xXx](https://www.imdb.com/title/tt0295701/) guessit 3.8.0 returns ``` >>> print(json.dumps(guessit.guessit("xXx.2002.mp4"), indent=2)) { "other": "XXX", "year": 2002, "container": "mp4", "mimetype": "video/mp4", "type": "movie" } ``` expected: guessit...

good title: has movie year 2017 ``` Blade.Runner.2049.2017.720p.BluRay.x264-[YTS.AG].mp4 ``` ``` >>> print(json.dumps(guessit.guessit("Blade.Runner.2049.2017.720p.BluRay.x264-[YTS.AG].mp4"), indent=2)) { "title": "Blade Runner 2049", "year": 2017, "screen_size": "720p", "source": "Blu-ray", "video_codec": "H.264", "release_group": "YTS.AG", "container": "mp4",...

- fix regex bytestrings: `b"...\1..."` to `rb"...\1..."` - fix rewriting of html content: remove condition `if len(data) >= config.bufsize * 2` - remove deprecated `intToBytes` - add debug prints -...

maybe use [legacy-cgi](https://pypi.org/project/legacy-cgi/)