All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ai.platon.pulsar.examples.sites.topEc.chinese.dangdang.DangdangCrawler.kt Maven / Gradle / Ivy

The newest version!
package ai.platon.pulsar.examples.sites.topEc.chinese.dangdang

import ai.platon.pulsar.skeleton.context.PulsarContexts

fun main() {
    val portalUrl = "http://category.dangdang.com/cid4010209.html"
    val args = "-i 1s -ii 5d -ol a[href~=product] -ignoreFailure"

    PulsarContexts.createSession().submitForOutPages(portalUrl, args)

    PulsarContexts.await()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy