Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaBear84 committed Jul 30, 2021
2 parents 713d499 + ccf3f3f commit d754e86
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Written in C# with .NET (Core), which means it is **cross platform**!

Downloading is not (yet) implemented, but is already possible when you use the resulting file into another tool (for most of the formats).

Downloading with wget:
Downloading with [wget](https://www.gnu.org/software/wget/):
`wget -x -i theurlsfile.txt`

Downloading with [aria2c](https://aria2.github.io/) (Does not support directory structure..):
Expand Down Expand Up @@ -52,9 +52,16 @@ Command line parameters:
|   | `--password` | Password |
|   | `--output-file` | Output file to use for urls file |

Example:
### Example

#### Windows

`OpenDirectoryDownloader.exe --url "https://myopendirectory.com"`

#### Linux

`./OpenDirectoryDownloader -u "https://myopendirectory.com"`

If you want to learn more or contribute, see the following paragraphs!

### Copying on Linux
Expand Down Expand Up @@ -117,7 +124,7 @@ You can use a many steps manual option, or the 6 steps 'Quickstart' workaround.
Manual/customized:

1. Go to https://console.cloud.google.com/projectcreate
2. Fill in Project Name, like "opendirectorydownloader" or so, lease Location unchanged
2. Fill in Project Name, like "opendirectorydownloader" or so, leave Location unchanged
3. Change Project ID (optional)
4. Click "CREATE"
5. Wait a couple of seconds until the project is created and open it (click "VIEW")
Expand Down

0 comments on commit d754e86

Please sign in to comment.