diff --git a/src/Magnet.php b/src/Magnet.php index 949c887..f90a59a 100644 --- a/src/Magnet.php +++ b/src/Magnet.php @@ -1,6 +1,6 @@ null, 'dn' => null, 'xl' => 0, + 'xt' => [], 'tr' => [], 'ws' => [], 'as' => [], @@ -37,6 +62,7 @@ class Magnet { [ 'magnet:', '?', + 'xt=', 'tr=', 'ws=', 'as=', @@ -47,6 +73,7 @@ class Magnet { [ false, false, + 'xt[]=', 'tr[]=', 'ws[]=', 'as[]=', diff --git a/src/Url.php b/src/Url.php index c4bcfd1..93b3eff 100644 --- a/src/Url.php +++ b/src/Url.php @@ -1,6 +1,6 @@