PRIHLOP

Results 7 comments of PRIHLOP

Little clarification. To set option `parallelism` to value 2 in limits is a bad idea: ``` limits_config: enforce_metric_name: false reject_old_samples: true reject_old_samples_max_age: 168h max_cache_freshness_per_query: 10m max_query_parallelism: 2 ``` Because by...

Probably, [this](https://github.com/cccaaannn/telegram_youtube_downloader/issues/12#issuecomment-2744198037) can help.

Or you can add to the config the following lines(to use HTTP proxy instead VPN): ```yaml audio_options: # audio_options are directly passed to youtube_dl on audio downloads proxy: "10.10.10.10:3128" #...

These changes solve the issue. Thank you.

It's a nice feature to add, I also need it.