차이
문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 양쪽 이전 판이전 판다음 판 | 이전 판 | ||
| tech:synology_dlm [2024/03/08 13:17] – 제거됨 - 바깥 편집 (Unknown date) 127.0.0.1 | tech:synology_dlm [2024/03/08 13:19] (현재) – V_L | ||
|---|---|---|---|
| 줄 1: | 줄 1: | ||
| + | {{tag> | ||
| + | ====== Synology download station .DLM ====== | ||
| + | |||
| + | =====1337x===== | ||
| + | |||
| + | https:// | ||
| + | |||
| + | |||
| + | |||
| + | =====Nyaa===== | ||
| + | |||
| + | https:// | ||
| + | |||
| + | |||
| + | =====magnetDL===== | ||
| + | |||
| + | https:// | ||
| + | |||
| + | |||
| + | =====Torrentkim===== | ||
| + | |||
| + | |||
| + | [[tech: | ||
| + | DLM 파일을 작성하면 된다. | ||
| + | DLM 파일은 tar 형식으로 압축된 것이며 내부에 텍스트 문서가 있다. | ||
| + | |||
| + | INFO | ||
| + | search.php | ||
| + | |||
| + | 압축을 풀자. | ||
| + | |||
| + | < | ||
| + | { | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | } | ||
| + | |||
| + | </ | ||
| + | |||
| + | < | ||
| + | <?php | ||
| + | class SynoDLMSearchTorrentKim { | ||
| + | private $qurl = " | ||
| + | |||
| + | public function __construct() { | ||
| + | } | ||
| + | |||
| + | public function prepare($curl, | ||
| + | $url = $this-> | ||
| + | curl_setopt($curl, | ||
| + | } | ||
| + | |||
| + | public function parse($plugin, | ||
| + | $response = preg_replace("/< | ||
| + | $response = preg_replace("/< | ||
| + | $response = preg_replace("/< | ||
| + | $response = preg_replace("/ | ||
| + | $response = preg_replace("/&/ | ||
| + | return $plugin-> | ||
| + | } | ||
| + | } | ||
| + | ?> | ||
| + | |||
| + | </ | ||
| + | |||
| + | 문제는 토렌트킴의 주소가 계속 바뀐다는 거임. | ||
| + | |||