Files
hstream/config/hstream.php
2025-10-07 22:38:20 +02:00

44 lines
1.1 KiB
PHP

<?php
return [
// Download Domain
'download_domain' => [
'https://imoto-ddl.ane-h.xyz',
'https://chibi-ddl.imoto-h.xyz',
'https://koneko-ddl.musume-h.xyz',
'https://shinobu-ddl.rorikon-h.xyz',
'https://oppai-ddl.shoujo-h.org',
],
// 4k Download Domain
'download_domain_4k' => [
'https://imoto-ddlp.ane-h.xyz',
'https://chibi-ddlp.imoto-h.xyz',
'https://koneko-ddlp.musume-h.xyz',
'https://shinobu-ddlp.rorikon-h.xyz',
'https://oppai-ddlp.shoujo-h.org',
],
// Stream Domain
'stream_domain' => [
'https://imoto-str.ane-h.xyz',
'https://chibi-str.imoto-h.xyz',
'https://koneko-str.musume-h.xyz',
'https://shinobu-str.rorikon-h.xyz',
'https://oppai-str.shoujo-h.org',
],
// Asia Fallback (HTTP)
'asia_download_domain' => [
'https://komako-b-ddl.musume-h.xyz'
],
'asia_stream_domain' => [
'https://komako-b-str.musume-h.xyz'
],
// Free 4k Downloads
'free_downloads' => true,
'free_downloads_count' => 10,
];