From e9d61ba5799e08abfa8f4b3e354ca3d2e5ca2068 Mon Sep 17 00:00:00 2001 From: uditgulati Date: Mon, 29 Oct 2018 02:52:32 +0530 Subject: [PATCH] Add requirements.txt --- README.md | 7 ++++--- requirements.txt | 2 ++ 2 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 requirements.txt diff --git a/README.md b/README.md index fc9c5a1..600d99c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ -# index-of-downloader -A small script to automate downloading TV shows or movies just in the format it is present on the 'index of' server +# Index of downloader + +A small script to automate downloading TV shows or movies just in the format it is present on the 'index of' server. I started watching BBT and it was really a lot of work to download each episode from ['index of Big Bang Theory'](http://dl.upload8.net/Serial/The%20Big%20Bang%20Theory/). -So, I just automated it with a small script to download the files from the base URL and store it on the local device location in the exact tree format that it is on the server +So, I just automated it with a small script to download the files from the base URL and store it on the local device location in the exact tree format that it is on the server. diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..9f9c7d1 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +beautifulsoup4==4.6.3 +pkg-resources==0.0.0