Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
beautifulsoup4==4.6.3
pkg-resources==0.0.0