From 470ebdf924a27196c24d20a9aab7b94c81a85390 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arda=20=C3=87ebi?= Date: Thu, 5 Apr 2018 22:12:08 +0300 Subject: [PATCH] Update README.md Some readme fixes to make users understand your work better :) --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0f0e2e7..ba9e931 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ -### No longer maintained +### Notice: No longer maintained. -# Usage +## Usage ```sh $ python youtube.py [visits] [youtubeLinks.txt] [minWatch] [maxWatch] ``` -# Help +## Help - **visits** The amount of visits per video - **youtubeLinks** The file that contains the Youtube links; one link per line - **minWatch** The minimum watch time in seconds - **maxWatch** The maximum watch time in seconds -# Example - - python youtube.py 300 urls.txt 38 65 +## Usage Example +`python youtube.py 300 urls.txt 38 65`