xdcc-dl icon indicating copy to clipboard operation
xdcc-dl copied to clipboard

An XDCC File Downloader based on the irclib framework

Results 9 xdcc-dl issues
Sort by recently updated
recently updated
newest added

I installed xdcc-dl but it seems like there is no executable for it, How to run it on windows

Hey, Just noticed this `ZeroDivisionError` error below when testing out your package. ```shell Exception in thread Thread-3 (progress_printer): Traceback (most recent call last): File "C:\Users\\AppData\Local\Programs\Python\Python310\lib\threading.py", line 1009, in _bootstrap_inner self.run()...

Hi, first, great work. i found out if iam banned on a channel the xdcc-dl command cannot handle this very well and will stock after `WHOIS End`. If i specify...

I tried typing commands, but dosen't work. Help?

Hi I'm unable to download a pack searched using XDCC_EU Search engine ``` from xdcc_dl.xdcc import download_packs from xdcc_dl.pack_search import SearchEngines results = SearchEngines.XDCC_EU.value.search("test") download_packs(results) ``` I get: > Traceback...

I am using python 3.8.5 on windows. While downloading is working the progress bar isn't. The following exception is thrown: ```Exception in thread Thread-578310: Traceback (most recent call last): File...

When you request a range like 1-10, don't reconnect 10 times. Keep a single connection with a single nick.

I implement xdcc-dl as a library on my custom python program and after some downloads it won't download anymore, after some time it sends back an error message suggesting I...

I've no idea how to provide more info than the message itself. This happens after 30sec after receiving a package. By the amount of messages flying through the cli, it...