Skip to content

Commit

Permalink
Fix trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
sk22 committed Aug 3, 2020
1 parent ed3a30d commit a084905
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,13 +136,12 @@ <h2>architectural limitations</h2>
<ul>
<li><b>Single chunks may appear glitchy.</b>
TVthek splits up their full videos into chunks of 10 seconds, as it
uses <a href="https://en.wikipedia.org/wiki/HTTP_Live_Streaming">
HTTP Live Streaming
</a>. Since the individual chunks are not meant to be played alone,
but as a playlist (as defined in the chunklist files), the
beginnings and endings will appear glitchy. Software like
<a href="https://handbrake.fr/">HandBrake</a>
should be able to fix those problems.
uses <a href="https://en.wikipedia.org/wiki/HTTP_Live_Streaming"
>HTTP Live Streaming</a>. Since the individual chunks are not meant
to be played alone, but as a playlist (as defined in the chunklist
files), the beginnings and endings will appear glitchy. Software
like <a href="https://handbrake.fr/">HandBrake</a> should be able
to fix those problems.
</li>
<li><b>TS files cannot be shared on social media.</b>
Most social media websites like Twitter do not accept .ts video files.
Expand Down Expand Up @@ -175,8 +174,8 @@ <h2>alternatives</h2>
A download utility for the command line that can extract media from YouTube, and
a <a href="https://github.com/ytdl-org/youtube-dl/tree/master/youtube_dl/extractor">
wide variety</a> of websites, including
<a href="https://github.com/ytdl-org/youtube-dl/blob/1328305851bf2b708f74140b35a600c955d58394/youtube_dl/extractor/extractors.py#L802-L818">
ORF stations</a>.
<a href="https://github.com/ytdl-org/youtube-dl/blob/1328305851bf2b708f74140b35a600c955d58394/youtube_dl/extractor/extractors.py#L802-L818"
>ORF stations</a>.
The software is most likely more robust than mine,
downloaded videos are automatically muxed as mp4 files via ffmpeg,
but users need to (know how to) use a command line to operate it.
Expand All @@ -187,9 +186,8 @@ <h2>alternatives</h2>
<b><a href="https://mediathekview.de/">MediathekView</a></b>:
A desktop program for viewing and downloading media from (german-speaking)
TV channels. Note that there are
<a href="https://forum.mediathekview.de/topic/2546/anleitung-einstellungen-f%C3%BCr-orf-download/2">
necessary tweaks
</a> to be made in order to use MediathekView with ORF.
<a href="https://forum.mediathekview.de/topic/2546/anleitung-einstellungen-f%C3%BCr-orf-download/2"
>necessary tweaks</a> to be made in order to use MediathekView with ORF.
</li>
<li>
<b><a href="https://jdownloader.org/">JDownloader</a></b>:
Expand Down

0 comments on commit a084905

Please sign in to comment.