Skip to content

Commit

Permalink
2018-05-28
Browse files Browse the repository at this point in the history
  • Loading branch information
Foair committed May 28, 2018
1 parent 25c579c commit 20e76e4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion basic.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ REN "1005899086_7780acc4ac074ed89b6301e41349a2c1_shd.mp4" "3.1.1 平面方程(

### 播放列表

打开 `Playlist.dpl` 即可播放 `Vidoes/` 中的视频。
打开 `Playlist.dpl` 即可播放 `Videos/` 中的视频。

?> 由于文件系统的限制,特殊字符比如 `"` `/` `\` 都不允许出现在文件名中,所以文件名中的特殊字符是被删除的。假如原视频的标题是「有 3/4 的概率会下雨」,就会变成 `有 34 的概率会下雨`,就很奇怪吧。而播放的列表就可以解决这个问题,在播放列表中会显示 `有 3/4 的概率会下雨`

Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<html lang="cmn-Hans">
<head>
<meta charset="UTF-8">
<meta charset="utf-8">
<title>Course Crawler</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="Description">
<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 rel="stylesheet" href="vue.css">
</head>
Expand Down
2 changes: 1 addition & 1 deletion quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ python mooc.py https://www.icourse163.org/course/TONGJI-53004

## 下载

打开 `Videos/Vidoes.txt` 即可查看视频下载地址,复制下载地址后,使用自己喜欢的下载工具下载即可。
打开 `Videos/Videos.txt` 即可查看视频下载地址,复制下载地址后,使用自己喜欢的下载工具下载即可。

?> 课程文件中有 `Videos` 文件夹,建议将视频下载到 `Videos/` 中。

Expand Down

0 comments on commit 20e76e4

Please sign in to comment.