From e28eee2e3a1dde55f59f9128a082b0b269303a5c Mon Sep 17 00:00:00 2001 From: orestonce Date: Sat, 25 Jun 2022 20:27:40 +0800 Subject: [PATCH 1/5] Create .gitattributes --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..2d8bbbc --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.cpp linguist-language=go +*.go linguist-language=go +*.h linguist-language=go From 83b105c5aaaafdf382a53c61578f6a2b37c1e139 Mon Sep 17 00:00:00 2001 From: orestonce Date: Sun, 26 Jun 2022 00:11:55 +0800 Subject: [PATCH 2/5] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d36534..79ef640 100644 --- a/README.md +++ b/README.md @@ -29,5 +29,5 @@ * 如果涉及到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)发布 From 0fbb33c6ad7be4bb7a3cb5bb58b6bc8bd6b17091 Mon Sep 17 00:00:00 2001 From: orestonce Date: Sun, 26 Jun 2022 08:34:42 +0800 Subject: [PATCH 3/5] Delete .gitattributes --- .gitattributes | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 2d8bbbc..0000000 --- a/.gitattributes +++ /dev/null @@ -1,3 +0,0 @@ -*.cpp linguist-language=go -*.go linguist-language=go -*.h linguist-language=go From 26c912054eefa2c50a5c077ab0f1aee6d2be0a8d Mon Sep 17 00:00:00 2001 From: orestonce Date: Sun, 26 Jun 2022 17:00:11 +0800 Subject: [PATCH 4/5] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 79ef640..f18cd79 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ * [x] 支持设置代理 * [x] 增加openwrt路由器的mipsle二进制 * [x] 支持从curl命令解析出需要的信息,正如 https://github.com/cxjava/m3u8-downloader 一样 + * [ ] 增加linux/mac命令行版本的使用教程 ## 二次开发操作手册: * 如果只开发命令行版本, 则只需要修改*.go文件, 然后编译 cmd/main.go 即可 * 如果涉及到Qt界面打包, 则需要运行 export/main.go 将 *.go导出为Qt界面需要的 From 995bed598a174ded4a458d3de8a839208421c1c9 Mon Sep 17 00:00:00 2001 From: orestonce Date: Tue, 28 Jun 2022 17:18:01 +0800 Subject: [PATCH 5/5] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f18cd79..fcd5390 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ * [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界面需要的