Parabolic bombarding my dns with requests when dowloading #1111
-
Hello and THANK YOU FOR THIS AMAZING SOFTWARE!! Without it I would no longer consume any content from youtube that now blocks ALL videos (including live streams) after exactly 60s in, most likely because of my hardened uBo... So this is what happened the other day: So the downloads stopped after a while of those 7 videos, and my internet completely stopped working (on my computer, my phone still had access), but came back after I closed parabolic (maybe a false positive, correlation vs causation and all that. Let me explain) I also have a pihole acting as my dns, filtering and whatnot, and within pihole there is a spam protection if more than (IIRC 1000) requests during 5 mins (or if its 10, I was stupid and removed the warning) I checked the pihole request log of what kind of requests made that happen, I thought I had gotten some malware I had to track down on my system, but nope, it is parabolic that makes a TON of requests while downloading, and since I had "so many" (I usually download max 2-4 per day) downloads queued up, well, I think you understand. So my question is, are those consecutive requests necessary? I refrained from making an issue and opted to ask here instead, since it might not be a bug. Last time the dev answered pretty fast. ❤️ Again, thank you for this awesome software!!! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 18 replies
-
Sorry for the long response. But Parabolic does not do any downloading on it own. Everything is just queued up by Parabolic and the actual handling of the download is down by Some things I can recommend tho is trying to set a speed limit in Parabolic or maybe try turning on the aria2c downloader as it might fragment downloads differently. |
Beta Was this translation helpful? Give feedback.
-
Ah, gotcha. I think they have made some changes to how it works, because the DNS is no longer hammered like it was before. |
Beta Was this translation helpful? Give feedback.
Sorry for the long response. But Parabolic does not do any downloading on it own. Everything is just queued up by Parabolic and the actual handling of the download is down by
yt-dlp
. Therefore, this would be more of a question foryt-dlp
devs.Some things I can recommend tho is trying to set a speed limit in Parabolic or maybe try turning on the aria2c downloader as it might fragment downloads…