mirror of
https://github.com/coursera-dl/coursera-dl.git
synced 2026-07-17 16:35:35 +00:00
Update CHANGELOG.md
This commit is contained in:
parent
dcb06acf45
commit
0f7ea38427
1 changed files with 18 additions and 1 deletions
19
CHANGELOG.md
19
CHANGELOG.md
|
|
@ -1,7 +1,24 @@
|
|||
# Change Log
|
||||
|
||||
## 0.5.3 (YYYY-MM-DD)
|
||||
## 0.6.0 (YYYY-MM-DD)
|
||||
|
||||
Features:
|
||||
- Descriptions of assignments are saved in more cases (different courses
|
||||
implement it in a different way)
|
||||
- Images are embedded into descriptions of assignments and are available
|
||||
offline locally
|
||||
- MathJax is injected into descriptions of assignments to render math
|
||||
locally (requires Internet connection)
|
||||
- Add option `--ignore-http-errors` to ignore errors in internal
|
||||
downloader during resource downloading stage
|
||||
- Add option `--disable-url-skipping` to always try downloading
|
||||
all the URLs that were found by the parser
|
||||
- Add option `--downloader-arguments` (#464)
|
||||
- Add option `--version` (#477)
|
||||
- Better looking progress output: during the syllabus parsing stage
|
||||
lecture/section names are printed in a hierarchical structure
|
||||
|
||||
Bugfixes:
|
||||
- Stricter filename cleaning in on-demand course parser
|
||||
- Better URL filtering
|
||||
- Detect SSL errors and suggest link to the solution in the output
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue