Procházet zdrojové kódy

RSScrawler renamed to FeedCrawler

Please update the link / title accordingly
RiX před 5 roky
rodič
revize
3f2c7b2f57
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      api/homepage/jdownloader.php

+ 2 - 2
api/homepage/jdownloader.php

@@ -27,7 +27,7 @@ trait JDownloaderHomepageItem
                                 <div class="panel-body">
 									<ul class="list-icons">
                                         <li><i class="fa fa-chevron-right text-danger"></i> <a href="https://pypi.org/project/myjd-api/" target="_blank">Download [myjd-api] Module</a></li>
-                                        <li><i class="fa fa-chevron-right text-danger"></i> Add <b>/api/myjd</b> to the URL if you are using <a href="https://pypi.org/project/RSScrawler/" target="_blank">RSScrawler</a></li>
+                                        <li><i class="fa fa-chevron-right text-danger"></i> Add <b>/api/myjd</b> to the URL if you are using <a href="https://pypi.org/project/FeedCrawler/" target="_blank">FeedCrawler</a></li>
                                     </ul>
                                 </div>
                             </div>
@@ -204,4 +204,4 @@ trait JDownloaderHomepageItem
 		$this->setAPIResponse('success', null, 200, $api);
 		return $api;
 	}
-}
+}