Skip to content
Merged
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
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ python fetch_html.py https://github.com
``````

* ### Get External IP
Gets the external ip-address from the current machine and prints it to the console
Gets the external IP-Address from the current machine and prints it to the console
```bash
python getExternalIp.py
```
Expand Down Expand Up @@ -314,10 +314,10 @@ of youtube-dl.
#### Requirements
* You will need to install youtube_dl
* This can be installed using pip on windows,
* if you do not know how to use pip please read the installation instructions
* requests library
* can be downloaded using pip on windows and respective package managers on different operating systems.
* ffmpeg in order to convert the downloaded files to the right format
* If you do not know how to use pip please read the installation instructions
* Requests library
* Can be downloaded using pip on windows and respective package managers on different operating systems.
* ffmpeg in order to convert the downloaded files to the right format

#### Installation

Expand Down