mirror of
https://git.bakhai.co.in/FbIN/LibreY.git
synced 2025-11-05 12:31:30 +05:30
6 lines
154 B
PHP
6 lines
154 B
PHP
<?php
|
|
include_once "engines/bittorrent/nyaa.php";
|
|
class SukebeiRequest extends NyaaRequest {
|
|
public $SOURCE = "sukebei.nyaa.si";
|
|
}
|
|
?>
|