zhangyong 4 mesiacov pred
rodič
commit
a8f9cb72e0

+ 1 - 0
etl-core/src/main/java/com/tzld/crawler/etl/util/FileUtils.java

@@ -218,6 +218,7 @@ public class FileUtils {
                 "ffmpeg",
                 "-y",
                 "-i", fileUrl,
+                "-http_proxy", "http://t17772369458618:5zqcjkmy@q796.kdltps.com:15818",
                 "-c", "copy",
                 filePath+".mp4"
         );