From 00792499980255184db44977e6e98bbebc3cb413 Mon Sep 17 00:00:00 2001 From: Loc0DeD Date: Sat, 15 Jun 2019 13:02:16 +0000 Subject: [PATCH 1/4] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e452992..556b63d 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,8 @@ Example: `dotnet codeWithMoshDownloader.dll -c cookies.txt -q 1280x720 https://c `-s [VAL]` sets the starting position for a playlist +`-z` auto extract zip archives + The URL can be to either a playlist or individual lecture #### [Requires .Net Core 2.2+](https://dotnet.microsoft.com/download) From c3fb0dee8988bc5a94a482d30777b757d3398ba9 Mon Sep 17 00:00:00 2001 From: Loc0DeD Date: Sat, 15 Jun 2019 13:02:32 +0000 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 556b63d..bc7c689 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Another big reason to use this is that it grabs lecture attachments which youtub ![Formats](https://i.imgur.com/zGFc4n1.png) -##### Usage: `dotnet codeWithMoshDownloader.dll [-c [VAL] -f -q [VAL] -Q -s [VAL]] URL` +##### Usage: `dotnet codeWithMoshDownloader.dll [args] URL` Example: `dotnet codeWithMoshDownloader.dll -c cookies.txt -q 1280x720 https://codewithmosh.com/courses/enrolled/228831` From da52eff723e04f01b2d096c9e244e79df2c0d1e4 Mon Sep 17 00:00:00 2001 From: Loc0DeD Date: Sat, 15 Jun 2019 13:03:52 +0000 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc7c689..dcd9f17 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Another big reason to use this is that it grabs lecture attachments which youtub Example: `dotnet codeWithMoshDownloader.dll -c cookies.txt -q 1280x720 https://codewithmosh.com/courses/enrolled/228831` -`-c [VAL]` path to cookies.txt - this is required, you cannot use the tool using a username/password, there are many extensions that can do this for you +`-c [VAL]` path to cookies.txt - this is required, you cannot use the tool using a username/password, there are many extensions that can get your cookies for you `-f` force overwriting of existing files From 1c57432214993d3911c42453a75835ccedca293a Mon Sep 17 00:00:00 2001 From: Loc0DeD Date: Sat, 15 Jun 2019 13:07:22 +0000 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dcd9f17..b10a6a1 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The problem with Youtube-dl in this case is that at the current time of writing Another big reason to use this is that it grabs lecture attachments which youtube-dl doesn't. This includes embedded attachments like PDF's. It will also store text only lectures and quizzes to html files for your viewing. -#### Credit to Youtube-dl for the output formatting +#### Credit to Youtube-dl for the output formatting style ![Formats](https://i.imgur.com/zGFc4n1.png)