Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
potchy authored Jun 25, 2023
1 parent 2523bf6 commit 328934e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# opex-downloader

Downloads whole One Piece seasons from OPEX website. Requires geckodriver.

## options

```
--firefox-location <firefox-location> Path to the Firefox executable.
--season-url <season-url> OPEX season URL to download. Example: https://onepieceex.net/episodios/t15/
--check-download-directory <check-download-directory> Directory where you store all your One Piece episodes. Example: "C:\One Piece"
--actual-download-directory <actual-download-directory> Subdirectory where the specified season will be downloaded. Example: "C:\One Piece\Season 21"
```

## usage example (PowerShell)
```powershell
.\OpexDownloader.exe `
--firefox-location "C:\Program Files\WindowsApps\Mozilla.Firefox_114.0.2.0_x64__n80bbvh6b1yt2\VFS\ProgramFiles\Firefox Package Root\firefox.exe" `
--season-url https://onepieceex.net/episodios/t15/ `
--check-download-directory "D:\wslarr\data\media\tv\One Piece (1999) {imdb-tt0388629}" `
--actual-download-directory "D:\wslarr\data\media\tv\One Piece (1999) {imdb-tt0388629}\15 Reverie-Wano"
```

0 comments on commit 328934e

Please sign in to comment.