You have {{ $downloadsLeft }}/{{ config('hstream.free_downloads_count') }} free daily 4k downloads left.
Free 4k downloads will only be available, if enough people are subscribed to patreon!
Patreon subscribers don't have any limits!

@if ($granted === 0 && !$override) @elseif ($granted === 1 || $override) @php $episode = \App\Models\Episode::where('id', $episodeId)->firstOrFail(); $download = $interpolated == true ? $episode->getDownloadByType('UHDi') : $episode->getDownloadByType('UHD'); $now = \Illuminate\Support\Carbon::now(); $expire = \Illuminate\Support\Facades\Crypt::encryptString($now->addHours(6)); $file = \Illuminate\Support\Facades\Crypt::encryptString('hentai/'.$download->url); $dlpdomains = config('hstream.download_domain_4k'); $downloadURL = $dlpdomains[array_rand($dlpdomains)].'/download/'.$file.'/'.$expire; $fillNumbers = false; @endphp @elseif ($granted === 3)

Daily download limit reached!

@elseif ($granted === 4)

Download will be available 7 days after release!

@endif