]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/source/urls/class_CrawlerUrlSource
Continued with crawler:
[hub.git] / application / hub / main / source / urls / class_CrawlerUrlSource
index c330af0a4e20b0684ffdfb28a6662b55120d4ff8..1fef9c7c941b25c17b37696b48446a356ec0d7dd 100644 (file)
@@ -21,7 +21,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
-class CrawlerUrlSource??? extends BaseSource implements UrlSource, Registerable {
+class CrawlerUrlSource??? extends BaseUrlSource implements UrlSource, Registerable {
        /**
         * Protected constructor
         *
@@ -41,6 +41,9 @@ class CrawlerUrlSource??? extends BaseSource implements UrlSource, Registerable
                // Get new instance
                $sourceInstance = new CrawlerUrlSource???();
 
+               // Init source
+               $sourceInstance->initSource('crawler', '!!!');
+
                // Return the prepared instance
                return $sourceInstance;
        }