Skip to content

Commit

Permalink
Merge branch 'main' of github.com:orestonce/m3u8d
Browse files Browse the repository at this point in the history
  • Loading branch information
orestonce committed Jun 28, 2022
2 parents 8095e1a + 995bed5 commit ad19058
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,12 @@
* [x] 支持设置代理
* [x] 增加openwrt路由器的mipsle二进制
* [x] 支持从curl命令解析出需要的信息,正如 https://github.com/cxjava/m3u8-downloader 一样
* [ ] 增加linux/mac命令行版本的使用教程
* [ ] url识别错误,http://example.com/index.m3u8?arg1=v1 也是正常的m3u8的url
## 二次开发操作手册:
* 如果只开发命令行版本, 则只需要修改*.go文件, 然后编译 cmd/main.go 即可
* 如果涉及到Qt界面打包, 则需要运行 export/main.go 将 *.go导出为Qt界面需要的
`m3u8-qt/m3u8.h`,`m3u8-qt/m3u8.cpp`, `m3u8-qt/m3u8-impl.a`. 然后使用QtCreator进行打包
## 发布协议
* m3u8-qt/ 目录采用 [GPL协议 v3](m3u8d-qt/LICENSE) 发布
*m3u8-qt/ 以外的代码, 采用[MIT协议](LICENSE)发布
* m3u8d-qt/ 目录采用 [GPL协议 v3](m3u8d-qt/LICENSE) 发布
*m3u8d-qt/ 以外的代码, 采用[MIT协议](LICENSE)发布

0 comments on commit ad19058

Please sign in to comment.