Skip to content

Commit 13469d5

Browse files
authoredAug 23, 2018
Update YggTorrent.php
still a change of the site. refreshing the refresh I made the change on my server the capture is doing well
1 parent ebcd879 commit 13469d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎rtplugins/extsearch/engines/YggTorrent.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
class YggTorrentEngine extends commonEngine
33
{
4-
const URL = 'https://ww4.yggtorrent.is';
4+
const URL = 'https://www.yggtorrent.is';
55
const MAX_PAGE = 10;
66
const PAGE_SIZE = 50;
77
public $defaults = array("public" => false, "page_size" => self::PAGE_SIZE, 'auth' => 1);

0 commit comments

Comments
 (0)
Please sign in to comment.