Skip to content

Project Proposal

Salman Shah edited this page Nov 9, 2016 · 2 revisions

Welcome to the the Movies-Downloader wiki!

  • This is a script written entirely in Bash using bash commands

  • Bash commands used in this project:

    1. sed
    2. grep
    3. wget
    4. cat
  • Bash commands used in this project

    1. Regular Expressions
    2. Standard Input
    3. Standard Output
  • Algorithm

    1. Use the wget <url> command to to download the the HTML contents from a static webpage.
    2. Strip the a href tags from the index.html file to isolate all the links.
    3. Append the URLs with the prefix of the complete link.
    4. Store all the link in a 2-D array along with the names of the File to be stored.
    5. Apply wget -r recursively to download the entire episodes of the season.

Clone this wiki locally