linch

Results 9 issues of linch

as above,does the aria2 provide any API to download file with HTTP request; such as I use java application to HttpRequest at aria2 to download some file?

![image](https://user-images.githubusercontent.com/35128024/166138599-009db809-443f-4ccd-b251-06043810a5f0.png)

![image](https://user-images.githubusercontent.com/35128024/44782059-92cc6100-abb8-11e8-9264-630c459a37a3.png)

out, err = ( ffmpeg.input(in_file) .filter('select', 'gte(n,{})'.format(frame_num)) .output('pipe:', vframes=1, format='image2', vcodec='mjpeg') .run(capture_stdout=True) ) can I convert video to multiple images with the method above? and what is the parameter "vframes=1"...

2.1.1 Spring Web 应用实现 DSS 一级规范中提到的spring-web接入方式使用的是spring-boot的过滤器FilterRegistrationBean, 我现在有个开源的组件想接入进来,该组件只依赖了spring-web,并没有spring-boot-web包,请教下应该如何接入?