Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 417 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 417 Bytes

xuetang-down 学堂在线(XuetangX)字幕下载工具

如题。

Usage

  1. 登录 http://www.xuetangx.com ,将自己的 cookie 以 json object 的格式保存到 cookie.json
  2. 进入自己所上课程页面,将课程的网址填入 config.json 中对应位置
  3. 执行 xuetang-down.py

Requirements

  • python3
  • beautiful soup
  • requests
pip install beautifulsoup4 requests