From 328934ee9fe63d5149cfdf38db57e5155f98e29c Mon Sep 17 00:00:00 2001 From: potchy Date: Sun, 25 Jun 2023 12:27:03 -0300 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index d94ae77..c1ac421 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,21 @@ # opex-downloader Downloads whole One Piece seasons from OPEX website. Requires geckodriver. + +## options + +``` +--firefox-location Path to the Firefox executable. +--season-url OPEX season URL to download. Example: https://onepieceex.net/episodios/t15/ +--check-download-directory Directory where you store all your One Piece episodes. Example: "C:\One Piece" +--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" +```