From d42ecb2b8244386d5ba668a9c8e01a0013d88d06 Mon Sep 17 00:00:00 2001 From: Vadim Vetrov Date: Thu, 8 Aug 2024 16:18:50 +0300 Subject: [PATCH] Fix #40 (finally) --- config.h | 2 +- youtubeUnblock.c | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/config.h b/config.h index a10612b..a12e3ff 100644 --- a/config.h +++ b/config.h @@ -70,4 +70,4 @@ extern struct config_t config; // Larger packets will be fragmented. Applicable for Chrome's kyber. #define AVAILABLE_MTU 1384 -static const char defaul_snistr[] = "googlevideo.com,youtube.com,ggpht.com,ytimg.com"; +static const char defaul_snistr[] = "googlevideo.com,ggpht.com,ytimg.com,l.google.com,youtube.com,play.google.com"; diff --git a/youtubeUnblock.c b/youtubeUnblock.c index 29702c2..015608a 100644 --- a/youtubeUnblock.c +++ b/youtubeUnblock.c @@ -838,8 +838,7 @@ int main(int argc, const char *argv[]) { }; qres = init_queue_wrapper(&tconf); - } - else { + } else { printf("%d threads wil be used\n", config.threads); struct queue_conf thread_confs[MAX_THREADS];