Skip to content

Commit

Permalink
Recommend installing through pipx
Browse files Browse the repository at this point in the history
  • Loading branch information
aajanki committed Sep 22, 2023
1 parent 691a31b commit 7fc0524
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions index-en.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ <h2>Download videos from Yle Areena</h2>

<h2>Installation</h2>

<p><code>pip3 install --user --upgrade yle-dl</code></p>

<p>Required packages: Python 3.6+, ffmpeg 4.1+

<p>Optionally, some streams require wget.</p>
<ol>
<li>Install required packages: Python 3.7+, ffmpeg 4.1+. Some streams might also require wget.</li>
<li><a href="https://pypa.github.io/pipx/">Install pipx</a></li>
<li><code>pipx install yle-dl</code></li>
</ol>

<h2>Usage</h2>

Expand Down
10 changes: 5 additions & 5 deletions index-sv.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ <h2>Ladda ner videor från Yle Arenan</h2>

<h2>Installation</h2>

<p><code>pip3 install --user --upgrade yle-dl</code></p>

<p>Nödvändiga bibliotek och program: Python 3.6+, ffmpeg 4.1+</p>

<p>För att ladda ner vissa Arena program behövs också wget.</p>
<ol>
<li>Installera nödvändiga bibliotek och program: Python 3.7+, ffmpeg 4.1+. För att ladda ner vissa Arena program behövs också wget.</li>
<li><a href="https://pypa.github.io/pipx/">Installera pipx</a></li>
<li><code>pipx install yle-dl</code></li>
</ol>

<h2>Användning</h2>

Expand Down
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ <h2>Lataa videoita Yle Areenasta</h2>

<h2>Asentaminen</h2>

<p><code>pip3 install --user --upgrade yle-dl</code></p>

<p>Vaaditut kirjastot ja ohjelmat: Python 3.6+, ffmpeg 4.1+</p>

<p>Joidenkin Areenan ohjelmien lataamiseen tarvitaan lisäksi wget.</p>
<ol>
<li>Asenna vaaditut kirjastot ja ohjelmat: Python 3.7+, ffmpeg 4.1+. Joidenkin Areenan ohjelmien lataamiseen tarvitaan lisäksi wget</li>
<li><a href="https://pypa.github.io/pipx/">Asenna pipx</a></li>
<li><code>pipx install yle-dl</code></li>
</ol>

<h2>Käyttö</h2>

Expand Down

0 comments on commit 7fc0524

Please sign in to comment.