# crawl_ouchn ["国家开放大学终身教育平台"](http://le.ouchn.cn/)课程视频批量下载 ## Usage 1. Configure `config/config.json` file add some url which you want to download video. ``` "courseUrl": [ "http://le.ouchn.cn/#/courseDetails/CAAA010000023530" ] ``` 2. run it xx.exe 3. downloading some lesson video need to login, So please configure `config/config.json` file `username` and `messageCode` ## Development please read [Develop](./docs/Develop.md)