===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
youtube-dl-2020.11.21.1/devscripts/release.sh-53-
youtube-dl-2020.11.21.1/devscripts/release.sh:54:if [ ! -z "`git tag | grep "$version"`" ]; then echo 'ERROR: version already present'; exit 1; fi
youtube-dl-2020.11.21.1/devscripts/release.sh-55-if [ ! -z "`git status --porcelain | grep -v CHANGELOG`" ]; then echo 'ERROR: the working directory is not clean; commit or stash changes'; exit 1; fi
##############################################
youtube-dl-2020.11.21.1/youtube_dl/extractor/extractors.py-1041-)
youtube-dl-2020.11.21.1/youtube_dl/extractor/extractors.py:1042:from .soundgasm import (
youtube-dl-2020.11.21.1/youtube_dl/extractor/extractors.py-1043-    SoundgasmIE,
##############################################
youtube-dl-2020.11.21.1/youtube_dl/extractor/xxxymovies.py-20-            'ext': 'mp4',
youtube-dl-2020.11.21.1/youtube_dl/extractor/xxxymovies.py:21:            'title': 'Ecstatic Orgasm Sofcore',
youtube-dl-2020.11.21.1/youtube_dl/extractor/xxxymovies.py-22-            'duration': 931,
##############################################
youtube-dl-2020.11.21.1/youtube_dl/YoutubeDL.py-709-            # be expanded. For example, for outtmpl "%(title)s.%(ext)s" and
youtube-dl-2020.11.21.1/youtube_dl/YoutubeDL.py:710:            # title "Hello $PATH", we don't want `$PATH` to be expanded.
youtube-dl-2020.11.21.1/youtube_dl/YoutubeDL.py-711-            filename = expand_path(outtmpl).replace(sep, '') % template_dict
##############################################
youtube-dl-2020.11.21.1/.pc/0002-Disable-upstream-s-autoupdate-mechanism.patch/README.md-471-
youtube-dl-2020.11.21.1/.pc/0002-Disable-upstream-s-autoupdate-mechanism.patch/README.md:472:You may also want to configure automatic credentials storage for extractors that support authentication (by providing login and password with `--username` and `--password`) in order not to pass credentials as command line arguments on every youtube-dl execution and prevent tracking plain text passwords in the shell command history. You can achieve this using a [`.netrc` file](https://stackoverflow.com/tags/.netrc/info) on a per extractor basis. For that you will need to create a `.netrc` file in your `$HOME` and restrict permissions to read/write by only you:
youtube-dl-2020.11.21.1/.pc/0002-Disable-upstream-s-autoupdate-mechanism.patch/README.md-473-```
##############################################
youtube-dl-2020.11.21.1/.pc/0002-Disable-upstream-s-autoupdate-mechanism.patch/README.md-671-
youtube-dl-2020.11.21.1/.pc/0002-Disable-upstream-s-autoupdate-mechanism.patch/README.md:672:Also filtering work for comparisons `=` (equals), `^=` (starts with), `$=` (ends with), `*=` (contains) and following string meta fields:
youtube-dl-2020.11.21.1/.pc/0002-Disable-upstream-s-autoupdate-mechanism.patch/README.md-673-
##############################################
youtube-dl-2020.11.21.1/README.md-468-
youtube-dl-2020.11.21.1/README.md:469:You may also want to configure automatic credentials storage for extractors that support authentication (by providing login and password with `--username` and `--password`) in order not to pass credentials as command line arguments on every youtube-dl execution and prevent tracking plain text passwords in the shell command history. You can achieve this using a [`.netrc` file](https://stackoverflow.com/tags/.netrc/info) on a per extractor basis. For that you will need to create a `.netrc` file in your `$HOME` and restrict permissions to read/write by only you:
youtube-dl-2020.11.21.1/README.md-470-```
##############################################
youtube-dl-2020.11.21.1/README.md-668-
youtube-dl-2020.11.21.1/README.md:669:Also filtering work for comparisons `=` (equals), `^=` (starts with), `$=` (ends with), `*=` (contains) and following string meta fields:
youtube-dl-2020.11.21.1/README.md-670-