forked from blallo/rss-bridge
[YGGTorrentBridge] Order search result by publish date (#762)
This commit is contained in:
parent
8f9a385b4d
commit
a574fa15ac
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ class YGGTorrentBridge extends BridgeAbstract {
|
||||||
. $category
|
. $category
|
||||||
. '&sub_category='
|
. '&sub_category='
|
||||||
. $subcategory
|
. $subcategory
|
||||||
. '&do=search')
|
. '&do=search&order=desc&sort=publish_date')
|
||||||
or returnServerError('Unable to query Yggtorrent !');
|
or returnServerError('Unable to query Yggtorrent !');
|
||||||
|
|
||||||
$count = 0;
|
$count = 0;
|
||||||
|
|
Loading…
Reference in a new issue