随笔分类 -  积累

摘要:使用[lux](https://github.com/iawia002/lux)和ffpmeg从逼站获取视频并提取音乐 - 脚本 ```python import argparse from concurrent.futures import ALL_COMPLETED, ThreadPoolExe 阅读全文
posted @ 2023-06-18 00:05 yiweiw 阅读(67) 评论(1) 推荐(0)
摘要:import sys # f1 = "" # f2 = "" # f3 = "" # # 打印命令行参数 # if len(sys.argv) > 4: # f1 = sys.argv[1] # f2 = sys.argv[2] # f3 = sys.argv[3] unique_lines = s 阅读全文
posted @ 2023-05-07 22:23 yiweiw 阅读(27) 评论(0) 推荐(0)
摘要:好用的ftp server之前在两台电脑之间备份的时候想搞一个局域网传输工具,在网上找了半天没有找到一个好用的东西,用的是utool自带的share,慢的可以,无法忍受(后来证明是路由器的问题),当我把WiFi换成手机热点时,速度飙升到了23~27MB/s 还是记录一下ftpserver: https://github.co 阅读全文
posted @ 2023-03-19 22:10 yiweiw 阅读(149) 评论(0) 推荐(0)