We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebcd879 commit 13469d5Copy full SHA for 13469d5
rtplugins/extsearch/engines/YggTorrent.php
@@ -1,7 +1,7 @@
1
<?php
2
class YggTorrentEngine extends commonEngine
3
{
4
- const URL = 'https://ww4.yggtorrent.is';
+ const URL = 'https://www.yggtorrent.is';
5
const MAX_PAGE = 10;
6
const PAGE_SIZE = 50;
7
public $defaults = array("public" => false, "page_size" => self::PAGE_SIZE, 'auth' => 1);
0 commit comments