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`