Szabi – CodeRevolution

Forum Replies Created

Viewing 15 posts - 2,506 through 2,520 (of 4,650 total)
  • Author
    Posts
  • in reply to: Plugin not scraping properly #5609


    Szabi – CodeRevolution
    Keymaster
    Post count: 5100

    Hello,

    First of all, thank you for your purchase.

    I checked the link you mentioned and the first think I want to point out is that it contains (in its listings) multiple links which don’t work. Example, in the listing: https://ww3.northernminer.com/stocktables/byCompany.aspx?filter=w&sort=name

    You will find multiple not working links, example: https://ww3.northernminer.com/esource/profile.aspx?company_id=083357410

    With this said, now lets cover the plugin settings which are needed to scrape this site:

    I used the below settings and I was able to grab multiple links from the source page (for me, grabbing 10 links in one go worked well):

     

     

    Scraper Start (Seed) URL / Keywords
    https://ww3.northernminer.com/stocktables/byCompany.aspx?filter=w&sort=name

    Do Not Scrape Seed URL:
    Checked

    Seed Page Crawling Query Type:
    Visual Selector

    Seed Page Crawling Query String:
    //*[@id=’ctl00_leftwideContent_results’]

    Crawled Pages Crawling Query Type:
    Disabled

    Content Query Type:
    ID

    Content Query String:
    ctl00_websiteContent_upnlProfileContent

     

    If the above settings are not helping, please send me the logs that appear in the plugin’s ‘Activity and Logging’ menu and I will check on them, there we might see more details why this is not working for you.

    Regards,

    Szabi – CodeRevolution.

     

     

     

    Regards, Szabi – CodeRevolution.

  • in reply to: test #5608


    Szabi – CodeRevolution
    Keymaster
    Post count: 5100

    Hello,

    First of all, thank you for your purchase.

    If I can help solve issues you encountered while using my plugins, just let me know. 🙂

    Regards, Szabi – CodeRevolution.

  • in reply to: Crawlomatic license #5607


    Szabi – CodeRevolution
    Keymaster
    Post count: 5100

    Hello,

    I removed your purchase code from my database, please activate it on your main site.

    Regards.

  • in reply to: Crawlomatic license #5603


    Szabi – CodeRevolution
    Keymaster
    Post count: 5100

    Hello,

    First of all, thank you for your purchase.

    Please send me your purchase code in private, to my email address: kisded@yahoo.com and I will help solve this issue by removing it from my database and allowing you to move the license to your main site.

    Regards, Szabi – CodeRevolution.


  • Szabi – CodeRevolution
    Keymaster
    Post count: 5100

    Hello,

    First of all, thank you for your purchase.

    Can you send me, please, temporary admin login credentials to your WordPress install, so I can check this issue out? Send it, please, to my email address: kisded@yahoo.com.

    Regards, Szabi – CodeRevolution.

  • in reply to: Thumbnail Images No Longer Fetched? #5599


    Szabi – CodeRevolution
    Keymaster
    Post count: 5100

    Hello,

    First of all, thank you for your purchase.

    I just checked this on my test site and for me, featured image importing worked correctly.

    Can you send me, please, temporary admin login credentials to your WordPress install, so I can check this issue out? Send it, please, to my email address: kisded@yahoo.com.

    Regards, Szabi – CodeRevolution.

  • in reply to: Expiring Date of Jobs #5597


    Szabi – CodeRevolution
    Keymaster
    Post count: 5100

    Currently setting the job date as the publication date of the post is not possible, but I noted your idea, will check on it for upcoming updates for the plugin.

    Regards.

     

     

  • in reply to: Logo not shown #5596


    Szabi – CodeRevolution
    Keymaster
    Post count: 5100

    Hello,

    Please send me admin login info to the staging site and I check on this. My email is kisded@yahoo.com

    Regarding the company logo, please try:

    %%item_image_url%%

    Regards.

     

  • in reply to: Translation #5594


    Szabi – CodeRevolution
    Keymaster
    Post count: 5100

    I am glad to help!

  • in reply to: Logo not shown #5593


    Szabi – CodeRevolution
    Keymaster
    Post count: 5100

    Hello,

    First of all, thank you for your purchase.

    Can you send me, please, temporary admin login credentials to your WordPress install, so I can check this issue out? Send it, please, to my email address: kisded@yahoo.com.

    Regards, Szabi – CodeRevolution.

  • in reply to: Translation #5589


    Szabi – CodeRevolution
    Keymaster
    Post count: 5100

    Hello,

    Updated the plugin to v1.3.6 – added DeepL Translator support to it.

    Regards.

  • in reply to: Ultimate Web Novel and Manga Scraper #5587


    Szabi – CodeRevolution
    Keymaster
    Post count: 5100

    I checked and currently I don’t have a solution for this, as the plugin is reproducing content 1:1 from the scraped sites.

    I will think on this, however, changing chapter names is not a solution, as the order of chapters would break.

    I can recommend scraping these novels from alternative sources, if available.

    However, I will continue to think on this.

    Regards.

  • in reply to: Ultimate Web Novel and Manga Scraper #5585


    Szabi – CodeRevolution
    Keymaster
    Post count: 5100

    Glad to help!

    Please send me novel URL which is missing and I check it on my part.

    Regards.

  • in reply to: Ultimate Anime Scraper Plugin #5583


    Szabi – CodeRevolution
    Keymaster
    Post count: 5100

    Hello,

    Good news, the plugin was updated to v2.0.0, now it is using a new API I just finished implementing: https://animeapi.org/

    Please update the plugin to the latest version and generate an API key for it, using your purchase code, here: https://animeapi.org/register/

    Let me know if it worked.

    Regards.

  • in reply to: Ultimate Web Novel and Manga Scraper #5582


    Szabi – CodeRevolution
    Keymaster
    Post count: 5100

    Hello,

    I logged in to your site and check on these issues.

    I updated the plugin to v1.1.0 to fix the featured image problems, now images should be able to be scraped correctly, please check. Let me know if this helped.

    Regarding the 2000 titles issue, in this case, WordPress.com has a maximum number of seconds it allows my plugin to run, which is hardcoded in their server settings. Currently, on your server, this is set to 1200 seconds, which means 20 minutes. If the plugin takes more than 20 minutes to execute, it will be forcefully stopped by WordPress.com.

    On a self managed hosting of WordPress, this can be changed from PHP settings, however, on a WordPress.com site changing this settings is not possible, because they don’t allow you to change this settings.

    I recommend you import a lower number of novels in a single plugin run and make importing to be spread out to multiple time intervals (changing the ‘Schedule’ parameter of rules to multiple values, to rules will run grouped, on a separate time intervals / hours). This will solve also the duplication issue.

    I hope this info helps.

    Regards,

    Szabi – CodeRevolution.

Viewing 15 posts - 2,506 through 2,520 (of 4,650 total)