Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
katridi authored Apr 23, 2019
1 parent e41b456 commit b83d087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ downloaded via __[coursera-dl](https://github.com/coursera-dl/coursera-dl)__

> $ pip install coursera-dl
> $ coursera-dl -u __youremail__ -p __yourcourserapassword__ -f "pdf" --path=__here/is/path/to_folder__ machine-learning
> $ coursera-dl -u __youremail__ -p __yourcourserapassword__ -f "pdf" --path=__here/is/path/to_folder__ __course_name__
to extract all pdfs from all folders recursively
> $ find __here/is/path/to_folder__ -iname "*.pdf" -exec mv {} __here/is/path/to_folder__ \;
Expand Down

0 comments on commit b83d087

Please sign in to comment.