mirror of
https://github.com/hama3254/Crunchyroll-Downloader-v3.0.git
synced 2024-11-13 03:35:05 +01:00
fixes
-fix missing tag for japanese metadata -fix invalid data progressing (video longer than 100%)
This commit is contained in:
parent
538b3c98a8
commit
c6a940d3c0
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -351,6 +351,9 @@ Public Class CRD_List_Item
|
||||
Dim DownloadFinished As Double = ZeitFertigInteger * bitrateInt / 8
|
||||
Dim percent As Integer = ZeitFertigInteger / ZeitGesamtInteger * 100
|
||||
Me.Invoke(New Action(Function()
|
||||
If percent > 100 Then
|
||||
percent = 100
|
||||
End If
|
||||
ProgressBar1.Value = percent
|
||||
Label_percent.Text = Math.Round(DownloadFinished, 2, MidpointRounding.AwayFromZero).ToString + "MB/" + Math.Round(FileSize, 2, MidpointRounding.AwayFromZero).ToString + "MB " + percent.ToString + "%"
|
||||
Return Nothing
|
||||
|
@ -1061,6 +1061,8 @@ Public Class Main
|
||||
Return "ita"
|
||||
ElseIf HardSub = "esES" Then
|
||||
Return "spa"
|
||||
ElseIf HardSub = "jaJP" Then
|
||||
Return "jpn"
|
||||
End If
|
||||
|
||||
Return "chi"
|
||||
|
Binary file not shown.
Binary file not shown.
@ -28,6 +28,34 @@
|
||||
<body id="bodypage" class="main-bg" >
|
||||
<img alt="image error" src="balken.png" class="class-balken">
|
||||
|
||||
<div class="div-episode">
|
||||
|
||||
<img alt="image error" src="https://img1.ak.crunchyroll.com/i/spire1-tmb/81d99ae7d61c73d9c443b963424740621475364399_fwide.jpg" class="imagestyle">
|
||||
|
||||
<div>
|
||||
|
||||
<span class="titel" dir="auto">Aooni The Blue Monster <br> Folge 1</span>
|
||||
|
||||
<div class="progressbar">
|
||||
|
||||
<div class="progressbar-value" style="width:100%"></div>
|
||||
|
||||
</div>
|
||||
<span dir="auto" class='percenttext'>Finsihed - 80,84MB</span>
|
||||
<div>
|
||||
<br>
|
||||
<span dir="auto" class="resotext">1080p</span>
|
||||
|
||||
<a href="#" class="cc-wert" title="Softsubs:
|
||||
"> <img alt="image error" src="cc.png" class="class-cc">English</a>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<img alt="image error" src="balken.png" class="class-balken"><!-- Aooni The Blue Monster Folge 1-->
|
||||
<script>
|
||||
|
||||
setInterval(function loadXMLDoc() {
|
||||
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user