* add dockerfile and change base domain to current one
* add ffmpeg to dockerfile and edit README
* add instructions to save media locally
* fix typo
* add dependencies to dockerfile
* fix dependencies
* add ability to switch between anime and film on run without changing config
* add dependencies to dockerfile
* add argparse
* fix readme
* fix args description
* style(PEP8): conform to PEP8 guide
* style(spell): spelling corrected
* Improve examples
* refact(audio_extractor): improves code readability refactoring audio_extractor_m3u8 function
* Conform to default example
* Add .idea
* Season range and all download
* fix if/elif
* fix if download all season
* Refactor user input handling in main function now you can choose more than one movie or tv
* Refactor file paths and create subdirectories for tv show now fill number season and episode to arrive to 2 characters
* Update console print message in tv.py