Skip to content

Commit

Permalink
2018-07-15
Browse files Browse the repository at this point in the history
  • Loading branch information
Foair committed Jul 15, 2018
1 parent 331d9a6 commit 4f8ae0d
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 10 deletions.
Binary file added images/fw0s59oq.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/fwwbgojaq.png
Binary file not shown.
15 changes: 9 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,25 @@
<head>
<meta charset="utf-8">
<title>Course Crawler</title>
<meta http-equiv="X-UA-Compatible" content="IE=Edge,Chrome=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1">
<meta name="description" content="MOOC 课程下载">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link href="https://cdn.bootcss.com/docsify/4.6.10/themes/vue.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1">
<link rel="stylesheet" href="https://cdn.bootcss.com/docsify/4.6.10/themes/vue.css">
</head>
<body>
<nav>
<a href="mailto:[email protected]">联络我</a>
<a href="https://github.com/Foair/course-crawler">GitHub</a>
</nav>
<div id="app"></div>
<script>
window.$docsify = {
loadSidebar: true,
coverpage: false,
name: '',
repo: ''
alias: {
"/.*/_sidebar.md": "/_sidebar.md"
},
name: "Course Crawler",
repo: "https://github.com/Foair/course-crawler"
}
</script>
<script src="https://cdn.bootcss.com/docsify/4.6.10/docsify.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion notice.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@

## 感谢

docsify https://github.com/QingWei-Li/docsify/
docsify https://github.com/QingWei-Li/docsify

以及你们的支持。
8 changes: 5 additions & 3 deletions specific/xuetangx.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,14 @@ http://www.xuetangx.com/courses/course-v1:TsinghuaX+00740043_2x_2015_T2+sp/about
在浏览器中登录后,按 `F12`,在浏览器控制台中执行

```javascript
console.log(document.cookie);
copy(document.cookie);
```

然后复制输出的内容
执行完成后,cookies 会自动复制到粘贴板

![控制台获得 cookies](../images/fwwbgojaq.png)
(也可以 `console.log(document.cookie);` 然后手动复制输出结果。)

![控制台获得 cookies](../images/fw0s59oq.png)

在调用程序获取课程的时候,会自动要求输入 cookies,粘贴便是。

Expand Down

0 comments on commit 4f8ae0d

Please sign in to comment.