-
Updated
Sep 8, 2020 - PHP
magnet-link
Here are 90 public repositories matching this topic...
-
Updated
Sep 3, 2020 - Go
-
Updated
Jul 15, 2020 - Objective-C
-
Updated
Aug 15, 2020 - Shell
-
Updated
Sep 2, 2020 - JavaScript
-
Updated
Sep 8, 2020 - Dockerfile
-
Updated
Sep 14, 2020
Manual should mention that check (-c) can be combined with hash option (--md5) for faster speed
I discovered that verifying hashes with -c is much slower than generating them.
I was using this command:
rhash -c --skip-ok download.sfv
iotop reported disk read speeds of 30 MB/sec and rhash was consuming 100% CPU.
Then I thought, how does rhash know that the SFV file contains MD5 hashes? It probably doesn't, and it runs all checksum algorithms when doing a check and see
-
Updated
Aug 15, 2020 - JavaScript
-
Updated
May 11, 2020 - Go
Hi, thanks for this program. I have been looking for a replacement for the old DownThemAll extension. Seems to work fine in Fedora KDE with Brave Browser. I had to manually edit the json file to get it to work though.
One issue I noticed is that DownZemAll doesn't quit when right clicking tray icon and selecting "Quit", or when pressing Ctrl + Q. The process stays running. Currently I have to
-
Updated
Aug 11, 2020 - Python
-
Updated
Feb 15, 2018 - JavaScript
-
Updated
Aug 11, 2020 - Python
-
Updated
Sep 3, 2020 - Shell
-
Updated
Sep 19, 2017 - JavaScript
-
Updated
Sep 13, 2020 - JavaScript
-
Updated
Apr 7, 2020 - Python
Now I use a SQL to cleanup torrents belongs to nobody.
DELETE
FROM torrents
WHERE id NOT IN (
SELECT torrent_id
FROM user_torrents
)This should be done automatically.
-
Updated
Mar 24, 2020 - Python
-
Updated
Jan 25, 2019 - Python
-
Updated
Aug 30, 2020 - Python
-
Updated
Jun 25, 2020 - Python
-
Updated
Sep 2, 2019 - Go
-
Updated
May 10, 2018 - C#
-
Updated
Jul 30, 2020 - TypeScript
Improve this page
Add a description, image, and links to the magnet-link topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the magnet-link topic, visit your repo's landing page and select "manage topics."
Because in
CliClient.resume()we don't account for the case, when there is an exception in one of the async processing stages: