摘要: 最近看到某有色网站的视频不错,可是这个网站的网速不太理想,就想下载看,偏偏视频又是加密的,遂破解之。 # -*- coding: utf-8 -*- """ Created on 2022-03-21 0021 21:45 @Software : PyCharm @author: Administr 阅读全文
posted @ 2022-03-21 22:04 studieren 阅读(1202) 评论(0) 推荐(0)
摘要: 在B站下载了json格式字幕,potplayer不支持这种格式,于是用python写了个小工具,转成了srt格式。 import math,json def zimu(jsonpath, srtpath): file = '' # 这个变量用来保存数据 i = 1 with open(jsonpat 阅读全文
posted @ 2022-03-21 21:35 studieren 阅读(803) 评论(0) 推荐(0)